issues
search
appform-io
/
ranger
Service Discovery for Java
Apache License 2.0
7
stars
12
forks
source link
Ranger Discovery Bundle and Lib Version upgrades
#29
Closed
koushikr
closed
11 months ago
koushikr
commented
11 months ago
Moved discovery bundle from
here
Updated to dropwizard version 2.1.10 : BOM update.
Upgraded to java source, target version 17 with release in 11
Removed com.fasterxml and introduced dropwizard-jackson for the jackson bindings.
Upgraded to junit 5 and fixed the necessary tests including wiremock versions and tests. (100+ files changed because of this)
Upgraded the curator framework version
Done sonar fixes after the java version upgrade
Updated the release version
Updated CHANGELOG.md
Updated the build.yml to use java17
Removed logback dependency since dropwizard already has it.
Fixed the maven javadoc version to 3.6.3. For
this
Callouts
Can't do much about the netty-handler vulnerability, even the latest netty version is burdened by it.
Can't also do much about the snakeyaml vulnerability. Seems like dw 2.1.10 is not compatible with snakeyaml 2.x.
Callouts