You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by gi...@apache.org on 2022/07/05 21:37:27 UTC

[groovy] branch dependabot/github_actions/gradle/wrapper-validation-action-1.0.4 updated (30e4d8f178 -> 63e3083a37)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/github_actions/gradle/wrapper-validation-action-1.0.4
in repository https://gitbox.apache.org/repos/asf/groovy.git


 discard 30e4d8f178 Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4
     add 219d2914cc GROOVY-9980: visit annotation expression before values
     add 842687fa68 GROOVY-9871: class model: populate `AnnotationConstantExpression` values
     add f0e5c5f604 add `@since` tag
     add a5c2aca145 Bump actions/checkout from 2 to 3
     add 1e17efd2ba Bump actions/upload-artifact from 1 to 3
     add 77b54cdd96 Bump actions/setup-java from 1 to 3
     add 63e3083a37 Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (30e4d8f178)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/gradle/wrapper-validation-action-1.0.4 (63e3083a37)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/gradle-wrapper-validation.yml    |  2 +-
 .github/workflows/grails-joint-validation.yml      |  4 +-
 .github/workflows/groovy-build-dist.yml            | 12 +--
 .github/workflows/groovy-build-test-ea.yml         |  4 +-
 .github/workflows/groovy-build-test.yml            |  4 +-
 .github/workflows/micronaut-joint-validation.yml   |  4 +-
 src/main/java/groovy/transform/Generated.java      |  6 +-
 src/main/java/groovy/transform/Internal.java       |  6 +-
 src/main/java/groovy/transform/Pure.java           |  8 +-
 .../ast/expr/AnnotationConstantExpression.java     |  8 +-
 .../org/codehaus/groovy/vmplugin/v8/Java8.java     | 99 ++++++++++++----------
 .../ast/{Groovy7826Bug.java => Groovy7826.java}    | 28 +++---
 src/test/org/codehaus/groovy/ast/Groovy9871.groovy | 46 ++++++++++
 13 files changed, 149 insertions(+), 82 deletions(-)
 rename src/test/org/codehaus/groovy/ast/{Groovy7826Bug.java => Groovy7826.java} (61%)
 create mode 100644 src/test/org/codehaus/groovy/ast/Groovy9871.groovy