From 40b80256d330ec6338dafee58ebc32ff93fe635d Mon Sep 17 00:00:00 2001 From: Victor Borisoff Date: Tue, 16 Jul 2019 14:58:42 -0400 Subject: [PATCH] Update change log for 17.1.0 release. --- CHANGELOG.md | 19 +++++++++++++++++++ build/sign-release.bat | 2 +- build/sign-release.sh | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be2bcf64..9585b67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ # Change Log +## 17.1.0 - 2019-07-16 +### Enhancements: +- Add support for test file charset +- Changed handling of the optimistic lock exception to support situations where the underlying data has duplicate record for the given milestone. In this case a MithraUniqueIndexViolationException exception will be trown and no retries will be made. +- Better error message during code generation +- Remove duplicated attribute "finalGetter" in type EmbeddedValueType. The same attribute (name and target namespace) is already defined in type NestedEmbeddedValueType + +### Bug Fixes: +- Fix deep fetch and query cache timing +- Fix build failure caused by missing OpenJDK 6 dependency on Travis CI (#1) +- Clean Notification Manager Shutdown +- Fix attribute setters in inherited list classes +- Fix code generation for class named Class. covered by: craig_motlin.dco +- Fix superclass + interface combination +- Multi threaded deep fetch exception handling +- Fix the several typos detected by github.com/client9/misspell +- Fix TXRollback for test + + ## 17.0.2 - 2018-05-10 ### Bug Fixes: - Fix MultiUpdateOperation combine method for increment diff --git a/build/sign-release.bat b/build/sign-release.bat index ebf1bca3..5f30f3d8 100644 --- a/build/sign-release.bat +++ b/build/sign-release.bat @@ -1,6 +1,6 @@ setlocal -set VER=17.0.2 +set VER=17.1.0 cd ../target gpg -ab reladomo-%VER%-javadoc.jar diff --git a/build/sign-release.sh b/build/sign-release.sh index 5b5f3c83..6888c67f 100755 --- a/build/sign-release.sh +++ b/build/sign-release.sh @@ -1,6 +1,6 @@ #!/bin/bash -RELADOMO_VERSION=17.0.2 +RELADOMO_VERSION=17.1.0 echo Enter passphrase: read -s PASSPHRASE