Releases: qaware/collection-cacheable-for-spring
Releases · qaware/collection-cacheable-for-spring
1.3.0
What's Changed
- Add support for non-Map-like return values. See #17. Please prefer using
Mapwhenever possible, asListreturn type is potentially slow. AlsoMapmight take a performance hit as we're building a proxy class. - Bump spring-boot-starter-parent from 2.5.5 to 2.5.6 by @dependabot in #12
- Bump spring-boot-starter-parent from 2.5.6 to 2.6.0 by @dependabot in #14
- Bump spring-boot-starter-parent from 2.6.0 to 2.6.1 by @dependabot in #15
- Bump spring-boot-starter-parent from 2.6.1 to 2.6.2 by @dependabot in #16
- Bump spring-boot-starter-parent from 2.6.2 to 2.6.3 by @dependabot in #18
Full Changelog: version-1.2.0...version-1.3.0
1.2.0
What's Changed
- Bump spring-boot-starter-parent from 2.5.3 to 2.5.5 by @dependabot in #9 #10
- Add trace logging to
@CollectionCacheableoperation, fixes #11
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: version-1.1.2...version-1.2.0
1.1.2
Removed @ComponentScan
Full Changelog: version-1.1.0...version-1.1.2
1.1.0
1.0.2
Upgrade dependencies, in particular to Spring Boot 2.5.3
1.0.1
Dummy release to test new release.sh script, identical to 1.0.0
1.0.0
Initial release based on internally used code. Hope this serves you all well!