This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch GROOVY-9381_3
in repository https://gitbox.apache.org/repos/asf/groovy.git
discard 5618df2b46 GROOVY-9381: Add native async/await support
add eb48eeb8e7 GroovyGROOVY-11879: A very simple DSL over the JDK's HTTP
client (make test reliable)
add 3b4d02f5ae GROOVY-10581: Prepare for deprecation of security manager
(additional refactoring)
new 8a614c6673 GROOVY-9381: Add native async/await support
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 (5618df2b46)
\
N -- N -- N refs/heads/GROOVY-9381_3 (8a614c6673)
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:
.../groovy/reflection/AccessPermissionChecker.java | 95 ----------------------
.../groovy/reflection/CachedConstructor.java | 6 +-
.../codehaus/groovy/reflection/CachedField.java | 1 -
.../codehaus/groovy/reflection/CachedMethod.java | 14 +---
.../groovy/reflection/ReflectionUtils.java | 5 +-
.../org/codehaus/groovy/vmplugin/v8/Java8.java | 4 +-
.../org/codehaus/groovy/vmplugin/v9/Java9.java | 46 +----------
.../src/spec/test/HttpBuilderSpecTest.groovy | 34 ++++----
.../swing/binding/ClosureTriggerBinding.java | 12 +--
9 files changed, 28 insertions(+), 189 deletions(-)
delete mode 100644
src/main/java/org/codehaus/groovy/reflection/AccessPermissionChecker.java