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

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


 discard a5d3dfb231 GROOVY-11905: Optimize non-capturing lambdas
     add f18c0923e6 GROOVY-11915: GINQ: Add groupby...into (documentation 
tweaks)
     add b2a36c36f2 GROOVY-11920: Include javax.swing.plaf.nimbus in Nimbus LAF 
check (as preferred)
     add 3f44535b34 bump dependency metadata
     add d37b245c46 GROOVY-5373: Sql DataSet fails to work with non-literals in 
queries (enhancement required)
     add 4791af37a2 GROOVY-11921: groovy-jmx: remove dead IIOP support, refresh 
docs
     add 600088d661 minor refactor: use armor version of keyring file
     add dda906c983 minor refactor: use armor version of keyring file
     new bbd31a16c3 GROOVY-11905: Optimize non-capturing lambdas

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   (a5d3dfb231)
            \
             N -- N -- N   refs/heads/GROOVY-11905 (bbd31a16c3)

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:
 .../main/groovy/org.apache.groovy-common.gradle    |    1 +
 gradle/verification-keyring.gpg                    |  Bin 290163 -> 0 bytes
 gradle/verification-keyring.keys                   | 3216 ++++++++++++++++++++
 gradle/verification-metadata.xml                   |    2 +
 .../collection/runtime/GroupResultImpl.java        |    4 +-
 .../groovy-ginq/src/spec/doc/ginq-userguide.adoc   |  233 +-
 .../test/org/apache/groovy/ginq/GinqTest.groovy    |  121 +-
 .../jmx/builder/JmxClientConnectorFactory.groovy   |    4 +-
 .../jmx/builder/JmxServerConnectorFactory.groovy   |    4 +-
 .../groovy-jmx/src/spec/doc/assets/img/oc4jpie.png |  Bin 3664 -> 0 bytes
 subprojects/groovy-jmx/src/spec/doc/jmx.adoc       |  115 +-
 .../src/main/java/groovy/sql/DataSet.java          |    8 +-
 .../src/main/java/groovy/sql/SqlWhereVisitor.java  |   29 +-
 .../src/test/groovy/groovy/sql/PersonTest.groovy   |   19 +-
 .../groovy/groovy/swing/LookAndFeelHelper.groovy   |    1 +
 15 files changed, 3491 insertions(+), 266 deletions(-)
 delete mode 100644 gradle/verification-keyring.gpg
 create mode 100644 gradle/verification-keyring.keys
 delete mode 100644 subprojects/groovy-jmx/src/spec/doc/assets/img/oc4jpie.png

Reply via email to