-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various fixes and enhancements (#94)
* Split getMetaData method to allow being used in the stale sent messages cleanup functionality Better handling of errors in the cleanup method * Optimise the getFileName methid Add logging of ATTRIBUTES in trace log for debug purposes * Fix resender functionality * Allow modules to have scheduled tasks * Add static for property defining how long before a pending file is deemed stale * Add scheduled task to track failed sent messages that have not been cleaned up * Add note regarding failed sent messages cleanup * Scheduled tasks in modules allowed * Add error message when stale file is removed * Ensure inputstream is closed * Handle quoted AS2 ID's when they contain a space character * Helper method to remove double quotes * Remove unused imports * Fix the normalisation of AS2 ID from header. Add Junit Test * Change to accommodate byte array as response body instead of string * Partnership classes and attribute statics rationalized and standardized * Allow attributes in the partnership definition to reference other attributes and replace at load time * Fix null pointer exception * Use HTTPEntoity to exgtract content and store as byte array instead of string * Add helper method to enhance attributes * Update release notes to reflect the changes made in this commit. * Update to release version number * Document the items in the 2.5.0 release * Fix release date
- Loading branch information
1 parent
0e15c07
commit 0589b49
Showing
33 changed files
with
243 additions
and
184 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
12 changes: 0 additions & 12 deletions
12
Server/src/main/java/org/openas2/lib/partner/IPartnership.java
This file was deleted.
Oops, something went wrong.
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
20 changes: 0 additions & 20 deletions
20
Server/src/main/java/org/openas2/partner/AS2Partnership.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Server/src/main/java/org/openas2/partner/ASXPartnership.java
This file was deleted.
Oops, something went wrong.
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
8 changes: 0 additions & 8 deletions
8
Server/src/main/java/org/openas2/partner/SecurePartnership.java
This file was deleted.
Oops, something went wrong.
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.