Skip to content

Commit

Permalink
Add newVersion 3.x as -jakarta was added in 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 21, 2024
1 parent 708cf07 commit 43cd02f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.MigrateSapCfJavaLoggingSupport
displayName: Migrate SAP cloud foundry logging support to Spring Boot 3.x
description: Migrate SAP cloud foundry logging support from cf-java-logging-support-servlet to cf-java-logging-support-servlet-jakarta, to use jakarta with Spring Boot 3.
description: Migrate SAP cloud foundry logging support from `cf-java-logging-support-servlet` to `cf-java-logging-support-servlet-jakarta`, to use Jakarta with Spring Boot 3.
tags:
- spring
- boot
Expand All @@ -176,4 +176,5 @@ recipeList:
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.sap.hcp.cf.logging
oldArtifactId: cf-java-logging-support-servlet
newArtifactId: cf-java-logging-support-servlet-jakarta
newArtifactId: cf-java-logging-support-servlet-jakarta
newVersion: 3.x

0 comments on commit 43cd02f

Please sign in to comment.