Issue/480 upgrade dependencies#514
Open
hhund wants to merge 11 commits into
Open
Conversation
The "internet" network must be a /28 network and thus the start ip needs to be aligned to a multiple of 16. All other networks are /29 with start ips aligned to multiples of 8.
The log message is produced during delete and deletePermanently authorization checks. The warning was generated for every deletePermanently operation and reflects an expected status.
cleaned up not needed com.auth0:java-jwt dependencies
com.google.common.base.Objects -> java.util.Objects
Previous versions still used EE10 implementations for the fhir and bpe applications servers as well as clients in the v1 and v2 process plugin APIs. Code changes to execute v1 and v2 code with the correct ContextClassLoader so that EE api can find the correct implementations within the different api ClassLoaders. Reworked the old logging MDC code to now also handle the change of the ContextClassLoader before and after process plugin code execution. Commit also removes a few not needed HAPI dependencies via excludes.
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.
Notable dependency upgrades:
We upgraded Jetty and EE APIs to EE 11 via the DSF 2 release, but wrongfully kept the implementation at EE 10 levels. This change fixes that. The FHIR and BPE applications as well as API v2 process plugins now use EE 11 APIs and implementations. API v1 process plugins are correctly back to EE 10 and use EE 10 implementations.
closes #480