Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:Fall 2 2023 Sep 17, Fall 3 2023 Oct 2
Description
After all declarative services in IGB has been migrated to osgi.annotations and the maven-bundle-plugin version has been appropriately selected, the IGB application works without any errors in Java 8. The next step is to try and migrate the project Java 11 and possibly fix any errors (which is presumably errors that is not as profound as annotation changes). This ticket is to investigate those potential errors and check if the Java 8 project is ready to move to Java 11.
Attachments
Issue Links
Activity
The first error that appeared after moving project to Java 11 is maven-compile-plugin error. The version we used is 3.11.0 and downgrading the version to 3.6.0 seems to be working.
Loraine comment: Updated a JDK version property corrected the above problem. Not sure if it is necessary to downgrade the compiler plugin version?
The above commits deals with compile time errors with Java 11 in main-JDK8. Runtime errors will be dealt with in another ticket.