Migrating Java 8 project to Java 17

Viewed 3

We want to migrate our microservices which are built in Java 8 (no framewaork like Spring is used) to Java 17. Build tool currently used is Ant. We will be using Maven going forward.

Can I get any steps to perform the migration?

0 Answers
Related