Harden directory poller#475
Merged
Merged
Conversation
files in processing.
cc8a5dc to
08e1b78
Compare
Increase test message count to 1000
GreicodexJM
pushed a commit
to igwtech/OpenAs2App
that referenced
this pull request
Feb 26, 2026
* Fix odd error that somehow still worked. * Fix odd error that somehow still worked. * Fix deprecation warnings * Remove unused imports * Remove unnecessary suppression of warnings * Fix spelling error * Fix deprecation warnings * Fix erroneous brackets * Remove unused import * Fix spelling error * Refresh certs * Fix spelling error paralllel -> parallel * Update documentation * Add utility methods * Refactor using utility methods * Add parallel processing test * Harden poller algorithm to avoid zero length files being passed in from files in processing. * Library version upgrades * Release notes * Downgrade org.junit.jupiter to support JDK 11 * Fix race condition when in parallel processing mode. * Add ability to get the partnership. * Add test to verify parallel processing mode is enabled. Increase test message count to 1000 * Remove excess logging statements * Bump release version * Release notes * Increase timeout for running on Windows as it is so much slower then linux.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure the poller does not detect a file that is in processing as a zero length file.
Add a parallel processing test.