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
Claus Ibsen opened DATAREDIS-558 and commented
spring-data-redis OSGi manifest to have wider range of slf4j import and not be locked down on a very specific patch release of slf4j 1.7.12
See also https://issues.apache.org/jira/browse/CAMEL-10363
Affects: 1.7.4 (Hopper SR4)
Backported to: 1.7.5 (Hopper SR5)
The text was updated successfully, but these errors were encountered:
Claus Ibsen commented
There is a PR #223
Sorry, something went wrong.
Mark Paluch commented
Thanks for the PR Claus. I extended the version range to use the current SLF4J version for the lower bound and the next major version as the upper bound. SLF4J is configured by a property so we don't need to touch template.mf anytime soon for SLF4J
template.mf
The lower bound is now 1.7.21
org.slf4j;version="[1.7.21,2.0.0)",
It would have been nicer if it was
org.slf4j;version="[1.7,2)",
Then its all 1.7.x and 1.8.x etc up to 2.0
mp911de
No branches or pull requests
Claus Ibsen opened DATAREDIS-558 and commented
spring-data-redis OSGi manifest to have wider range of slf4j import and not be locked down on a very specific patch release of slf4j 1.7.12
See also https://issues.apache.org/jira/browse/CAMEL-10363
Affects: 1.7.4 (Hopper SR4)
Backported to: 1.7.5 (Hopper SR5)
The text was updated successfully, but these errors were encountered: