Breaking Changes
FlexyPool has been updated from version 2.2.3 to 3.0.2, introducing some class renamings (details: vladmihalcea/flexy-pool#73).
Key Impacts:
- Application Properties:
If your application usesapplication.properties
(.yaml
) to configure FlexyPool (decorator.datasource.flexy-pool.*
), note that some properties have been renamed.
However, the old property names remain functional and will continue to work at least until the next minor release (1.11.0). - Direct Class Usage:
If your application references FlexyPool property classes or uses custom factories directly, code migration is required to align with the new class names.
What's Changed
- Bump gradle-update/update-gradle-wrapper-action from 1 to 2 by @dependabot in #104
- Bump spring-boot from 3.3.3 to 3.3.4 by @dependabot in #106
- Bump mikepenz/action-junit-report from 4 to 5 by @dependabot in #111
- Bump spring-boot from 3.3.4 to 3.3.5 by @dependabot in #110
- Update to FlexyPool 3.0.2 by @gavlyukovskiy in #113
New Contributors
- @dependabot made their first contribution in #104
Full Changelog: v1.9.2...v1.10.0