Skip to content

Java 17 migration

Rustam Lotsmanenko (EPAM) requested to merge jdk-17-migration into master

Description:

  • Migration from Java 8 to Java 17.
  • Unit test fixes with build run args and dependency upgrades.
  • Switching to updated core common
  • Switching to updated ci-cd

How to test:

Via Unit and Int tests.

Changes include:

  • Breaking change (a change that is not backward-compatible and/or changes current functionality).

Changes in:

  • Common code

Dev Checklist:

  • Added Unit Tests, wherever applicable.
  • Updated the Readme, if applicable.
  • Existing Tests pass
  • Verified functionality locally
  • Self Reviewed my code for formatting and complex business logic.

Other comments:

Required dependency in ci-cd config: osdu/platform/ci-cd-pipelines!946 (closed)

Following up TODOs: #43

Edited by Rustam Lotsmanenko (EPAM)

Merge request reports