CGLIB error since upgrading to Spring Boot 3.4.3 #44492
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
We upgraded our application from Spring Boot 3.4.2 to 3.4.3 and ever since doing that, tests that use
ApplicationContextRunner
have become very flaky and produce this error:The test itself is rather simple and is using
ApplicationContextRunner
something like this:MyConfiguration
is as follows:It's to be noted that if the test is run on its own it never fails.
The text was updated successfully, but these errors were encountered: