Skip to main content
2 votes
2 answers
189 views

I am migrating a Spring Boot 3.x application to use Java Virtual Threads. I have replaced my standard async executor with a virtual thread executor: @Bean public Executor taskExecutor() { return ...
Max's user avatar
  • 1,058
0 votes
0 answers
120 views

I'm preparing the approaching European electronic invoicing obligations. For this, MustangProject is giving a solution with its library, running on Java (the tutorial I follow is given here). I've ...
theophile69's user avatar
0 votes
0 answers
70 views

Is there a way to have a custom configuration when using Slf4j without the need to create a custom logger? Let's say I have a controller, service, or any format of a class, I am using SLF4J for ...
ctrleno's user avatar
1 vote
1 answer
80 views

I do have the following line in my Android app: private Logger logger = LoggerFactory.getLogger(getClass().getSimpleName()); When testing for threads access in strict mode i found the following issue ...
4ntoine's user avatar
  • 20.6k
0 votes
2 answers
161 views

I am having issues related to my tests which are failing because of slf4j-api being absent, which does not make sense because it is present as it is provided as a transitive dependency from one of the ...
Hakan54's user avatar
  • 4,119
0 votes
0 answers
35 views

I have an application using Java 11, Spring, Apache CXF 3.4.2, Tomcat and slf4j. The method that serves as the endpoint for subscribing to server-sent events doesn't log any errors. They're visible in ...
sbnet's user avatar
  • 13
0 votes
0 answers
41 views

I had been using log4j binding in cassandra version 4. But this isn't working in cassandra 5.0. Getting this exception on startup. org/apache/cassandra/utils/vint/VIntCoding.writeVInt32(ILorg/apache/...
Siva-ss18's user avatar
3 votes
0 answers
109 views

In Spring Boot application for logs made with Slf4j I want to show INFO level logs in console and DEBUG level logs in file. I also want to change level logs in console with Actuator, so I can't use ...
Gosha Pronin's user avatar
1 vote
2 answers
118 views

I created a Maven Springboot application where I've written a dummy unit test for to see if the ReporterApplication boots up successfully without exceptions. However I get a depdendency clash of ...
jonasaud's user avatar
0 votes
0 answers
31 views

I have to refactor a custom ant task to use a rewritten implementation of the code. As part of the rewrite, the logging library was updated from slf4j 1.7.26 to 2.0.17, using logback 1.5.28, updated ...
mccarthyj's user avatar
  • 949
1 vote
0 answers
250 views

Getting error at log.info("...") while running Tests in build pipeline The error is being thrown only in the GitLab build pipeline tests phase, not in Local Using: lombok.extern.slf4j.@...
Prem's user avatar
  • 806
5 votes
1 answer
235 views

My project uses SLF4J with Log4j2, but recently I introduced a dependency that uses Logback for logging and DOES NOT use SLF4J. The dependency's code includes the following import: import ch.qos....
chenlangping's user avatar
0 votes
1 answer
31 views

I’m having a problem with my unit tests. Regardless of what I do, my liquibase.logLevel setting isn’t being respected. Any suggestions? Thanks! @Test public void testChangeLog() { try (...
Victor Rodriguez's user avatar
2 votes
1 answer
157 views

Password4j 1.8.2 cannot be loaded under Oracle 23ai free because most of the time ora-29532 java call terminated by uncaught java exception java.lang.noclassdeffounderror org/slf4j/loggerfactory ...
Armand Bozsik's user avatar
0 votes
0 answers
177 views

I'm encountering an error while building a GraalVM native image for a Spring Boot application in a multi-module setup. The error indicates that an object of type org.slf4j.helpers....
Max's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
227