cloudwatch-logback-appender icon indicating copy to clipboard operation
cloudwatch-logback-appender copied to clipboard

upgrade to logback 1.3.5 (slf4j 2)

Open Sokrim opened this issue 3 years ago • 4 comments

Since my previous PR #51 has been merged but logback version 1.4.5 is for Java 11, now I submit another PR using logback version 1.3.5 which is for Java 8. This will fix the issue https://github.com/j256/cloudwatch-logback-appender/issues/50

Sokrim avatar Dec 16 '22 10:12 Sokrim

Any chance this can be merged and released soon? Spring Boot (3) is now on 1.4.5 and incompatible out-of-the-box with current cloudwatchlogbackappender 2.1.

bacherma avatar Jan 06 '23 15:01 bacherma

Not only is 1.4.x meant for Java 11, it is intended for users that have moved on to the Jakarta namespace. Keeping to 1.3.x seems to be the way to go. I second bacherma's question regarding a release for this?

Additionally, the Logback website states: "Logback components written for logback 1.2 should work without change in version 1.3."

matsandreassen avatar May 19 '23 07:05 matsandreassen

Hi, is it possible appender can support logback 1.3.5?

kaliman avatar Jul 09 '23 15:07 kaliman

Hey @bacherma did you manage to use the appender with Spring Boot 3? If so, can you describe what you did?

DennisPietruck0001 avatar Jan 30 '24 14:01 DennisPietruck0001