-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Restore jetty-ee8-runner #11642
Labels
Comments
@olamy we appear to have a |
@janbartel yup I will look at using same translation mechanism if we can. Just figured out there are some TODO test to restore as well |
olamy
added a commit
that referenced
this issue
Apr 12, 2024
Signed-off-by: Olivier Lamy <[email protected]>
olamy
added a commit
that referenced
this issue
Apr 12, 2024
Signed-off-by: Olivier Lamy <[email protected]>
olamy
added a commit
that referenced
this issue
Apr 13, 2024
* Issue #11642 restore Jetty ee8 runner --------- Signed-off-by: Olivier Lamy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty Version
Jetty 12
Jetty Environment
Jetty 12.0.6 EE8, as available in Eclipse 2024-03 RCP
Java Version
Java 17
Question
I'm in the process of upgrading from Jetty 10 to Jetty 12 EE8, since neither EE9 nor EE10 are published via Eclipse 2024-03 release repositories yet.
We are using Jetty-Runner version 10.0.16 right now (directly as Maven artifact, not available via Eclipse repos), and my idea was to upgrade to Jetty-Runner version 12.0.6, the "EE8" variant in particular.
The idea to use Jetty EE8 Runner actually is backed by the list of built artifacts shown here:
https://eclipse.dev/jetty/documentation/contribution-guide/index.html#cg-build-artifacts
However, somehow I fail to find the Maven artifact that could resemble the Jetty EE8 Runner in version 12.
Is this a bug in not being published, or is there another Jetty Runner I should use instead, like to continue using Jetty Runner version 10, even if the application uses version 12 EE8?
Thanks a lot!
The text was updated successfully, but these errors were encountered: