Skip to content

Commit

Permalink
Bring develop up to date (#1701)
Browse files Browse the repository at this point in the history
* Changelog update

* Update version numbers in code

* Update version number in properties files

* 4.0.2 example changes

* gradle-tasks-demo Readme update

* Create priv directories under the security directors to make more clear, equals ignore case on jobs just incase someone has a lower-case version of it (#1499) (#1501)

* 4.0.2 reference changes

* Updating version to be 4.0.2

* Updating version to be 4.0.2

* Updating version to be 4.0.2

* Updating version to be 4.0.2

* updating for 4.0.2

* Update CHANGELOG.md

Fix format

* 4.0.3 example changes

* Update change log with 4.0.2 and 4.0.3 issues

* Updating version to be 4.0.3

* Updating version to be 4.0.3

* Updating version to be 4.0.3

* Updating version to be 4.0.3

* Correcting version update for performance example

* Changed version to 4.1.0

* Notices.txt and changelog.md updates

* New legal notice

* Update CHANGELOG.md
  • Loading branch information
aebadirad authored Dec 19, 2018
1 parent 45a4f99 commit 2e67c75
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 147 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change Log

## [v4.1.0](https://github.com/marklogic/marklogic-data-hub/releases/tag/4.1.0) (2018-12-19)

Bug

[DHFPROD-1193] - #1261 ⁃ "gradle createEntity" does not create an entity descriptor file
[DHFPROD-1263] - DataHub.runPreInstallCheck() returning incorrect results
[DHFPROD-1304] - mlDeploySecurity is not deploying protected-paths and query-rolesets
[DHFPROD-1328] - Able to create duplicate flow (input or harmonize)
[DHFPROD-1400] - Gradle Tasks using incorrect datahub.isInstalled() check to verify DHF installation
[DHFPROD-1433] - QuickStart entity editor: too many properties, buttons are hidden
[DHFPROD-1557] - Memory leak on gradle runFlow
[DHFPROD-1561] - DataHub installation fails
[DHFPROD-1576] - ./gradlew build fails with no user provided error
[DHFPROD-1592] - hubUpdate should work even when the project fails an initialization check
[DHFPROD-1595] - mlDeploy fails post hubUpdate in 4.1-rc1 DHF version
[DHFPROD-1601] - Deploy fails when mlModulePermissions does not exist in gradle.properties
[DHFPROD-1605] - mlDeploy fails when an amp exists under src/main/ml-config
[DHFPROD-1608] - QuickStart 4.1.0-rc fails to display flows
[DHFPROD-1615] - Upgrade issues in DHF with versions 4.0.x
[DHFPROD-1617] - Update documentation for 4.1.0
[DHFPROD-1636] - hubGeneratePii task is failing
[DHFPROD-1637] - Docs: "Independent STAGING and FINAL App Server Stacks Stacks" link redirection error
[DHFPROD-1640] - Triggers config from hub-internal-config is making post request to data-hub-final-TRIGGERS database
[DHFPROD-1645] - 4.1.0 'mlUpdateIndexes' command is giving error with in provisioned environment
[DHFPROD-1646] - Deployment fails with non default hub admin role and user


Story

[DHFPROD-1338] - Create spring application context and make properties file a singleton configuration
[DHFPROD-1339] - Rework application architecture to use Spring IoC
[DHFPROD-1422] - Clarify through the QuickStart UI the origin of the source URI field in the Mapping Screen
[DHFPROD-1436] - Upgrade to Java 10 and OpenJDK
[DHFPROD-1518] - Design the ml-gradle solution
[DHFPROD-1519] - Separation of DHF override code from vanilla ml-gradle tasks
[DHFPROD-1524] - Stitch together quick-start Spring Context with core .
[DHFPROD-1554] - Release Notes and Upgrade guidance for 4.1



## [v4.0.3](https://github.com/marklogic/marklogic-data-hub/tree/v4.0.3) (2018-11-19)

Bug
Expand Down
349 changes: 209 additions & 140 deletions NOTICES.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4.0-SNAPSHOT
version=4.1.0
publishUrl=file:../marklogic-data-hub/releases
2 changes: 1 addition & 1 deletion marklogic-data-hub/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
mlDHFVersion=4.0-SNAPSHOT
mlDHFVersion=4.1.0
mlHost=localhost
mlAppName=data-hub

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ public DatabaseClient newModulesDbClient() {

// this lets debug builds work from an IDE
if (version.equals("${project.version}")) {
version = "4.0-SNAPSHOT";
version = "4.1.0";
}
return version;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

// This gradle plugin extends the ml-gradle plugin with
// commands that make the Data Hub Framework do its magic
id 'com.marklogic.ml-data-hub' version '4.0-SNAPSHOT'
id 'com.marklogic.ml-data-hub' version '4.1.0'
}

repositories {
Expand All @@ -30,7 +30,7 @@ repositories {
dependencies {
// this allows you to write custom java code that depends
// on the Data Hub Framework library
compile 'com.marklogic:marklogic-data-hub:4.0-SNAPSHOT'
compile 'com.marklogic:marklogic-data-hub:4.1.0'
compile 'com.marklogic:marklogic-xcc:9.0.7'
}

2 changes: 1 addition & 1 deletion ml-data-hub-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
mlDHFVersion=4.0-SNAPSHOT
mlDHFVersion=4.1.0
mlHost=localhost
mlAppName=data-hub

Expand Down
2 changes: 1 addition & 1 deletion quick-start/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# What version of DHF am I intending on targetting? Make sure you use the full SemVer x.x.x
mlDHFVersion=4.0-SNAPSHOT
mlDHFVersion=4.1.0

mlHost=localhost
mlAppName=data-hub
Expand Down

0 comments on commit 2e67c75

Please sign in to comment.