Skip to content

JDK 17 migration

Thulasi Dass Subramanian requested to merge az/td-jdk-17-migration into master

Description:

Migration from Java 8 to Java 17.

How to test:

Via Unit and Integration 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:

  • Upgraded 'lombok' & 'jacoco' plugin version
  • Changed TestRunner 'PowerMockRunner' to 'MockitoJUnitRunner'
  • Removed 'powermock-api-mockito2' & 'powermock-module-junit4' dependencies

Note:

  • For DevOps changes [docker image upgrade, deployment image, integration testing] to be handled by respective CSP(since each CSP manages their own repo for images)
Edited by Thulasi Dass Subramanian

Merge request reports