phase4 1.3.0
·
1966 commits
to master
since this release
- Updated to ph-commons 10.1
- Moved the classes
AS4IncomingDumperFileBased,AS4OutgoingDumperFileBasedandAS4RawResponseConsumerWriteToFilefrom packagecom.helger.phase4.servlet.dumpto packagecom.helger.phase4.dump. The old classes remain there, but deprecated. IAS4IncomingDumper.onEndRequestis only called ifonNewRequestreturned a non-null stream- Improved logging in case of failed sending prerequisites
- Changed from
Offset(Date|Time|DateTime)toXMLOffset(Date|Time|DateTime)where the message exchange is affected - The JAXB implementation must now explicitly be added to an application pom.xml e.g. like this:
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>