-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disposition options, resend and MDN handling enhancements (#388)
* Use the LTS releases of Java in testing. * Avoiding cleaning up files if there is a processing error allowing retry to handle cleanup. * Enhance processDMN method to return boolean. Boolean allows downstream processing to decided if it should cleanup files avoiding file not found errors. * Support checking for resend state as a method on the message object. * Make the SQL statement compliant with SQL 92 standard. * Make log message multi line for readability. * Add processing states * Avoid calling cleanup of files if message is in resend state. * Provide a random serial ID * |Updated documentation * Update supporting library versions to latest. * Enhance handling of MDN issues. * Add debug logging to display received Disposition-Notification-Options * Enhance handling of MDN processing issues and resending. * Enhance parsing of Disposition options to be more flexible and independent of parameter order changes from partners. * Add a message state for issues when using Async MDN. * Version update and library upgrades * Stay on 3.* for jersey/grizzly for Java 11 compatibility * Update yarn.lock to avoid CVE warnings Set note to indicate the WEB UI will be removed in the future. * Disable all command processors by default. * Update documentation about Java compatibility. * Rollback H2 library to support Java 8 * Add release notes
- Loading branch information
1 parent
6f9bed8
commit 7c34573
Showing
22 changed files
with
1,312 additions
and
1,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.