Skip to content

Commit a5f1451

Browse files
committed
Merge branch 'release/1.0.0-rc.3' into develop
2 parents 4828d59 + c3a47af commit a5f1451

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
# Change Log
22

3-
## [v1.0.0-rc.2](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.2)
3+
## [v1.0.0-rc.3](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.3)
44

5+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.2...v1.0.0-rc.3)
6+
7+
**Fixed bugs:**
8+
9+
- Better support for mixed flow and file type [\#228](https://github.com/marklogic/marklogic-data-hub/issues/228)
10+
11+
**Closed issues:**
12+
13+
- better support for binaries [\#259](https://github.com/marklogic/marklogic-data-hub/issues/259)
14+
- Get traces is super slow [\#258](https://github.com/marklogic/marklogic-data-hub/issues/258)
15+
- Job Output window stuck and not close-able [\#256](https://github.com/marklogic/marklogic-data-hub/issues/256)
16+
- mlcp uri replace is busted when run from cygwin [\#255](https://github.com/marklogic/marklogic-data-hub/issues/255)
17+
- Enable tracing by default [\#254](https://github.com/marklogic/marklogic-data-hub/issues/254)
18+
- Clear modules / Redeploy [\#252](https://github.com/marklogic/marklogic-data-hub/issues/252)
19+
- quickstart should be deployable to an appserver under a subdir [\#249](https://github.com/marklogic/marklogic-data-hub/issues/249)
20+
- Install status window too narrow [\#248](https://github.com/marklogic/marklogic-data-hub/issues/248)
21+
- gradle tasks need to force deploy content [\#246](https://github.com/marklogic/marklogic-data-hub/issues/246)
22+
- Running MLCP on non-existing flow causes error [\#243](https://github.com/marklogic/marklogic-data-hub/issues/243)
23+
- Loading GlobalCorp dataset results in deadlocks [\#225](https://github.com/marklogic/marklogic-data-hub/issues/225)
24+
- Deploy modules button should clear out the modules first [\#214](https://github.com/marklogic/marklogic-data-hub/issues/214)
25+
- Better error handling for failed hub install [\#176](https://github.com/marklogic/marklogic-data-hub/issues/176)
26+
27+
## [v1.0.0-rc.2](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.2) (2016-08-10)
528
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.1...v1.0.0-rc.2)
629

730
**Closed issues:**

marklogic-data-hub/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ mlSchemasDbName=data-hub-SCHEMAS
3333

3434
hubModulesPath=examples/hr-hub/plugins
3535

36-
version=1.0.0-rc.2
36+
version=1.0.0-rc.3
3737

3838

marklogic-data-hub/src/main/resources/scaffolding/build_gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'idea'
55
id 'net.saliman.properties' version '1.4.5'
66
id 'com.marklogic.ml-gradle' version '2.3.1'
7-
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.2'
7+
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.3'
88
}
99

1010
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.0.0-rc.2
1+
version=1.0.0-rc.3
22
group=com.marklogic

quick-start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'war'
2424

2525
war {
2626
baseName = 'quick-start'
27-
version = '1.0.0-rc.2'
27+
version = '1.0.0-rc.3'
2828
}
2929

3030
repositories {

quick-start/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0-rc.2
1+
version=1.0.0-rc.3

0 commit comments

Comments
 (0)