-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ranger Discovery Bundle and Lib Version upgrades #29
Merged
Conversation
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
…rd-service-discovery. b) Updated to dropwizard version 2.1.10 c) Upgraded to java version 17 with release in 11 d) Removed com.fasterxml and introduced dropwizard-jackson for the jackson bindings. e) Upgraded the curator framework version, added necessary exclusions for the libs with vulnerabilities (netty-codec) f) Fixed the vulnerable snakeyaml that was coming from io.dropwizard to an updated version g) Upgraded to junit 5 and fixed the necessary tests including wiremock versions and tests. h) Done sonar fixes in tests after g
koushikr
changed the title
[Draft] Ranger Discovery Bundle and Lib Version upgrades
Ranger Discovery Bundle and Lib Version upgrades
Nov 30, 2023
santanusinha
requested changes
Dec 6, 2023
ranger-core/src/test/java/io/appform/ranger/core/serviceprovider/ServiceProviderTest.java
Outdated
Show resolved
Hide resolved
ranger-core/src/test/java/io/appform/ranger/core/serviceprovider/ServiceProviderTest.java
Outdated
Show resolved
Hide resolved
ranger-discovery-bundle/src/main/java/io/appform/ranger/discovery/bundle/id/IdGenerator.java
Show resolved
Hide resolved
.../java/io/appform/ranger/discovery/bundle/ServiceDiscoveryBundleHierarchicalSelectorTest.java
Show resolved
Hide resolved
ranger-server-bundle/src/test/java/io/appform/ranger/server/bundle/RangerServerBundleTest.java
Outdated
Show resolved
Hide resolved
koushikr
force-pushed
the
main
branch
9 times, most recently
from
December 6, 2023 10:14
878b079
to
98c0109
Compare
koushikr
force-pushed
the
main
branch
5 times, most recently
from
December 6, 2023 11:21
f5364cc
to
f8b7354
Compare
b) static final attributes made UPPER_SNAKE format c) Removed logback since dw has it already d) Removed the unnecessary AfterEach e) Fixed exception handling for junit5 f) Moved build-check.yml java version to 17 from 11
santanusinha
approved these changes
Dec 6, 2023
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.
Callouts