-
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
upgrade logback and log4j-slf4j (new artifact log4j-slf4j18-impl) to support slf4j api 1.8 #3209
Conversation
…ifact log4j-slf4j18-impl) Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
<version>1.8.0-beta2</version> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-slf4j18-impl</artifactId> | ||
<version>2.11.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the version here?
I would prefer it is inherited from somewhere, so that we don't forget to update it to newer versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
easy to fix.
I have a bit more concern about the file jetty-util/src/main/config/modules/slf4j-api.mod
and the value slf4j.version?=1.8.0-beta2
(without the change included in the pr this was not working anymore)
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
@olamy nice magic with the |
@sbordet because we do not use Spring Boot elsewhere except for this test and we probably don't want to depend on it? |
@olamy but the point is that if we put the version there we will never ever remember to update it for new Spring Boot versions. |
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
@sbordet fair enough. should be better now |
Signed-off-by: olivier lamy oliver.lamy@gmail.com