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

emilles pushed a change to branch GROOVY-11746
in repository https://gitbox.apache.org/repos/asf/groovy.git


    omit 9882df14c3 GROOVY-11746: retain accessible synthetic override
     add 7f5977689b Update JDK version requirement to 17 or higher
     add 2eb173a0db jdk17 items
     add c05793f64e GROOVY-11743: super trait may not be transformed when 
creating helper
     new 64240e42bc GROOVY-11746: retain accessible synthetic override

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   (9882df14c3)
            \
             N -- N -- N   refs/heads/GROOVY-11746 (64240e42bc)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.adoc                                        |  2 +-
 .../groovy/org/apache/groovy/gradle/DocGDK.groovy  |  2 +-
 .../groovy/transform/ASTTransformationVisitor.java | 14 +++++-------
 .../transform/trait/TraitReceiverTransformer.java  |  4 +++-
 .../codehaus/groovy/transform/trait/Traits.java    |  6 +++--
 .../traitx/TraitASTTransformationTest.groovy       |  2 +-
 .../provider/collection/runtime/NamedRecord.groovy | 26 ++++++++++++++++------
 .../provider/collection/runtime/NamedTuple.groovy  | 20 +++++++++++------
 8 files changed, 48 insertions(+), 28 deletions(-)

Reply via email to