v7.9.5 #7657
nielsm5
announced in
Announcements
v7.9.5
#7657
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Patch Changelog: v7.9.4...v7.9.5 - Full Changelog: v7.8-RC1...v7.9.5, see Milestone 7.9.5 for more info.
Notice
log.HideRegex
you may need to unescape XML characters. (seelog4j4ibis.properties
.)Highlights
Bugfixes
Security Updates
What's Changed
Non backwards compatible changes
IbisLocalSender no longer throws exceptions if exit.state="ERROR" situations, but provides forwardName 'exception'. The sessionKey 'originalResult' is no longer used.
For sending replies from the JmsListener to a fixed destination the attribute 'replyDestinationName' should be used instead of a nested JmsSender, to avoid clutter in the debugger reports
Session variable 'id' has been renamed 'mid', session variables 'messageId' and 'tcid' have been removed.
Session variable 'exitcode' has been renamed to 'exitCode'.
Duplicate detection might fail for messages received after an upgrade if the earlier version of the message was received before the upgrade.
This is in cases where a received (JMS) correlationId is used to send a response.
The ZipWriterPipe and ZipWriterSender have undergone major changes. In order to help the upgrading processes they both have a backwardsCompatibility attribute to revert to the old behavior. Please migrate away from this as soon as possible.
Parameter with an attribute value set to an empty string will have the empty string as result. Previously the input message would be used. This behaviour can be reobtained by settin: defaultValueMethod="input".
Larva context has changed from '/larva' to '/iaf/larva'.
Larva default timeout has been decreased to 10s, and to 2s for local tests
The CMIS, Aspose and AWS modules have been added to our webapp artifact. The servlet endpoints are disabled by default.
servlet.AtomPub10.enabled=true
,servlet.AtomPub11.enabled=true
,servlet.WebServices10.enabled=true
,servlet.WebServices11.enabled=true
orservlet.BrowserBinding.enabled=true
Some API endpoints have been deprecated. Users are encouraged to change over to the new API, however in order to restore the deprecated functionality the property 'iaf-api.allowDeprecated' can be set to true.
ApiListener eTag generation has been disabled by default, set api.etag.enabled=true to enable default etag generation.
This discussion was created from the release v7.9.5.
Beta Was this translation helpful? Give feedback.
All reactions