Gary Gregory
Gary Gregory
@tatiana-scda You must have not run the tests as this PR fails the build. Run `mvn` before pushing a PR please.
@tatiana-scda Rebase on master and push.
Which INI specification are you implementing? AFIK a semicolon for a comment is only legal at the start of a line (https://en.m.wikipedia.org/wiki/INI_file)
I might update the constructor after a merge to be private and use a builder to avoid the proliferation of constructors...
@dependabot rebase
See also: - https://issues.apache.org/jira/browse/IO-769 This issue - https://issues.apache.org/jira/browse/IO-678 FileUtils.copyFile does not maintain file permissions, fixed in 2.9.0. - https://issues.apache.org/jira/browse/IO-663 FileUtils.copyDirectory(File srcDir, File destDir) fails on Windows - https://issues.apache.org/jira/browse/IO-575 copyDirectory (all...
Hi @tresf Thank you for taking the time and putting in the effort to create this PR as well as explaining the issue clearly here and on the development mailing...
Notice that in the (old) Jira tickets above, two are about attributes not being copied, which we now do but this PR proposes to undo. So catch-22. Ideas?
Hi @tresf, Please rebase on git master to see what happens with the new test for [IO-575](https://issues.apache.org/jira/browse/IO-575).
-1 We already do that using JApiCmp: See https://github.com/apache/commons-csv/blob/0fd5302689d7e366ad0ac398030f774f364756fb/pom.xml#L190