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

fix: fix running dhis war using maven jetty plugin #9314

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

teleivo
Copy link
Contributor

@teleivo teleivo commented Nov 25, 2021

https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/NCSARequestLog.html
was deprecated and subsequently removed
Jetty 10 changed quite a lot regarding logging
jetty/jetty.project#4572

there might be other settings we find have changed, that we need to adapt

@jbee
Copy link
Contributor

jbee commented Nov 25, 2021

Fix confirmed

https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/NCSARequestLog.html
was deprecated and subsequently removed

Jetty 10 changed quite a lot regarding logging
jetty/jetty.project#4572

The Jetty libraries (both client and server) use SLF4J as logging APIs.
The only config we had in jetty-logging.properties is thus not needed
anymore.

There might be other settings we find have changed, that we need to adapt
@teleivo teleivo force-pushed the jetty-10-maven-plugin branch from e5d04c4 to b69e20f Compare November 25, 2021 09:57
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@teleivo teleivo merged commit 0bae148 into master Nov 25, 2021
@teleivo teleivo deleted the jetty-10-maven-plugin branch November 25, 2021 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants