Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-04-04 Thread via GitHub
ppkarwasz commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2036850995 > So, I believe Spring Boot has defined it in their `` section. And if they remove it in version 3.x, Maven will raise an error when it tries to resolve dependencies. >

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-04-04 Thread via GitHub
9you commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2036700488 In Spring 2.x, we use the following declaration (without specifying the version): ` org.apache.logging.log4j log4j-spring-boot ` So, I believe Spring Boo

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-04-04 Thread via GitHub
ppkarwasz commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2036565176 @9you, Does any Spring Boot 3.x artifact or starter depend on `log4j-spring-boot`? If you know such an example, you should probably [submit an issue report](https://

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-04-04 Thread via GitHub
9you commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2036388621 Spring Boot should remove log4j-spring-boot from their declaration. It will cause errors to be reported immediately when upgrading the Spring Boot version from 2.x to 3.x. --

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-03-17 Thread via GitHub
JyotiSathe closed issue #2384: log4j-spring-boot gives error URL: https://github.com/apache/logging-log4j2/issues/2384 -- 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 unsub

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-03-17 Thread via GitHub
JyotiSathe commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2003015836 Yes after removing log4j-spring-boot and renaming log4j-spring.xml issue is resolved. Thanks for the help. -- This is an automated message from the Apache Git Service. T

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-03-15 Thread via GitHub
ppkarwasz commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2000228751 @JyotiSathe, The stack trace you deleted seems like a problem with Spring Boot's version of our lookup. Unlike our version it fails if there is no environment.

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-03-15 Thread via GitHub
JyotiSathe commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-2000110589 If I remove the dependency log4j-spring-boot then I get below exception. **ERROR StatusConsoleListener Resolver failed to lookup spring:spring.application.name j

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-03-15 Thread via GitHub
ppkarwasz closed issue #2384: log4j-spring-boot gives error URL: https://github.com/apache/logging-log4j2/issues/2384 -- 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 unsubs

Re: [I] log4j-spring-boot gives error (logging-log4j2)

2024-03-15 Thread via GitHub
ppkarwasz commented on issue #2384: URL: https://github.com/apache/logging-log4j2/issues/2384#issuecomment-291619 @JyotiSathe, Which Spring Boot 3.x artifact depends on `org.apache.logging.log4j:log4j-spring-boot`? The functionality of `log4j-spring-boot` is embedded into

[I] log4j-spring-boot gives error (logging-log4j2)

2024-03-15 Thread via GitHub
JyotiSathe opened a new issue, #2384: URL: https://github.com/apache/logging-log4j2/issues/2384 ## Description I have spring boot project, recently upgraded to version 3.2.2 from 3.1.0. We are using dependency "org.apache.logging.log4j:log4j-spring-boot" in our project. After