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

paulk-asert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


    from bb6c33df7f minor refactor: use direct sha1 number even though infra 
permits friendly version name
     new 933a59c0c8 GROOVY-11997: Add @ForkedJvm JUnit extension (allow 
classpath filtering)
     new 55c0a189a9 minor refactor: consistent spelling
     new 200f089ee7 GROOVY-11997: Add @ForkedJvm JUnit extension (use classpath 
filtering)

The 3 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:
 COMPATIBILITY.md                                   |  2 +-
 .../main/groovy/org.apache.groovy-tested.gradle    |  4 ++
 src/main/java/groovy/concurrent/Agent.java         | 12 ++---
 .../java/groovy/concurrent/BroadcastChannel.java   |  2 +-
 src/main/java/groovy/transform/ActiveObject.java   |  2 +-
 .../transform/ActiveObjectASTTransformation.java   |  2 +-
 src/spec/doc/_core-async-channels.adoc             |  2 +-
 src/spec/doc/core-concurrent-actors.adoc           |  6 +--
 src/test/groovy/groovy/concurrent/ActorTest.groovy |  2 +-
 .../java/groovy/junit6/plugin/ExpectedToFail.java  |  2 +-
 .../main/java/groovy/junit6/plugin/ForkedJvm.java  | 19 ++++++++
 .../groovy/junit6/plugin/ForkedJvmExtension.java   | 56 +++++++++++++++++++++-
 .../groovy/junit6/plugin/ForkedJvmTestRunner.java  |  4 +-
 .../src/test/groovy/ExpectedToFailTest.groovy      |  2 +-
 .../src/test/groovy/ForkedJvmTest.groovy           | 56 ++++++++++++++++++++++
 15 files changed, 152 insertions(+), 21 deletions(-)

Reply via email to