Skip to content

Commit 77b3f66

Browse files
committed
release candidate 5
1 parent cd1592d commit 77b3f66

File tree

7 files changed

+39
-11
lines changed

7 files changed

+39
-11
lines changed

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
# Change Log
22

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

5+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.4...v1.0.0-rc.5)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow plugins to know then name of the entity [\#271](https://github.com/marklogic/marklogic-data-hub/issues/271)
10+
- Mark mlcp jobs with errors as failed? [\#268](https://github.com/marklogic/marklogic-data-hub/issues/268)
11+
12+
**Fixed bugs:**
13+
14+
- Tooltip comment for mlcp option wrong [\#270](https://github.com/marklogic/marklogic-data-hub/issues/270)
15+
- TimeAgo [\#267](https://github.com/marklogic/marklogic-data-hub/issues/267)
16+
17+
**Closed issues:**
18+
19+
- chore: update java dependencies [\#287](https://github.com/marklogic/marklogic-data-hub/issues/287)
20+
- Github pages link error [\#285](https://github.com/marklogic/marklogic-data-hub/issues/285)
21+
- Module watch fails when you switch projects [\#284](https://github.com/marklogic/marklogic-data-hub/issues/284)
22+
- chore: fix appveyor build [\#282](https://github.com/marklogic/marklogic-data-hub/issues/282)
23+
- Lots of cache warnings [\#281](https://github.com/marklogic/marklogic-data-hub/issues/281)
24+
- Trace settings gets wiped out when content database is cleared [\#280](https://github.com/marklogic/marklogic-data-hub/issues/280)
25+
- Better distinguish between Entities and Flows [\#275](https://github.com/marklogic/marklogic-data-hub/issues/275)
26+
- Exception in Quick Start [\#274](https://github.com/marklogic/marklogic-data-hub/issues/274)
27+
- Setting up on Mac causes an issue with .war file [\#273](https://github.com/marklogic/marklogic-data-hub/issues/273)
28+
- rc4 - input flow UI jacked up on chrome/windows [\#272](https://github.com/marklogic/marklogic-data-hub/issues/272)
29+
- MLCP command is using deprecated command line flags [\#265](https://github.com/marklogic/marklogic-data-hub/issues/265)
30+
- QuickStart App: Status indicator on installation screen is out of view when text is enlarged [\#262](https://github.com/marklogic/marklogic-data-hub/issues/262)
31+
- Run Flow buttons inconsistent b/c Harmonize runs immediately [\#257](https://github.com/marklogic/marklogic-data-hub/issues/257)
32+
- QuickStart App data not loaded to correct collection [\#250](https://github.com/marklogic/marklogic-data-hub/issues/250)
33+
34+
## [v1.0.0-rc.4](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.4) (2016-09-02)
535
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.3...v1.0.0-rc.4)
636

737
**Implemented enhancements:**
@@ -12,6 +42,7 @@
1242

1343
- MLCP Command for CSV files is generated incorrectly [\#261](https://github.com/marklogic/marklogic-data-hub/issues/261)
1444
- update examples now that rc.2 is out [\#247](https://github.com/marklogic/marklogic-data-hub/issues/247)
45+
- UI rework based on new screen designs [\#70](https://github.com/marklogic/marklogic-data-hub/issues/70)
1546

1647
## [v1.0.0-rc.3](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.3) (2016-08-25)
1748
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.2...v1.0.0-rc.3)
@@ -63,7 +94,6 @@
6394
- Performance tracing [\#193](https://github.com/marklogic/marklogic-data-hub/issues/193)
6495
- Refactor the Spring Boot API [\#145](https://github.com/marklogic/marklogic-data-hub/issues/145)
6596
- Support index configuration as a part of pushbutton deploy. [\#10](https://github.com/marklogic/marklogic-data-hub/issues/10)
66-
- UI rework based on new screen designs [\#70](https://github.com/marklogic/marklogic-data-hub/issues/70)
6797

6898
## [v1.0.0-beta.6](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.6) (2016-06-20)
6999
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.5...v1.0.0-beta.6)

examples/spring-batch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'application'
66
id 'net.saliman.properties' version '1.4.5'
77
id 'com.marklogic.ml-gradle' version '2.3.1'
8-
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.4'
8+
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.5'
99
}
1010

1111
repositories {
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile 'com.marklogic:marklogic-data-hub:1.0.0-rc.4'
18+
compile 'com.marklogic:marklogic-data-hub:1.0.0-rc.5'
1919
compile "com.marklogic:marklogic-spring-batch-core:0.6.0"
2020
compile "com.marklogic:ml-javaclient-util:2.9.1"
2121
testCompile "com.marklogic:marklogic-spring-batch-test:0.6.0"

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.4
36+
version=1.0.0-rc.5
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.4'
7+
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.5'
88
}
99

1010
repositories {

ml-data-hub-plugin/gradle.properties

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

quick-start/build.gradle

Lines changed: 1 addition & 3 deletions
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.4'
27+
version = '1.0.0-rc.5'
2828
}
2929

3030
repositories {
@@ -57,8 +57,6 @@ dependencies {
5757
}
5858

5959
configurations {
60-
all*.exclude group: 'xml-apis'
61-
all*.exclude group: 'xerces'
6260
all*.exclude group: 'org.slf4j', module: 'slf4j-log4j12'
6361
}
6462

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.4
1+
version=1.0.0-rc.5

0 commit comments

Comments
 (0)