Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.0.5 -> v3.3.1 age adoption passing confidence
actions/setup-java action minor v3.4.1 -> v3.10.0 age adoption passing confidence
gradle (source) minor 7.5 -> 7.6.1 age adoption passing confidence
gradle/wrapper-validation-action action patch v1.0.4 -> v1.0.6 age adoption passing confidence
org.projectlombok:lombok (source) dependencies patch 1.18.24 -> 1.18.26 age adoption passing confidence
org.ow2.asm:asm-tree (source) dependencies minor 9.3 -> 9.4 age adoption passing confidence
org.ow2.asm:asm-util (source) dependencies minor 9.3 -> 9.4 age adoption passing confidence
org.ow2.asm:asm (source) dependencies minor 9.3 -> 9.4 age adoption passing confidence
org.jetbrains:annotations dependencies minor 23.0.0 -> 23.1.0 age adoption passing confidence
com.github.javaparser:javaparser-core (source) dependencies minor 3.24.4 -> 3.25.1 age adoption passing confidence
org.shipkit.shipkit-auto-version plugin patch 1.2.1 -> 1.2.2 age adoption passing confidence
dev.minco.gradle.defaults-plugin plugin patch 0.2.61 -> 0.2.62 age adoption passing confidence

Release Notes

actions/cache

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

actions/setup-java

v3.10.0

Compare Source

In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).

steps:
 - name: Checkout
  uses: actions/checkout@v3
 - name: Setup-java
  uses: actions/setup-java@v3
  with:
   distribution: oracle
   java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
oracle Oracle JDK Link Link

v3.9.0

Compare Source

In scope of this release we add support for .java-version file (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.

    steps:
      - uses: actions/checkout@v3
      - name: Setup java
        uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version-file: .java-version
      - run: java HelloWorldApp.java

v3.8.0

Compare Source

In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/395) and updated minimatch dependency.

v3.6.0

Compare Source

In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use os.arch to determine default architecture for runners: https://github.com/actions/setup-java/pull/376. Besides, we made such changes as:

v3.5.1

Compare Source

In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate json file. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.

v3.5.0

Compare Source

Add support for multiple jdks

In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through java-version input.

    steps:
      - uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version: |
            8
            11
            15
Besides, we added such changes as:
gradle/gradle

v7.6.1: 7.6.1

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.5.1: 7.5.1

This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

Switch your build to use Gradle 7.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.5.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

gradle/wrapper-validation-action

v1.0.6

Compare Source

Gradle Wrapper Validation

v1.0.5

Compare Source

Gradle Wrapper Validation

projectlombok/lombok

v1.18.26

JetBrains/java-annotations

v23.1.0

Compare Source

  • Added new annotation: @ApiStatus.Obsolete.
javaparser/javaparser

v3.25.1

issues resolved

API or Behaviour Change
  • Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class (PR #​3896 by @​jlerbsc)
Added
Changed
Fixed
  • Fix: issue 3924 Removing ImportDeclaration with Annotated package thr… (PR #​3926 by @​jlerbsc)
  • Fix: issue 3918 JavaParserTypeDeclarationAdapter resolving wrong Type via Ancestor (PR #​3921 by @​jlerbsc)
  • Fix: issue 3919 ResolvedType::isAssignableBy(ResolvedType) is wrong f… (PR #​3920 by @​jlerbsc)
  • Fix: issue 3911 java.lang.UnsupportedOperationException: T[] while resolving generic method with type parameter with arrays like List<T[]> (PR #​3917 by @​jlerbsc)
  • Fix: \s escape gives lexical error but should be valid since Java 15 (PR #​3903 by @​jlerbsc)
  • Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class (PR #​3896 by @​jlerbsc)
  • Fix issue 1883 Finding lambda return type (PR #​3890 by @​jlerbsc)
  • Fix: issue 1815 ArrayIndexOutOfBoundsException when resolving lambda parameter. This fix is offered by Blackgen (PR #​3888 by @​jlerbsc)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.0

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.10

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.9

issues resolved

Highlights
Added
Changed
  • Changing, in test classes, the initialization of the lexical preserva… (PR #​3779 by @​jlerbsc)
  • chore(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0 (PR [#​3770](https:/

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c75fbb to 6a5611b Compare August 5, 2022 22:11
@renovate renovate bot changed the title Update actions/cache action to v3.0.6 Update all non-major dependencies Aug 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a5611b to b81a8dc Compare August 6, 2022 04:19
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies to v3.0.6 Aug 9, 2022
@renovate renovate bot changed the title Update all non-major dependencies to v3.0.6 Update all non-major dependencies Aug 10, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b81a8dc to a6b9744 Compare August 11, 2022 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6b9744 to 7f613b9 Compare August 22, 2022 09:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f613b9 to 9fbcfbb Compare September 8, 2022 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from caac153 to 849013d Compare October 3, 2022 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 849013d to 518764d Compare October 25, 2022 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 518764d to 3602a7b Compare November 20, 2022 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3602a7b to e6df626 Compare March 16, 2023 06:56
@LunNova LunNova merged commit 50db75a into main Mar 22, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 22, 2023 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant