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](https://github.com/testcontainers/testcontainers-java) framework in [JSch](https://github.com/mwiede/jsch). This can be seen in our Github Actions build logs, as seen [here](https://github.com/mwiede/jsch/actions/runs/16289594620/job/45996256405#step:7:1509) for example. ## Steps to reproduce Use [Testcontainers](https://github.com/testcontainers/testcontainers-java) 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 - [x] Reduce logging to once per `CloseableResource` implementation class