mmoayyed commented on a change in pull request #296:
URL: https://github.com/apache/syncope/pull/296#discussion_r750312993
##########
File path: pom.xml
##########
@@ -430,7 +430,7 @@ under the License.
<camel.version>3.13.0</camel.version>
- <slf4j.version>2.0.0-alpha5</slf4j.version>
+ <slf4j.version>1.7.32</slf4j.version>
Review comment:
Yes. Staying on alpha seems to cause a few issues:
1. Seems like Boot 2.6 RC1 has issues recognizing this given logger binding
have changed; possibly because boot's dependency management of slf4j has
changed.
2. The alpha version is quite unstable, does not work against graalvm and
native-images with the spring-native project. This is the main reason for CAS
to fallback on 1.7.x.
If preferable, I can try to only override this for CAS. I see that slf4j has
been on alpha for a long time, and there is no official/public plan as to when
this might get released. Log4j is also waiting for slf4j to stabilize before
the build compatible bindings for it. So what works now, may not work in the
future, and is in fact sort of luckily works.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]