chore(deps): bump openrewrite.version from 8.75.9 to 8.75.10 by dependabot[bot] · Pull Request #3247 · operator-framework/java-operator-sdk
Bumps openrewrite.version from 8.75.9 to 8.75.10.
Updates org.openrewrite:rewrite-java from 8.75.9 to 8.75.10
Release notes
Sourced from org.openrewrite:rewrite-java's releases.
8.75.10
What's Changed
- Improve local NuGet development workflow by
@macsuxin openrewrite/rewrite#7037- Skip RPC for Java-delegate recipes in cross-language composites by
@jkschneiderin openrewrite/rewrite#7038- C#: Enable XML tree processing via RPC for csproj recipe support by
@macsuxin openrewrite/rewrite#7039- C#: Fix print idempotency for attribute arguments with trailing comments by
@macsuxin openrewrite/rewrite#7034- C#: Add
ParentTreeproperty andPathToRoot()toCursorby@knutwannhedenin openrewrite/rewrite#7040- Speed up CI: exclude slow C# RPC tests, add caching to C# build/test tasks by
@knutwannhedenin openrewrite/rewrite#7042- Simplify csharpPublishLocal to use local feed by
@knutwannhedenin openrewrite/rewrite#7041- Use try-with-resources by
@timtebeekin openrewrite/rewrite#7044- Gradle 9.4.1 entry in gradle wrapper versions CSV by
@greg-at-modernein openrewrite/rewrite#7046- C#: Make
Preconditions.Checklanguage-agnostic like Java by@knutwannhedenin openrewrite/rewrite#7045- C#: Fix null-coalescing pattern that prevents node deletion in visitors by
@knutwannhedenin openrewrite/rewrite#7047- Prevent duplicate imports when unfolding star imports by
@Jenson3210in openrewrite/rewrite#7001- C#: Fix
TrailingCommamarkers on array initializers by@knutwannhedenin openrewrite/rewrite#7052- Fix #7048: Support newer Gradle wrapper template variables by
@timtebeekin openrewrite/rewrite#7049- Python: Whitespace attachment fixes by
@greg-at-modernein openrewrite/rewrite#7051- C#: Fix
AutoFormaton structurally modified subtrees by@knutwannhedenin openrewrite/rewrite#7054- Java: fixing parsing of EnumValueSets with regards to leading space by
@greg-at-modernein openrewrite/rewrite#7043- Make CsprojParser public with pre-resolved solution support by
@jkschneiderin openrewrite/rewrite#7056Full Changelog: openrewrite/rewrite@v8.75.9...v8.75.10
Commits
abfe7bbMake CsprojParser public and support pre-resolved solution metadata (#7056)04e4d12Java: fixing parsing of EnumValueSets with regards to leading space (#7043)ed1051cC#: FixAutoFormaton structurally modified subtrees (#7054)552e629Python: Whitespace attachment fixes (#7051)0d67e99Fix #7048: Support newer Gradle wrapper template variables (#7049)11a24f3Fix TrailingComma markers on array initializers in C# parser and printer (#7052)2fe5ea8Prevent duplicate imports when unfolding star imports (#7001)3eb553eFix null-coalescing pattern in CSharpVisitor and JavaVisitor that prevents no...8384bacC#: MakePreconditions.Checklanguage-agnostic like Java (#7045)bb70b819.4.1 (#7046)- Additional commits viewable in compare view
Updates org.openrewrite:rewrite-maven from 8.75.9 to 8.75.10
Release notes
Sourced from org.openrewrite:rewrite-maven's releases.
8.75.10
What's Changed
- Improve local NuGet development workflow by
@macsuxin openrewrite/rewrite#7037- Skip RPC for Java-delegate recipes in cross-language composites by
@jkschneiderin openrewrite/rewrite#7038- C#: Enable XML tree processing via RPC for csproj recipe support by
@macsuxin openrewrite/rewrite#7039- C#: Fix print idempotency for attribute arguments with trailing comments by
@macsuxin openrewrite/rewrite#7034- C#: Add
ParentTreeproperty andPathToRoot()toCursorby@knutwannhedenin openrewrite/rewrite#7040- Speed up CI: exclude slow C# RPC tests, add caching to C# build/test tasks by
@knutwannhedenin openrewrite/rewrite#7042- Simplify csharpPublishLocal to use local feed by
@knutwannhedenin openrewrite/rewrite#7041- Use try-with-resources by
@timtebeekin openrewrite/rewrite#7044- Gradle 9.4.1 entry in gradle wrapper versions CSV by
@greg-at-modernein openrewrite/rewrite#7046- C#: Make
Preconditions.Checklanguage-agnostic like Java by@knutwannhedenin openrewrite/rewrite#7045- C#: Fix null-coalescing pattern that prevents node deletion in visitors by
@knutwannhedenin openrewrite/rewrite#7047- Prevent duplicate imports when unfolding star imports by
@Jenson3210in openrewrite/rewrite#7001- C#: Fix
TrailingCommamarkers on array initializers by@knutwannhedenin openrewrite/rewrite#7052- Fix #7048: Support newer Gradle wrapper template variables by
@timtebeekin openrewrite/rewrite#7049- Python: Whitespace attachment fixes by
@greg-at-modernein openrewrite/rewrite#7051- C#: Fix
AutoFormaton structurally modified subtrees by@knutwannhedenin openrewrite/rewrite#7054- Java: fixing parsing of EnumValueSets with regards to leading space by
@greg-at-modernein openrewrite/rewrite#7043- Make CsprojParser public with pre-resolved solution support by
@jkschneiderin openrewrite/rewrite#7056Full Changelog: openrewrite/rewrite@v8.75.9...v8.75.10
Commits
abfe7bbMake CsprojParser public and support pre-resolved solution metadata (#7056)04e4d12Java: fixing parsing of EnumValueSets with regards to leading space (#7043)ed1051cC#: FixAutoFormaton structurally modified subtrees (#7054)552e629Python: Whitespace attachment fixes (#7051)0d67e99Fix #7048: Support newer Gradle wrapper template variables (#7049)11a24f3Fix TrailingComma markers on array initializers in C# parser and printer (#7052)2fe5ea8Prevent duplicate imports when unfolding star imports (#7001)3eb553eFix null-coalescing pattern in CSharpVisitor and JavaVisitor that prevents no...8384bacC#: MakePreconditions.Checklanguage-agnostic like Java (#7045)bb70b819.4.1 (#7046)- Additional commits viewable in compare view
Updates org.openrewrite:rewrite-test from 8.75.9 to 8.75.10
Release notes
Sourced from org.openrewrite:rewrite-test's releases.
8.75.10
What's Changed
- Improve local NuGet development workflow by
@macsuxin openrewrite/rewrite#7037- Skip RPC for Java-delegate recipes in cross-language composites by
@jkschneiderin openrewrite/rewrite#7038- C#: Enable XML tree processing via RPC for csproj recipe support by
@macsuxin openrewrite/rewrite#7039- C#: Fix print idempotency for attribute arguments with trailing comments by
@macsuxin openrewrite/rewrite#7034- C#: Add
ParentTreeproperty andPathToRoot()toCursorby@knutwannhedenin openrewrite/rewrite#7040- Speed up CI: exclude slow C# RPC tests, add caching to C# build/test tasks by
@knutwannhedenin openrewrite/rewrite#7042- Simplify csharpPublishLocal to use local feed by
@knutwannhedenin openrewrite/rewrite#7041- Use try-with-resources by
@timtebeekin openrewrite/rewrite#7044- Gradle 9.4.1 entry in gradle wrapper versions CSV by
@greg-at-modernein openrewrite/rewrite#7046- C#: Make
Preconditions.Checklanguage-agnostic like Java by@knutwannhedenin openrewrite/rewrite#7045- C#: Fix null-coalescing pattern that prevents node deletion in visitors by
@knutwannhedenin openrewrite/rewrite#7047- Prevent duplicate imports when unfolding star imports by
@Jenson3210in openrewrite/rewrite#7001- C#: Fix
TrailingCommamarkers on array initializers by@knutwannhedenin openrewrite/rewrite#7052- Fix #7048: Support newer Gradle wrapper template variables by
@timtebeekin openrewrite/rewrite#7049- Python: Whitespace attachment fixes by
@greg-at-modernein openrewrite/rewrite#7051- C#: Fix
AutoFormaton structurally modified subtrees by@knutwannhedenin openrewrite/rewrite#7054- Java: fixing parsing of EnumValueSets with regards to leading space by
@greg-at-modernein openrewrite/rewrite#7043- Make CsprojParser public with pre-resolved solution support by
@jkschneiderin openrewrite/rewrite#7056Full Changelog: openrewrite/rewrite@v8.75.9...v8.75.10
Commits
abfe7bbMake CsprojParser public and support pre-resolved solution metadata (#7056)04e4d12Java: fixing parsing of EnumValueSets with regards to leading space (#7043)ed1051cC#: FixAutoFormaton structurally modified subtrees (#7054)552e629Python: Whitespace attachment fixes (#7051)0d67e99Fix #7048: Support newer Gradle wrapper template variables (#7049)11a24f3Fix TrailingComma markers on array initializers in C# parser and printer (#7052)2fe5ea8Prevent duplicate imports when unfolding star imports (#7001)3eb553eFix null-coalescing pattern in CSharpVisitor and JavaVisitor that prevents no...8384bacC#: MakePreconditions.Checklanguage-agnostic like Java (#7045)bb70b819.4.1 (#7046)- Additional commits viewable in compare view
Updates org.openrewrite:rewrite-java-17 from 8.75.9 to 8.75.10
Release notes
Sourced from org.openrewrite:rewrite-java-17's releases.
8.75.10
What's Changed
- Improve local NuGet development workflow by
@macsuxin openrewrite/rewrite#7037- Skip RPC for Java-delegate recipes in cross-language composites by
@jkschneiderin openrewrite/rewrite#7038- C#: Enable XML tree processing via RPC for csproj recipe support by
@macsuxin openrewrite/rewrite#7039- C#: Fix print idempotency for attribute arguments with trailing comments by
@macsuxin openrewrite/rewrite#7034- C#: Add
ParentTreeproperty andPathToRoot()toCursorby@knutwannhedenin openrewrite/rewrite#7040- Speed up CI: exclude slow C# RPC tests, add caching to C# build/test tasks by
@knutwannhedenin openrewrite/rewrite#7042- Simplify csharpPublishLocal to use local feed by
@knutwannhedenin openrewrite/rewrite#7041- Use try-with-resources by
@timtebeekin openrewrite/rewrite#7044- Gradle 9.4.1 entry in gradle wrapper versions CSV by
@greg-at-modernein openrewrite/rewrite#7046- C#: Make
Preconditions.Checklanguage-agnostic like Java by@knutwannhedenin openrewrite/rewrite#7045- C#: Fix null-coalescing pattern that prevents node deletion in visitors by
@knutwannhedenin openrewrite/rewrite#7047- Prevent duplicate imports when unfolding star imports by
@Jenson3210in openrewrite/rewrite#7001- C#: Fix
TrailingCommamarkers on array initializers by@knutwannhedenin openrewrite/rewrite#7052- Fix #7048: Support newer Gradle wrapper template variables by
@timtebeekin openrewrite/rewrite#7049- Python: Whitespace attachment fixes by
@greg-at-modernein openrewrite/rewrite#7051- C#: Fix
AutoFormaton structurally modified subtrees by@knutwannhedenin openrewrite/rewrite#7054- Java: fixing parsing of EnumValueSets with regards to leading space by
@greg-at-modernein openrewrite/rewrite#7043- Make CsprojParser public with pre-resolved solution support by
@jkschneiderin openrewrite/rewrite#7056Full Changelog: openrewrite/rewrite@v8.75.9...v8.75.10
Commits
abfe7bbMake CsprojParser public and support pre-resolved solution metadata (#7056)04e4d12Java: fixing parsing of EnumValueSets with regards to leading space (#7043)ed1051cC#: FixAutoFormaton structurally modified subtrees (#7054)552e629Python: Whitespace attachment fixes (#7051)0d67e99Fix #7048: Support newer Gradle wrapper template variables (#7049)11a24f3Fix TrailingComma markers on array initializers in C# parser and printer (#7052)2fe5ea8Prevent duplicate imports when unfolding star imports (#7001)3eb553eFix null-coalescing pattern in CSharpVisitor and JavaVisitor that prevents no...8384bacC#: MakePreconditions.Checklanguage-agnostic like Java (#7045)bb70b819.4.1 (#7046)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)