Skip to content

Commit

Permalink
temporarily revert DevCenter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed Sep 23, 2024
1 parent 1b119c2 commit cb86089
Showing 1 changed file with 0 additions and 143 deletions.
143 changes: 0 additions & 143 deletions src/main/resources/devcenter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"devCenter": {
"version" : 1,
"upgradesAndMigrations": [
{
"title": "Spring boot",
Expand Down Expand Up @@ -65,26 +64,6 @@
}
]
}
},
{
"name": "Completed",
"recipe": {
"recipeId": "org.openrewrite.java.dependencies.search.FindMinimumDependencyVersion",
"options": [
{
"name": "groupIdPattern",
"value": "org.springframework.boot"
},
{
"name": "artifactIdPattern",
"value": "spring-boot"
},
{
"name": "version",
"value": "3.3.3-4.0.0"
}
]
}
}
],
"fix": {
Expand Down Expand Up @@ -129,18 +108,6 @@
}
]
}
},
{
"name": "Java 21+",
"recipe": {
"recipeId": "org.openrewrite.java.search.HasMinimumJavaVersion",
"options": [
{
"name": "version",
"value": "21-100"
}
]
}
}
],
"fix": {
Expand All @@ -161,18 +128,6 @@
}
]
}
},
{
"name": "JUnit 5",
"recipe": {
"recipeId": "org.openrewrite.java.search.FindAnnotations",
"options": [
{
"name": "annotationPattern",
"value": "@org.junit.jupiter.api.Test"
}
]
}
}
],
"fix": {
Expand Down Expand Up @@ -210,7 +165,6 @@
},
{
"devCenter": {
"version" : 1,
"upgradesAndMigrations": [
{
"title": "Spring boot",
Expand Down Expand Up @@ -274,26 +228,6 @@
}
]
}
},
{
"name": "Completed",
"recipe": {
"recipeId": "org.openrewrite.java.dependencies.search.FindMinimumDependencyVersion",
"options": [
{
"name": "groupIdPattern",
"value": "org.springframework.boot"
},
{
"name": "artifactIdPattern",
"value": "spring-boot"
},
{
"name": "version",
"value": "3.3.3-4.0.0"
}
]
}
}
],
"fix": {
Expand Down Expand Up @@ -338,18 +272,6 @@
}
]
}
},
{
"name": "Java 21+",
"recipe": {
"recipeId": "org.openrewrite.java.search.HasMinimumJavaVersion",
"options": [
{
"name": "version",
"value": "21-100"
}
]
}
}
],
"fix": {
Expand All @@ -370,18 +292,6 @@
}
]
}
},
{
"name": "JUnit 5",
"recipe": {
"recipeId": "org.openrewrite.java.search.FindAnnotations",
"options": [
{
"name": "annotationPattern",
"value": "@org.junit.jupiter.api.Test"
}
]
}
}
],
"fix": {
Expand Down Expand Up @@ -419,7 +329,6 @@
},
{
"devCenter": {
"version" : 1,
"upgradesAndMigrations": [
{
"title": "Maven shared components",
Expand Down Expand Up @@ -463,26 +372,6 @@
}
]
}
},
{
"name": "Version 41+",
"recipe": {
"recipeId": "org.openrewrite.maven.search.ParentPomInsight",
"options": [
{
"name": "groupIdPattern",
"value": "org.apache.maven.shared"
},
{
"name": "artifactIdPattern",
"value": "maven-shared-components"
},
{
"name": "version",
"value": "41-100"
}
]
}
}
],
"fix": {
Expand Down Expand Up @@ -549,26 +438,6 @@
}
]
}
},
{
"name": "Version 41+",
"recipe": {
"recipeId": "org.openrewrite.maven.search.ParentPomInsight",
"options": [
{
"name": "groupIdPattern",
"value": "org.apache.maven.plugins"
},
{
"name": "artifactIdPattern",
"value": "maven-plugins"
},
{
"name": "version",
"value": "41-100"
}
]
}
}
],
"fix": {
Expand Down Expand Up @@ -631,18 +500,6 @@
}
]
}
},
{
"name": "Java 21+",
"recipe": {
"recipeId": "org.openrewrite.java.search.HasMinimumJavaVersion",
"options": [
{
"name": "version",
"value": "21-100"
}
]
}
}
],
"fix": {
Expand Down

0 comments on commit cb86089

Please sign in to comment.