File tree Expand file tree Collapse file tree 7 files changed +34
-12
lines changed
main/resources/scaffolding Expand file tree Collapse file tree 7 files changed +34
-12
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ v1.0.2 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.2 )
3+ ## [ v1.1.0 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.1.0 )
44
5+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.2...v1.1.0 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Detect when running upgraded hub [ \# 322] ( https://github.com/marklogic/marklogic-data-hub/issues/322 )
10+
11+ ** Fixed bugs:**
12+
13+ - if MarkLogic is not started, login reports "invalid username or password" [ \# 343] ( https://github.com/marklogic/marklogic-data-hub/issues/343 )
14+ - Need gradle variables for Auth method for final, staging, etc [ \# 340] ( https://github.com/marklogic/marklogic-data-hub/issues/340 )
15+ - Pagination not implemented on jobs page [ \# 320] ( https://github.com/marklogic/marklogic-data-hub/issues/320 )
16+
17+ ** Closed issues:**
18+
19+ - Directory slashes when typing in paths [ \# 341] ( https://github.com/marklogic/marklogic-data-hub/issues/341 )
20+ - Scaffolding generation failed [ \# 338] ( https://github.com/marklogic/marklogic-data-hub/issues/338 )
21+ - Investigating slow performance in loading modules on Windows [ \# 336] ( https://github.com/marklogic/marklogic-data-hub/issues/336 )
22+ - Input Flow - Output URI replace configuration doesn't stick on windows [ \# 335] ( https://github.com/marklogic/marklogic-data-hub/issues/335 )
23+ - Keep user database settings separate from hub database settings [ \# 325] ( https://github.com/marklogic/marklogic-data-hub/issues/325 )
24+ - Create a non-admin user for doing hub stuff [ \# 200] ( https://github.com/marklogic/marklogic-data-hub/issues/200 )
25+
26+ ## [ v1.0.2] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.2 ) (2016-11-22)
527[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.1...v1.0.2 )
628
729** Fixed bugs:**
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
4444** Gradle**
4545
4646``` groovy
47- compile('com.marklogic:marklogic-data-hub:1.0.2 ')
47+ compile('com.marklogic:marklogic-data-hub:1.1.0 ')
4848```
4949
5050** Maven**
@@ -53,15 +53,15 @@ compile('com.marklogic:marklogic-data-hub:1.0.2')
5353<dependency >
5454 <groupId >com.marklogic</groupId >
5555 <artifactId >marklogic-data-hub</artifactId >
56- <version >1.0.2 </version >
56+ <version >1.1.0 </version >
5757 <type >pom</type >
5858</dependency >
5959```
6060
6161** Ivy**
6262
6363``` xml
64- <dependency org =' com.marklogic' name =' marklogic-data-hub' rev =' 1.0.2 ' >
64+ <dependency org =' com.marklogic' name =' marklogic-data-hub' rev =' 1.1.0 ' >
6565 <artifact name =' $AID' ext =' pom' ></artifact >
6666</dependency >
6767```
@@ -72,7 +72,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7272
7373``` groovy
7474plugins {
75- id 'com.marklogic.ml-data-hub' version '1.0.2 '
75+ id 'com.marklogic.ml-data-hub' version '1.1.0 '
7676}
7777```
7878
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' idea'
55 id ' application'
66 id ' net.saliman.properties' version ' 1.4.6'
7- id ' com.marklogic.ml-data-hub' version ' 1.0.2 '
7+ id ' com.marklogic.ml-data-hub' version ' 1.1.0 '
88}
99
1010repositories {
@@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- compile ' com.marklogic:marklogic-data-hub:1.0.2 '
16+ compile ' com.marklogic:marklogic-data-hub:1.1.0 '
1717 compile ' com.marklogic:marklogic-spring-batch-core:0.6.0'
1818 compile ' com.marklogic:ml-javaclient-util:2.9.1'
1919 testCompile ' com.marklogic:marklogic-spring-batch-test:0.6.0'
Original file line number Diff line number Diff line change 1- version =1.0.2
1+ version =1.1.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'eclipse'
44 id 'idea'
55 id 'net.saliman.properties' version '1.4.6'
6- id 'com.marklogic.ml-data-hub' version '1.0.2 '
6+ id 'com.marklogic.ml-data-hub' version '1.1.0 '
77}
88
99repositories {
@@ -12,6 +12,6 @@ repositories {
1212}
1313
1414dependencies {
15- compile 'com.marklogic:marklogic-data-hub:1.0.2 '
15+ compile 'com.marklogic:marklogic-data-hub:1.1.0 '
1616 compile 'com.marklogic:marklogic-xcc:8.0.5'
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " data-hub-quickstart" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "license" : " APACHE" ,
55 "homepage" : " https://github.com/marklogic/marklogic-data-hub" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " data-hub-quickstart" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "license" : " APACHE" ,
55 "homepage" : " https://github.com/marklogic/marklogic-data-hub" ,
66 "angular-cli" : {},
You can’t perform that action at this time.
0 commit comments