https://github.com/bbottema/generic-object-pool


RELEASE NOTES generic-object-pool


v2.2.0 - 2.2.1

- v2.2.1 (28 May 2024) #8: [Bug] Solves ConcurrentModificationException during object invalidation
- v2.2.0 (14 May 2024) #6: [Performance] Introduced a new lock for deallocation, so that both operations do not block each other


v2.1.0 (3 May 2024)

- #5: Allocate can throw exception; deallocation should not be impacted.


v2.0.1 (27 March 2022)

- #1: Deallocation (cleanup) loop breaks if deallocation throws exception


v2.0.0 (26 December 2021)

- Switched to Java 8 and new log4j dependency to resolve recent security issue


v1.0.4 - 1.0.5 (30 Januari 2020)

- Specify Future generic type as Void


v1.0.0 - 1.0.3

- Initial release.