dkorotych / gradle-maven-exec-plugin

Gradle plugin which provides an Maven exec task
Apache License 2.0
57 stars 7 forks source link

Bump rewrite-gradle from 7.30.0 to 7.32.1 #77

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rewrite-gradle from 7.30.0 to 7.32.1.

Release notes

Sourced from rewrite-gradle's releases.

7.32.1

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite/compare/v7.32.0...v7.32.1

7.32.0

What's Changed

  • TypeSignatureBuilder tests must use unrestricted class loader by @​tkvangorder in #2300
  • Update BlockStatementTemplateGenerator to handle enums having anonymo… by @​pway99 in #2303
  • Switch expressions / fixes #2164 by @​jkschneider in #2306
  • Generate a unique variable signature based on the Symbol reference. by @​traceyyoshima in #2308
  • Update jackson bom for CVE-2022-42003 by @​natedanner in #2310
  • Use classloader for DeclarativeRecipe classloading by @​kmccarp in #2314
  • Handle null classloader in DeclarativeRecipe by @​kmccarp in #2315
  • Skip backreferences when autodetecting styles by @​gadams00 in #2316
  • Expanded fix for edge case with code obfuscaters and inner classes by @​nmck257 in #2317
  • Allow Environment to load recipes and recipeDescriptors from dependencies by @​kmccarp in #2319
  • Fix parsing issue when annotation comments. Fixes #2313 by @​tkvangorder in #2322
  • Add Parser.fromString() overloads which allow path to be specified by @​sambsnyd 05fab70
  • Prevent LambdaBlockToExpression from running on Groovy sources by @​sambsnyd 9e77530
  • Simplify RemoveExtraSemicolons so that it probably wont make empty changes anymore by @​sambsnyd 6fce243
  • Use RewriteTest in RemoveUnusedImportsTest by @​sambsnyd 71f1403
  • Add FindMissingTypes test to exercise that increasingly relied upon functionality a2c7d46
  • FindMissingTypes now also detects missing types in J.NewClass #2299 by @​sambsnyd 5204060
  • TypeSignatureBuilder tests must use unrestricted classloader #2300 by @​tkvangorder 33a5e12
  • Add FindImports recipe by @​jkschneider e18bdc3
  • re-enable ReplaceLambdaWithMethodReference in common-static-analysis by @​pway99 fc4ac07
  • Fix parsing prefixes of CDATA in XmlParserVisitor by @​traceyyoshima 8aa630e
  • Generate valid characters for inputs with trailing CRLF in StringUtils#trimIndentPreserveCRLF fixes #2268 by @​traceyyoshima 804125c
  • Fix #2302, Visitor changes are not applied due to diff miscalculation by @​sambsnyd 9d633ad
  • Call parent resolution event handler on cyclic parent situation before discovering cycle by @​jkschneider 5ef91d0
  • Add download success ResolutionEventListener by @​jkschneider a42ef51
  • pin Jackson to 2.13.4 by @​pway99 5222168
  • Pom downloader should respect release/snapshot flags by @​tkvangorder ab85725
  • Added tests for #2118 by @​traceyyoshima 8177f86
  • Java 17 Records Support / fixes #2165 by @​jkschneider 6992200
  • Remove apparently unused dependencies on groovy-ant and groovy-xml by @​sambsnyd 213e980
  • Guard against NPE in JavaVisitor#visitCase by @​jkschneider e3815ff
  • Fix J.Case#withExpression NPE by @​jkschneider 2bb6bcb
  • Fix FindDeprecatedMethods to accept empty, as well as null, method patterns by @​sambsnyd 1259e7a
  • Guard against possible NPE in Autodetection of import layouts by @​sambsnyd 76a1d4b
  • Add type to variable signature in signature builders by @​traceyyoshima 1d7ff03
  • Fix Case.withPattern() modifying expressions when it should only modify pattern by @​sambsnyd 4edb715
  • Make search markers renderable on Quarks / fixes #2320 by @​jkschneider be16e65
  • Simplify logic which detects whether or not a recipe has made a change by @​sambsnyd 8c2ce94
  • Remove unused MarkerIdPrinter by @​jkschneider 1ba19c5

... (truncated)

Commits
  • b818b09 Use MavenSettings and activeProfiles set when an AST is parsed to subsequentl...
  • 330f893 Replace duplicate String literals of enums in ReplaceDuplicateStringLiterals ...
  • d909d51 Revert support for duplicate string literals on enums in ReplaceDuplicateStri...
  • f4279b6 Insert the replaced string literal after the J.EnumValueSet in ReplaceDuplica...
  • 11401cb Added normalizeName to VariableNameUtils.
  • c3d6f8d Break apart recipe and take advantage of new markup syntax (#2326)
  • 63b7b97 Fix the JavaTemplate AnnotationTemplateGenerator so that MethodDeclaration an...
  • d7db742 FindImports getVisitor public visibility
  • b1c0ab0 Case pattern marshaled into Case Expressions (#2323)
  • 7ec9706 Polish
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

Merging #77 (f895017) into master (1af4524) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #77   +/-   ##
=========================================
  Coverage     93.99%   93.99%           
+ Complexity      448      446    -2     
=========================================
  Files            15       15           
  Lines           849      849           
  Branches         52       52           
=========================================
  Hits            798      798           
+ Misses           39       36    -3     
- Partials         12       15    +3     
Flag Coverage Δ
LINUX 93.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...thub/dkorotych/gradle/maven/MavenHomeProvider.java 85.71% <0.00%> (-7.15%) :arrow_down:
...github/dkorotych/gradle/maven/MavenDescriptor.java 87.71% <0.00%> (+8.77%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Looks like org.openrewrite:rewrite-gradle is up-to-date now, so this is no longer needed.