[
https://issues.apache.org/jira/browse/WICKET-6675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-6675.
-------------------------------------
Resolution: Fixed
Assignee: Martin Grigorov
Fix Version/s: 9.0.0-M3
8.6.0
Downgraded it to 1.7.25 because due to a security vulnerability 1.7.26 has some
API breaks and Log4J2 cannot upgrade to 1.7.26.
> log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5
> requires version 1.7.26
> ----------------------------------------------------------------------------------------------
>
> Key: WICKET-6675
> URL: https://issues.apache.org/jira/browse/WICKET-6675
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 8.5.0
> Reporter: Michael Gerhards
> Assignee: Martin Grigorov
> Priority: Minor
> Fix For: 8.6.0, 9.0.0-M3
>
> Attachments: Dependencies on SLF4J-api.PNG
>
>
> I am using maven with logging
> <dependency>
> <groupId>org.apache.logging.log4j</groupId>
> <artifactId>log4j-web</artifactId>
> <version>2.11.2</version>
> </dependency>
> <dependency>
> <groupId>org.apache.logging.log4j</groupId>
> <artifactId>log4j-slf4j-impl</artifactId>
> <version>2.11.2</version>
> </dependency>
> but log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5
> requires version 1.7.26.
> See attached screenshot!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)