Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
84 changes: 42 additions & 42 deletions docs/changelog/8-54-0-Release.md

Large diffs are not rendered by default.

220 changes: 220 additions & 0 deletions docs/changelog/8-56-0-Release.md

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/recipes/ai/timefold/solver/migration/changeversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ This recipe is available under the [Apache License Version 2.0](https://www.apac
<TabItem value="recipe-list" label="Recipe List" >
* [Change Maven project property value](../../../../maven/changepropertyvalue)
* key: `version.ai.timefold.solver`
* newValue: `1.22.1`
* newValue: `1.23.0`
* addIfMissing: `false`
* trustParent: `true`
* [Change Maven project property value](../../../../maven/changepropertyvalue)
* key: `version.timefold`
* newValue: `1.22.1`
* newValue: `1.23.0`
* addIfMissing: `false`
* trustParent: `true`
* [Change Maven project property value](../../../../maven/changepropertyvalue)
* key: `ai.timefold.solver.version`
* newValue: `1.22.1`
* newValue: `1.23.0`
* addIfMissing: `false`
* trustParent: `true`
* [Change Maven project property value](../../../../maven/changepropertyvalue)
* key: `timefold.version`
* newValue: `1.22.1`
* newValue: `1.23.0`
* addIfMissing: `false`
* trustParent: `true`
* [Change Maven project property value](../../../../maven/changepropertyvalue)
* key: `timefoldVersion`
* newValue: `1.22.1`
* newValue: `1.23.0`
* addIfMissing: `false`
* trustParent: `true`

Expand All @@ -68,27 +68,27 @@ description: |
recipeList:
- org.openrewrite.maven.ChangePropertyValue:
key: version.ai.timefold.solver
newValue: 1.22.1
newValue: 1.23.0
addIfMissing: false
trustParent: true
- org.openrewrite.maven.ChangePropertyValue:
key: version.timefold
newValue: 1.22.1
newValue: 1.23.0
addIfMissing: false
trustParent: true
- org.openrewrite.maven.ChangePropertyValue:
key: ai.timefold.solver.version
newValue: 1.22.1
newValue: 1.23.0
addIfMissing: false
trustParent: true
- org.openrewrite.maven.ChangePropertyValue:
key: timefold.version
newValue: 1.22.1
newValue: 1.23.0
addIfMissing: false
trustParent: true
- org.openrewrite.maven.ChangePropertyValue:
key: timefoldVersion
newValue: 1.22.1
newValue: 1.23.0
addIfMissing: false
trustParent: true

Expand All @@ -106,7 +106,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/ai/timefold/solver/migration/tolatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Now that `com.yourorg.ControlFlowVisualizationExample` has been defined, activat

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/analysis/search/findflowbetweenmethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Now that `com.yourorg.FindFlowBetweenMethodsExample` has been defined, activate

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/analysis/search/findmethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Now that `com.yourorg.FindMethodsExample` has been defined, activate it and take

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/analysis/search/uricreatedwithhttpscheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/apache/commons/io/relocateapachecommonsio.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/apache/commons/io/usestandardcharsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/apache/commons/io/usesystemlineseparator.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This recipe has no required configuration options. It can be activated by adding

```groovy title="build.gradle"
plugins {
id("org.openrewrite.rewrite") version("{{VERSION_REWRITE_GRADLE_PLUGIN}}")
id("org.openrewrite.rewrite") version("latest.release")
}

rewrite {
Expand Down
Loading
Loading