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 f97ae1bfbf minor refactor: run jmh tests also daily
new 7d924a8048 GROOVY-11996: Provide a groovy.truth.file.exists.enabled
system property which when false reverts to Groovy 4 behavior
new 915895d896 GROOVY-11996: Provide a groovy.truth.file.exists.enabled
system property which when false reverts to Groovy 4 behavior (test)
The 2 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/runtime/ResourceGroovyMethods.java | 16 +++++
.../groovy/groovy/FileExistsDisabledTest.groovy | 80 ++++++++++++++++++++++
.../groovy/nio/extensions/NioExtensions.java | 7 ++
3 files changed, 103 insertions(+)
create mode 100644 src/test/groovy/groovy/FileExistsDisabledTest.groovy