Upgrade to Jetty EE10 Maven plugin and update logging configuration - #10
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request upgrades the local Jetty runtime to an EE10-compatible Jetty 12 Maven plugin, updates Jetty webapp context configuration to the EE10 namespace, and adjusts Hibernate logging configuration to use Log4j2 properties syntax.
Changes:
- Upgrade Maven Jetty plugin from
org.eclipse.jetty:jetty-maven-plugin(Jetty 11) toorg.eclipse.jetty.ee10:jetty-ee10-maven-plugin(Jetty 12 EE10). - Update
jetty-env.xmlWebAppContextclass toorg.eclipse.jetty.ee10.webapp.WebAppContext(EE10 namespace). - Replace Log4j 1-style Hibernate logger keys with Log4j2 properties-based logger entries.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/main/webapp/WEB-INF/jetty-env.xml | Updates the Jetty WebAppContext class (and DTD URL) to align with Jetty 12 EE10 configuration. |
| src/main/resources/log4j2.properties | Migrates Hibernate logger settings to Log4j2 properties logger entries. |
| pom.xml | Switches the Jetty Maven plugin coordinates/version to Jetty 12 EE10. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
org.eclipse.jetty:jetty-maven-plugin:11.0.20toorg.eclipse.jetty.ee10:jetty-ee10-maven-plugin:12.1.11jetty-env.xmlto EE10 package namespaceWhy
These changes align local runtime and servlet stack with EE10-compatible Jetty 12 and ensure the Hibernate logger configuration is correctly applied by Log4j2.
Validation
azd upcompleted successfully in this environment