Skip to content

Releases: openrewrite/rewrite-spring

4.19.2

05 Apr 18:52
Compare
Choose a tag to compare

Enhancements

  • Updated to use rewrite 7.21.1

4.19.1

04 Apr 16:58
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.21.0
  • Remove reference to MigrateEntityManagerFactoryDependsOnPostProcessorCustomizerPackageName which was refactored for clarity #1495
  • Update ReplaceDeprecatedEnvironmentTestUtils with rewrite 7.21.0 changes.

Full Changelog: v4.19.0...v4.19.1

4.19.0

04 Apr 14:02
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.21.0
  • Remove reference to MigrateEntityManagerFactoryDependsOnPostProcessorCustomizerPackageName which was refactored for clarity #1495

Full Changelog: v4.18.0...v4.19.0

4.18.0

23 Mar 22:59
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.20.0
  • Add MigrateActuatorMediaTypeToApiVersion recipe for spring-boot 2.5 migration 78ff1ae
  • Update spring-boot2-upgrade-version.yml to clearly match the associated spring-boot release notes for 2.5 by moving the ChangeType declarative recipe for EntityManagerFactoryDependsOnPostProcessor into the 2.5 migration recipe. 038224b

Full Changelog: v4.17.0...v4.18.0

4.17.0

26 Feb 01:07
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.19.0

4.16.0

10 Feb 16:57
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.18.0
  • implements Spring Boot 2.4 to 2.5 upgrade #120
  • Update ExpandProperties to coalesce duplicate map entries. #135
  • 2.4-2.5: Messages in the Default Error View #140
  • 2.4-2.5: Customizing jOOQ’s DefaultConfiguration #144
  • 2.4-2.5: Logging Shutdown Hooks #141
  • 2.4-2.5: Task Scheduling Harmonization with Spring Integration #138
  • ExpandProperties recipe: Map type properties are not nested correctly when updated. Part II #161
  • Spring Integration Scheduler Pool Size. Boot -> 2.5 by @BoykoAlex in #160
  • Pin okhhtp version to 4.x. #166

New Contributors

Full Changelog: v4.15.0...v4.16.0

4.15.0

07 Jan 22:58
Compare
Choose a tag to compare

Enhancements

  • Updated with rewrite version 7.17.0
  • Updated with rewrite-testing-framework 1.16.0
  • New recipe: MigrateLocalServerPortAnnotation for UpgradeSpringBoot 2.0. cb98de1
  • New recipe: SpringBootPropertiesManual_2_0 for UpgradeSpringBoot 2.0. 70e2f9c
  • New recipe: YamlPropertiesToKebabCase. 22a8671

Fixes

What's Changed

Full Changelog: v4.14.1...v4.15.0

4.14.1

28 Oct 18:34
fb20ded
Compare
Choose a tag to compare

Fixes

  • Remove unneeded debug logging fb20ded

4.14.0

26 Oct 20:41
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite version 7.16.0

Fixes:

  • refactor replace ThreadLocal JavaParsers with Supplier #110
  • BeanMethodsNotPublic should not change the visibility of overridden methods #70

4.13.1

06 Oct 18:00
0c87ebd
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite version 7.15.0
  • bee27a4 Added RSPEC tag and time estimate to NoRequestMappingAnnotation.