Stormpot 3.0
Major release.
- Java 11 is now the minimum required version.
- Updated, modern, and ergonomic APIs.
- Pools are now created with
Pool.from(allocator).build()
. - There is only a single pool implementation now.
- New
Pool.of(...)
API to create a pool with pre-allocated objects, and no background thread. - Improved handling of prolonged allocation failures.
- Lower idle CPU usage.