Starting with the 5.13 release, JUnit now spams the following warning hundreds of times per build:
WARNING: Type implements CloseableResource but not AutoCloseable
We use the Testcontainers framework in JSch.
This can be seen in our Github Actions build logs, as seen here for example.
Steps to reproduce
Use Testcontainers extension and note how it spams the warning hundreds of times per build.
Context
- Used versions (Jupiter/Vintage/Platform): 5.13.3
- Build Tool/IDE: Maven
Deliverables