Skip to content

DDS-3046 - reduce logging level when validating user certificates#62

Open
Johxzu wants to merge 1 commit intoSK-EID:masterfrom
Johxzu:feature/DDS-3046
Open

DDS-3046 - reduce logging level when validating user certificates#62
Johxzu wants to merge 1 commit intoSK-EID:masterfrom
Johxzu:feature/DDS-3046

Conversation

@Johxzu
Copy link

@Johxzu Johxzu commented Feb 19, 2026

task: https://jira.sk.ee/browse/DDS-3046

commenting on pom.xml change:

  • Project uses org.slf4j:slf4j-api:1.7.36 (pom.xml:99).
  • ch.qos.logback:logback-classic:1.3.12 (pom.xml before change) targets SLF4J 2.x and references org.slf4j.spi.LoggingEventAware.
  • That class does not exist in SLF4J 1.7.x, causing:
    • java: cannot access org.slf4j.spi.LoggingEventAware.

So changed Logback to 1.2.13 (pom.xml:132), which is compatible with SLF4J 1.7.x and lets logging-capture tests compile/run.

Alternative would be a broader upgrade to SLF4J 2.x across the project, but that’s a larger migration.

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.

1 participant