6.9.0
What's Changed
- Aligned spring web 6 versions to major version 6 by @JohannisK in #717
- Fixing variable names in tests by @greg-at-moderne in #719
- Added a precondition to MigrateWebMvcTagsToObservationConvention by @123Haynes in #720
- com.datastax.oss to org.apache.cassandra fix for moving the right set of artifacts with right versions by @sundergopalsingh in #721
- Initialize JetBrains Junie 🚀 by @jetbrains-junie in #722
- Add guidelines for Junie automation tool by @jetbrains-junie in #724
- Support
@Value
and@ConditionalOnProperty
inChangeSpringPropertyKey
by @knutwannheden in #728 - Remove unneeded annotation when migrating from Swagger to SpringDoc by @jevanlingen in #729
- Migrate Docket to GroupedOpenApi by @JohannisK in #727
- Migrate Traits class usage to constructor calls by @MBoegers in #730
- Flyway 10 migration for PostgreSQL by @ghusta in #732
- Use springdoc compatibility matrix by @timtebeek in #735
- Flyway 10 migration for MySQL by @mslowiak in #739
- Fix package for
MockReset
once migrating SpyBean/MockBean to MockitoSpyBean/MockitoBean by @mslowiak in #741 - Flyway 10 migration for Oracle by @mslowiak in #740
- MigrateAuditorAwareToOptional: Don't rewrite AuditorAware returning method invocation by @rob-valor in #743
- Shorten MaintainTrailingSlashURLMappings code by using an inline visitor by @jevanlingen in #746
New Contributors
- @JohannisK made their first contribution in #717
- @sundergopalsingh made their first contribution in #721
- @jetbrains-junie made their first contribution in #722
- @ghusta made their first contribution in #732
- @rob-valor made their first contribution in #743
Full Changelog: v6.8.0...v6.9.0