Skip to content

2021-May-11 - Prerelease - 2.6.171

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 May 17:10
bcbbe4a
Fix leaking InputStream (#9130)

* Fix leaking InputStream

* Unify code and fix more file leaks

* Remove redundant `@Slf4j` annotations

* Move PropertiesLoader methods into ResourceLoader class

* Fix tests after moving method

* Fix checkstyle violation

* Remove test code

* Add missing imports