Releases: openrewrite/rewrite-spring
Releases · openrewrite/rewrite-spring
5.0.6
What's Changed
- Update AddSpringProperty.java example by @mike-solomon in #386
- fix: use default values for propertyKey and tlsPropertyKey when empty string. by @natedanner in #388
- Prevent NPE on
UpgradeSpringFrameworkDependencies.newVersion
by @timtebeek in #390 - fix: adapt J.Modifier and J.Identifier instantiation to use the new c… by @SimonVerhoeven in #394
- re-enabled the UpdateGradle recipes by @joanvr in #395
- Ony selectively apply NoRequestMappingAnnotation by @timtebeek in #396
- UseNewRequestMatchers should also replace with 5.7 on classpath by @timtebeek in #398
New Contributors
- @mike-solomon made their first contribution in #386
- @SimonVerhoeven made their first contribution in #394
- @joanvr made their first contribution in #395
Full Changelog: v5.0.5...v5.0.6
5.0.5
What's Changed
- Change package org.thymeleaf.spring 5 to spring6 by @timtebeek in #385
Full Changelog: v5.0.4...v5.0.5
5.0.4
Full Changelog: v5.0.3...v5.0.4
5.0.3
What's Changed
- Pick up rewrite-migrate-java version 2.0.4 to resolve
NoSuchMethodError: MethodMatcher.matches(Lorg/openrewrite/java/tree/J$MethodInvocation;)Z
- Upgrade Gradle wrapper and Spring Gradle plugins by @shanman190 in #382
Full Changelog: v5.0.2...v5.0.3
5.0.2
- Pulling new rewrite-migrate-java version
Full Changelog: v5.0.1...v5.0.2
5.0.1
What's Changed
- Update with rewrite 8.1.2
- Removed ConditionalOnBeanAnyNestedCondition from Spring Boot Best Pra… by @nmck257 in #359
- Make concrete visitor accessible for Security DSL recipes by @BoykoAlex in #365
- Basic Boot 3.1 Upgrade by @BoykoAlex in #368
- Upgrade Maven parent only; Gradle should work with BOM already by @timtebeek in #372
- Set
logging.pattern.level
as part of Sleuth migration by @timtebeek in #370 - Adapted the maven specific mysql dependency update to the generic one to include gradle by @Jenson3210 in #377
New Contributors
- @Jenson3210 made their first contribution in #377
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- Update for rewrite 8.0 by @knutwannheden in #345
- Update JavaTemplate for rewrite8.0 by @kunli2 in #366
Full Changelog: v4.36.1...v5.0.0
4.36.0
What's Changed
- [Spring Security6 migration] Add recipe UpdateRequestCacheTest by @kunli2 in #327
- [Spring Security6 migration]Add recipe
RemoveOauth2LoginConfig
by @kunli2 in #328 - [Spring security 6 migration] Add recipe to remove unnecessary
use-authorization-manager
for message security in Spring security 6 by @kunli2 in #330 - [Spring security 6 migration] Adds
UpdateEnableReactiveMethodSecurity
recipe by @kunli2 in #331 - Introduce generic visitor
RemoveMethodInvocationsVisitor
to be able to remove some specific method calls. by @kunli2 in #332 - RenameBean by @nmck257 in #333
- UpgradeSpringSecurity_5_8 is Spring Security's rule. by @tokuhirom in #335
- introduced ChangeSpringPropertyValue by @nmck257 in #334
- Replace http literals with constants by @timtebeek in #326
- Revert "Add Spring Security 5.8 migration to Spring Framework 5.3 and… by @nmck257 in #336
- Fix MigrateProjectTest#migrateOldSleuthCore - spring boot release 3.0.5 to 3.0.6 by @pway99 in #342
New Contributors
- @tokuhirom made their first contribution in #335
Full Changelog: v4.35.0...v4.36.0
4.35.0
What's Changed
- Add recipe
MaintainTrailingSlashURLMappings
by @kunli2 in #307 - [SB 3.0 recipe] Add recipe AddSetUseTrailingSlashMatch by @kunli2 in #310
- Change
ConfigurationOverEnableSecurity
to modify only before Boot3 by @kunli2 in #313 - Use SHA-256 in Remember Me by @knutwannheden in #312
- Remove calls matching
AuthenticationEntryPointFailureHandler.setRethrowAuthenticationServiceException(true)
by @knutwannheden in #311 - New
RequireExplicitSavingOfSecurityContextRepository
recipe by @knutwannheden in #314 - New
UpdatePbkdf2PasswordEncoder
recipe by @knutwannheden in #315 - Fixes #318 Update thymeleaf artifactIds by @hetzijzo in #319
- Retain versions for thymeleaf-spring5 & thymeleaf-extras-springsecurity5 by @timtebeek in #320
- #306 Add spring-boot-starter-validation in Boot 2.3 by @jjank in #308
- Tests Boot 3 upgrade recipe descriptor by @BoykoAlex in #322
New Contributors
- @kunli2 made their first contribution in #307
- @knutwannheden made their first contribution in #312
- @hetzijzo made their first contribution in #319
Full Changelog: v4.34.0...v4.35.0