Re: SLF4J instead of Log4J at the API level? [EXTERNAL]

2024-07-27 Thread Gandhirajan N
Hi Richard, Thanks for the initial PR. I had a look at the PR and the changes look good with regards to SLF4J. However, the versionRange in root POM could introduce unpredictability in builds if newer versions introduce breaking changes On Sat, 27 Jul 2024 at 06:06, Richard Eckart de Castilho wr

Re: SLF4J instead of Log4J at the API level? [EXTERNAL]

2024-07-27 Thread Peter Abramowitsch
Hi Gandhi and RIchard, Just pasting the versionRange change into my 5.1.0 root pom in the m2e plugin fixed the lifecycle errors on every project I've been living with, in Eclipse, for a while. Gandhi, if you can find a different solution I'm good with that too. In any case, this change should on

Re: SLF4J instead of Log4J at the API level? [EXTERNAL]

2024-07-27 Thread Gandhirajan N
Hi Peter, It was my bad. The PR just showed up only up the changes made and I didn't see that this version change was made only specific to eclipse m2e plugin. I thought it was made at root level which could break builds in the future. As long as it is specific to eclipse, We should be good. On S