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
| Field | Original Value | New Value |
|---|---|---|
| Epic Link |
|
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| 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. |
| Story Points | 2 | 4 |
| Sprint | Fall 2 2023 Sep 17 [ 178 ] | Fall 2 2023 Sep 17, Fall 3 2023 Oct 2 [ 178, 179 ] |
| Rank | Ranked higher |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Attachment | branch-comparison.png [ 18055 ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
| Assignee | Karthik Raveendran [ karthik ] |
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?