fix(deps): update openrewrite
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
org.openrewrite.recipe:rewrite-logging-frameworks | dependencies | minor |
2.12.2 -> 2.18.1
|
org.openrewrite.recipe:rewrite-java-security | dependencies | minor |
2.11.3 -> 2.17.1
|
org.openrewrite.recipe:rewrite-spring | dependencies | minor |
5.18.0 -> 5.25.0
|
org.openrewrite.rewrite | plugin | minor |
6.22.0 -> 6.29.1
|
Release Notes
openrewrite/rewrite-logging-frameworks (org.openrewrite.recipe:rewrite-logging-frameworks)
v2.18.1
: 2.18.1
What's Changed
- Drop
contextSensitive()
fromJavaTemplate
to fix compilation by @timtebeek in https://github.com/openrewrite/rewrite-logging-frameworks/pull/203 - Remove log4j from runtime classpath as it is only needed to generate a recipe from a refaster template by @pstreef in https://github.com/openrewrite/rewrite-logging-frameworks/pull/204
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.18.0...v2.18.1
v2.18.0
: 2.18.0
What's Changed
- Do not fail ParameterizedLogging for Kotlin String templates by @timtebeek in https://github.com/openrewrite/rewrite-logging-frameworks/pull/187
- Disable
ParameterizedLogging
on Groovy files by @Laurens-W in https://github.com/openrewrite/rewrite-logging-frameworks/pull/188 - update vulneravility suppressions by @lkerford in https://github.com/openrewrite/rewrite-logging-frameworks/pull/189
- Add additional steps to
Log4j1ToLog4j2
by @timtebeek in https://github.com/openrewrite/rewrite-logging-frameworks/pull/195 - chore: update suppressions by @zieka in https://github.com/openrewrite/rewrite-logging-frameworks/pull/196
- Add testcase to validate switch cases in
SystemErrToLogging
by @Laurens-W in https://github.com/openrewrite/rewrite-logging-frameworks/pull/197 - Add testcases to validate switch cases in
SystemErrToLogging
andParameterizedLogging
by @Laurens-W in https://github.com/openrewrite/rewrite-logging-frameworks/pull/198 - Apply the MSAL license by @jkschneider in https://github.com/openrewrite/rewrite-logging-frameworks/pull/199
- Apply MSAL license when generating POMs by @jkschneider in https://github.com/openrewrite/rewrite-logging-frameworks/pull/200
- chore: update OWASP suppressions by @bryceatmoderne in https://github.com/openrewrite/rewrite-logging-frameworks/pull/201
New Contributors
- @Laurens-W made their first contribution in https://github.com/openrewrite/rewrite-logging-frameworks/pull/188
- @lkerford made their first contribution in https://github.com/openrewrite/rewrite-logging-frameworks/pull/189
- @bryceatmoderne made their first contribution in https://github.com/openrewrite/rewrite-logging-frameworks/pull/201
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.17.0...v2.18.0
v2.17.1
: 2.17.1
What's Changed
- OpenRewrite v8.41.1: https://github.com/openrewrite/rewrite
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks
v2.17.0
: 2.17.0
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.16.1...v2.17.0
v2.16.1
: 2.16.1
What's Changed
- Do not pick up log4j-core:3.0.0-beta3 by @timtebeek in
a1c41de
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.16.0...v2.16.1
v2.16.0
: 2.16.0
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.15.1...v2.16.0
v2.15.1
: 2.15.1
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.15.0...v2.15.1
v2.15.0
: 2.15.0
What's Changed
- update suppressions for 09-25-2024 vulnerability report by @natedanner in https://github.com/openrewrite/rewrite-logging-frameworks/pull/183
- update to latest error prone to remove protobuf-java@3.19.2 vulnerability by @natedanner in https://github.com/openrewrite/rewrite-logging-frameworks/pull/184
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.14.0...v2.15.0
v2.14.0
: 2.14.0
What's Changed
- Ignore static blocks in LoggersNamedForEnclosingClass by @timtebeek in https://github.com/openrewrite/rewrite-logging-frameworks/pull/180
- refactor: Update Gradle wrapper by @shanman190 in https://github.com/openrewrite/rewrite-logging-frameworks/pull/181
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.13.0...v2.14.0
v2.13.0
: 2.13.0
What's Changed
- refactor: Update Gradle wrapper by @shanman190 in https://github.com/openrewrite/rewrite-logging-frameworks/pull/179
Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v2.12.2...v2.13.0
openrewrite/rewrite-spring (org.openrewrite.recipe:rewrite-spring)
v5.25.0
: 5.25.0
What's Changed
- Add logic to quote yaml scalar value by @tkvangorder in https://github.com/openrewrite/rewrite-spring/pull/644
- Remove BeanMethodsNotPublic from SpringBoot2BestPractices (again) by @nmck257 in https://github.com/openrewrite/rewrite-spring/pull/645
- Add ReplaceMockBeanAndSpyBean Recipe by @123Haynes in https://github.com/openrewrite/rewrite-spring/pull/646
- Apply the MSAL license by @jkschneider in https://github.com/openrewrite/rewrite-spring/pull/649
- Apply MSAL license when generating POMs by @jkschneider in https://github.com/openrewrite/rewrite-spring/pull/650
New Contributors
- @123Haynes made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/646
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.24.1...v5.25.0
v5.24.1
: 5.24.1
What's Changed
- OpenRewrite v8.41.1: https://github.com/openrewrite/rewrite/compare/v8.41.1...main
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.24.0...v5.24.1
v5.24.0
: 5.24.0
What's Changed
- Restore Existing Static RenameBean Constructors by @ryan-hudson in https://github.com/openrewrite/rewrite-spring/pull/640
- fix test dontEnableVirtualThreadsIfDisabled by @sullis in https://github.com/openrewrite/rewrite-spring/pull/641
- Generate comments for deprecated properties by @ashakirin in https://github.com/openrewrite/rewrite-spring/pull/639
New Contributors
- @ashakirin made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/639
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.23.2...v5.24.0
v5.23.2
: 5.23.2
What's Changed
- Handle special case of xssProtection by @SiBorea in https://github.com/openrewrite/rewrite-spring/pull/625
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.23.1...v5.23.2
v5.23.1
: 5.23.1
What's Changed
- Drop the old runtime Spring Core dependency brought in through spring-data-mongodb:2.+ by @timtebeek in https://github.com/openrewrite/rewrite-spring/pull/626
- Delete the RemoveMethodInvocationsVisitor moved to rewrite-core by @timtebeek in https://github.com/openrewrite/rewrite-spring/commit/cdf343cfdb08a2c49bfbeba085e2e55ff5aada09
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.23.0...v5.23.1
v5.23.0
: 5.23.0
What's Changed
- [Auto] Spring Boot property migration recipes as of 2024-10-28T1118 by @github-actions in https://github.com/openrewrite/rewrite-spring/pull/611
- refactor: add @Nullable to methods who may return null by @nielsdebruin in https://github.com/openrewrite/rewrite-spring/pull/610
- Replace @Required on setters with @Autowired by @nielsdebruin in https://github.com/openrewrite/rewrite-spring/pull/612
- Migrate AuditorAware to an Optional<> for spring boot 1 to 2 migration by @Jenson3210 in https://github.com/openrewrite/rewrite-spring/pull/614
- Add new migration case of WebMvcConfigurer by @SiBorea in https://github.com/openrewrite/rewrite-spring/pull/616
- Add BeanMethodReturnNull recipe by @SiBorea in https://github.com/openrewrite/rewrite-spring/pull/617
- MigrateHandlerInterceptor recipe migrates too much by @jevanlingen in https://github.com/openrewrite/rewrite-spring/pull/622
- Add
unlessUsing
toRemoveDependency
to not break compilation by @timtebeek in https://github.com/openrewrite/rewrite-spring/pull/624
New Contributors
- @nielsdebruin made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/610
- @SiBorea made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/616
- @jevanlingen made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/622
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.22.0...v5.23.0
v5.22.0
: 5.22.0
What's Changed
- adding a test case for MigrateWebMvcTagsToObservationConvention for t… by @nmck257 in https://github.com/openrewrite/rewrite-spring/pull/607
- SAP cloud logging support migration to SB 3.x by @aamotharald in https://github.com/openrewrite/rewrite-spring/pull/608
New Contributors
- @aamotharald made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/608
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.21.1...v5.22.0
v5.21.1
What's Changed
- Migrate recipe to convert getStatus to getStatusCode with correct types by @mslowiak in https://github.com/openrewrite/rewrite-spring/pull/602
- Include Apache commons-lang3 migration with Spring Boot 2.0 ugprade by @Laurens-W in https://github.com/openrewrite/rewrite-spring/pull/603
- Include upgrading
jakarta.annotation-api
to 2.1.x by @Laurens-W in https://github.com/openrewrite/rewrite-spring/pull/604
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.21.0...v5.21.1
v5.21.0
: 5.21.0
What's Changed
- update to latest error prone to remove protobuf-java@3.19.2 vulnerability by @natedanner in https://github.com/openrewrite/rewrite-spring/pull/597
- Add recipe to migrate
ResponseStatusException
changes by @mslowiak in https://github.com/openrewrite/rewrite-spring/pull/598 - Migrate
WebMvcTags
toServerRequestObservationConvention
by @Laurens-W in https://github.com/openrewrite/rewrite-spring/pull/586
New Contributors
- @mslowiak made their first contribution in https://github.com/openrewrite/rewrite-spring/pull/598
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.20.0...v5.21.0
v5.20.0
: 5.20.0
What's Changed
- Update
HttpStatus
toHttpStatusCode
inResponseEntityExceptionHandler
implementations by @Laurens-W in https://github.com/openrewrite/rewrite-spring/pull/589 - refactor: Operator wrapping on end of line by @timtebeek in https://github.com/openrewrite/rewrite-spring/pull/593
- refactor: Update Gradle wrapper by @shanman190 in https://github.com/openrewrite/rewrite-spring/pull/595
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.19.0...v5.20.0
v5.19.0
: 5.19.0
What's Changed
- Add recipes for MongoDb related changes in Spring Boot/Data 2.3 by @Laurens-W in https://github.com/openrewrite/rewrite-spring/pull/583
- chore(ci): Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/openrewrite/rewrite-spring/pull/585
- Spring Kafka 3.0 migration recipes by @timtebeek in https://github.com/openrewrite/rewrite-spring/pull/587
- refactor: Update Gradle wrapper by @shanman190 in https://github.com/openrewrite/rewrite-spring/pull/590
- suppress spring-data-mongodb vulnerability. We need the classes there to migrate away from it. by @pstreef in https://github.com/openrewrite/rewrite-spring/pull/591
- Exclude (not used) vulnerable dependencies by @pstreef in https://github.com/openrewrite/rewrite-spring/pull/592
Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v5.18.0...v5.19.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.