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

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


 discard 5fd8e1a  GROOVY-9791: SC: not dynamic property for protected field 
from diff pack
     add 0af2058  extract method for property access error and remove duplicate 
test cases
     add 5080304  add missing license headers
     add 103e302  fix dependency verification metadata for rat
     add 34049aa  GROOVY-9792: Bump Spotbugs/Spotbugs annotations versions
     add f2d40b6  GROOVY-9793: Bump JUnit4 version to 4.13.1 (includes security 
fix)
     add 28bdcf3  GROOVY-9794: Bump picocli version to 4.5.2
     add 9009402  remove dead code
     add 6a2ca07  remove recursion from ClassNodeUtils#getField and reuse in 
ASM classgen
     new 36b2a6a  GROOVY-9791: SC: not dynamic property for protected field 
from diff pack

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   (5fd8e1a)
            \
             N -- N -- N   refs/heads/GROOVY-9791 (36b2a6a)

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:
 gradle/verification-metadata.xml                   | 30 ++++++++++++-
 .../apache/groovy/ast/tools/ClassNodeUtils.java    | 43 ++++++++++--------
 .../groovy/classgen/AsmClassGenerator.java         | 27 +++---------
 .../classgen/asm/sc/StaticTypesCallSiteWriter.java | 41 +++++++++--------
 src/test-resources/fail/String_03.groovy           | 19 ++++++++
 src/test-resources/fail/String_04.groovy           | 19 ++++++++
 .../asm/sc/StaticCompileFieldAccessTest.groovy     | 51 +---------------------
 versions.properties                                |  8 ++--
 8 files changed, 126 insertions(+), 112 deletions(-)

Reply via email to