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

Upgrade Jetty 9.4 to support Log4J2 >= 2.9 #5

Merged
merged 1 commit into from
Mar 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jetty8_version=8.1.8.v20121106
jetty8_servlet_api_version=3.0.1
jetty9_version=9.2.22.v20170606
jetty93_version=9.3.20.v20170531
jetty94_version=9.4.6.v20170531
jetty94_version=9.4.7.v20170914
Copy link
Member

Choose a reason for hiding this comment

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

I've been using jetty94Version=9.4.8.v20171121 in a local project for a couple of weeks, and it seems to be working OK. Was released Nov 2017. Would you mind testing that and if OK updating the PR?

Copy link
Member

Choose a reason for hiding this comment

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

I notice that this is based of someone else's branch that you probably won't have access-to. To save messing with another PR I'll just merge this then bump the version up again.

jetty9_servlet_api_version=3.1.0
tomcat7_version=7.0.78
tomcat7_servlet_api_version=3.0.1
Expand Down