JDK 17 Tests #2077
Replies: 4 comments 1 reply
-
Phoebus seems to compile and run fine under the following conditions: Here are the details of the OS where ran tests:
I suspect that this applies to other platforms as well(Windows, MacOS, etc), but we should probably test those to verify. I'll let you all know of any other progress/developments if there is any in the future as I will try to daily drive jdk17 on the daily while developing phoebus. |
Beta Was this translation helpful? Give feedback.
-
Another factor to consider is language features. I would be interested in the |
Beta Was this translation helpful? Give feedback.
-
While you're at it, can you copy some more detail for the "Compilation failure"? There should be some more specific error including source file, line, reason. |
Beta Was this translation helpful? Give feedback.
-
To make it compile using source and target 17, you need to do the following:
To build with unit tests more work is required, e.g. eliminate Lombok (which is why I want the Once built, Phoebus seems to run fine. Services not tested, though. |
Beta Was this translation helpful? Give feedback.
-
Thought I would start a conversation to share progress/ideas when testing jdk17.
Beta Was this translation helpful? Give feedback.
All reactions