-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move webapp to Java 17 and update jetty jspc #102
Conversation
@laeubi Any idea what's wrong here https://ci.eclipse.org/platform/job/eclipse.platform.ua/job/PR-102/4/console ? |
The API tools fail with:
This might be a bug in |
In local build there is /home/akurtakov/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar in target/dependencies-list.txt file. |
I can reproduce the build issue from master, then I'm trying to debug with ` |
Yes PDE do this automatically (also Tycho), but I don't know if that also applies to the API tools (e.g. do they use a full pde-core project setup?) Maybe something is required here due to the new release cycle so it can't fetch all requirements?!? |
Let's continue discussion about this API Tools issue in #103 |
It has been agreed that 2023-06 will require Java 17
"core" profile is not available by default.
Bump the minor as the feature now contains bundles that require Java 17
Move webapp to Java 17.