SterniXPutzig
SterniXPutzig
Explore posts from servers
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
Thank you very much for your time and effort ❤️
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
yes, everyone uses it and i was just too dump 😄
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
yes custom
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
<spring-boot-2.version> overriden with <spring-boot-3.version> names are diffrent but yeah
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
any project in connection with mine is V3 itself and it is generally intended to use V3 in the first place
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
no the central pom is the head
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
so overriding the spring boot 2 property with the V3 seems to have fixed it
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
i have my project , that has a central parent pom, that offers 2 diffrent spring boot version one is 2.X.X and one 3.X.X and as far as i can see the 2.X.X was used for any non explicit dependency in the background because that let to the 1.7.36 version of slf4j And any dependency analysis / tree/ whatever now shows correctly a v2.X.X slf4j
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
i think i got it. i overriden one of the spring boot version in the parent with another value prepared also in the parent, it was using some old helper spring boots in the background
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
i have no explicit slf4j yet, but I wanted to add that. I just wanted to make sure it's safe
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
spring boot itself + ~70 more
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
no
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
i checked every property tag by hand and also searched for "slf4j.version" but nothing
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
no property tag
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
they all look like this
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
nope, the version is directly in the dependencies themselves
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
sorry, which properties?
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
you are right something hardcodes everything containing slf4j to 1.7.36 but it's not us
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
seems like it, will check (might take a while, parent pom is pretty big) thanks so far already
78 replies
JCHJava Community | Help. Code. Learn.
Created by SterniXPutzig on 4/25/2025 in #java-help
SLF4J crashes jenkins
dependency analysis in the the intellij maven window shows 1.7.36 for spring boot 3.4.5
78 replies