File tree Expand file tree Collapse file tree 6 files changed +29
-6
lines changed
src/main/resources/scaffolding Expand file tree Collapse file tree 6 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 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:**
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ mlSchemasDbName=data-hub-SCHEMAS
3333
3434hubModulesPath =examples/hr-hub/plugins
3535
36- version =1.0.0-rc.2
36+ version =1.0.0-rc.3
3737
3838
Original file line number Diff line number Diff 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
1010repositories {
Original file line number Diff line number Diff line change 1- version =1.0.0-rc.2
1+ version =1.0.0-rc.3
22group =com.marklogic
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: 'war'
2424
2525war {
2626 baseName = ' quick-start'
27- version = ' 1.0.0-rc.2 '
27+ version = ' 1.0.0-rc.3 '
2828}
2929
3030repositories {
Original file line number Diff line number Diff line change 1- version =1.0.0-rc.2
1+ version =1.0.0-rc.3
You can’t perform that action at this time.
0 commit comments