Skip to content
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

[JENKINS-73259] Migrate Winstone from EE 8 to EE 9 #396

Merged
merged 4 commits into from
Sep 3, 2024
Merged

[JENKINS-73259] Migrate Winstone from EE 8 to EE 9 #396

merged 4 commits into from
Sep 3, 2024

Conversation

basil
Copy link
Member

@basil basil commented Jun 26, 2024

Context

Goes with three other pull requests:

Description

Replace dependencies with EE 9 versions in pom.xml and update all relevant imports.

Testing done

Full PCT/ATH

@basil basil force-pushed the prototype branch 2 times, most recently from 2f132aa to 8a9cfa5 Compare July 1, 2024 19:33
Base automatically changed from prototype to master August 12, 2024 14:15
@basil basil force-pushed the jakarta branch 2 times, most recently from 32221fa to b1d3d08 Compare August 12, 2024 14:26
@pokarand

This comment was marked as spam.

@basil basil force-pushed the jakarta branch 3 times, most recently from 577f7c5 to 0b02e4e Compare August 27, 2024 19:32
Copy link
Member

@timja timja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work!

@@ -183,7 +182,7 @@ public Launcher(Map<String, String> args) throws IOException {
}

// JENKINS-73616: Turn down log level of annotation parser
java.util.logging.Logger logger = java.util.logging.Logger.getLogger(AnnotationParser.class.getName());
java.util.logging.Logger logger = java.util.logging.Logger.getLogger("org.eclipse.jetty.ee9.annotations.AnnotationParser");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This annotation is no longer on our classpath in EE 9 due to some upstream cleanup in the Jetty dependency tree, so just use a string constant.

Copy link

@Kevin-CB Kevin-CB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, security wise.

Copy link

@BorisYaoA BorisYaoA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@basil basil merged commit 9f279c5 into master Sep 3, 2024
14 checks passed
@basil basil deleted the jakarta branch September 3, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants