SpectraLogic / ds3_java_sdk

Apache License 2.0
7 stars 15 forks source link

Redo 5.6.2 release #621

Closed lesserwhirls closed 12 months ago

lesserwhirls commented 12 months ago

Jackson 2.15.x brings in a dependency that is not compatible with Java 8, and the shadowJar task fails. We will be stuck on Jackson 2.14.x until we move on from Java 8 support.

lesserwhirls commented 12 months ago

Also, make sure the shadowJar task is run as part of the testing process so that we can catch dependencies that drop Java 8 support in the future.