This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 8fd8d0ca7a Merge pull request #15203 from jdaugherty/bug_fix_ehcache
add fa79873fda fix(forge): explicit zip directories and entry metadata
add fb56d0194a style: formatting
add b9574af9f0 fix(forge): allow reproducible output
new fea72fed44 Merge pull request #15199 from apache/15186-zip-date
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:
.../grails/forge/io/FileSystemOutputHandler.java | 67 +++++++++++++++++-----
.../main/java/org/grails/forge/io/OutputUtils.java | 61 ++++++++++++++++++++
.../java/org/grails/forge/io/ZipOutputHandler.java | 52 ++++++++++++++---
3 files changed, 160 insertions(+), 20 deletions(-)
create mode 100644
grails-forge/grails-forge-core/src/main/java/org/grails/forge/io/OutputUtils.java