Skip to content

Conversation

@holgerfriedrich
Copy link
Member

@holgerfriedrich holgerfriedrich commented Dec 29, 2025

  • Upgrade slf4j from 1.7.36 to 2.0.17
  • Upgrade logback from 1.2.13 to 1.5.23
  • Exclude slf4j-simple 1.7.x from pmd and checkstyle

<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
Copy link
Member

Choose a reason for hiding this comment

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

The old dependency was with scope "provided" - is it intended that this has been removed with the upgrade?

Copy link
Member Author

Choose a reason for hiding this comment

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

let me check if provided works here as well...

Copy link
Member

Choose a reason for hiding this comment

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

Doesn't it?

Copy link
Member Author

@holgerfriedrich holgerfriedrich Jan 1, 2026

Choose a reason for hiding this comment

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

I just tested running it on openhab-core, no problems.
mvn dependency:analyze does not complain as well.
So let's add the scope as before.

* Upgrade slf4j from 1.7.36 to 2.0.17
* Upgrade logback from 1.2.13 to 1.5.23
* Exclude slf4j-simple 1.7.x from pmd and checkstyle

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
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.

2 participants