Skip to content

Commit

Permalink
Merge pull request #198 from vborisoff/master
Browse files Browse the repository at this point in the history
Update change log for 17.1.0 release.
  • Loading branch information
mohrezaei authored Jul 16, 2019
2 parents 48e2db5 + 40b8025 commit 8ba45b3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/sign-release.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setlocal

set VER=17.0.2
set VER=17.1.0

cd ../target
gpg -ab reladomo-%VER%-javadoc.jar
Expand Down
2 changes: 1 addition & 1 deletion build/sign-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RELADOMO_VERSION=17.0.2
RELADOMO_VERSION=17.1.0

echo Enter passphrase:
read -s PASSPHRASE
Expand Down

0 comments on commit 8ba45b3

Please sign in to comment.