aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-12-09 10:31:45 +0100
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-12-09 10:45:32 +0100
commita8aea419b27b4125e0a6f79cf10ad13d1f472496 (patch)
tree686bb678fb3bd87a0c45b1fa1039fd74b2c25e6a
parent1d2aafe0cd6607a48d880c007881768079e49060 (diff)
downloadmoa-zs-2.0.0-RC7.tar.gz
moa-zs-2.0.0-RC7.tar.bz2
moa-zs-2.0.0-RC7.zip
Bump to Version 2.0.0-RC72.0.0-RC7
-rw-r--r--docs/changelog.md7
-rw-r--r--pom.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d5d1dcd..efa8dd1 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -3,6 +3,13 @@
This document summarizes changes between MOA ZS Releases that were made in the MOA ZS codebase and in the app2mzs interfaces.
For a non-normative summary of changes that were made in the ZUSE specifications (and therefore affect MOA ZS directly and a sender application indirectly), the reader is referred to [ZUSE Specification Changelog](zusespec-changelog.md).
+## Changes MOA ZS 2.0.0 RC7
+
+- MZS Schema Change: Add missing parameters to `ERVDeliveryConfirmed` (an element in `mzs:DeliveryNotification`).
+- Change Behavior of `msg/` Service: Acknowledge response if and only if backend succeeds. Return soap fault otherwise.
+- Bug Fix: Handle `InterruptedException` as discussed in <https://stackoverflow.com/questions/3976344/handling-interruptedexception-in-java> .
+- Add curl examples for sending `msg:DeliveryNotifications` to MOA ZS.
+
## Changes MOA ZS 2.0.0 RC6
- Bug Fix: Finalize the removal of the "JAXB Class Not Found Exception" workaround from 2.0.0-RC3.
diff --git a/pom.xml b/pom.xml
index d905da2..c4bbac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>at.gv.egiz</groupId>
<artifactId>moa-zs</artifactId>
- <version>2.0.0-RC7-SNAPSHOT</version>
+ <version>2.0.0-RC7</version>
<packaging>war</packaging>
<name>Moa ZS</name>