This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a change to branch feat/use-commons-xml
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
discard e93dbcbf4 Harden XML parsing via commons-secure-xml
add 1e73820bc Bump org.apache.commons:commons-collections4 from 4.5.0 to
4.6.0
add 0cff27445 Bump codeql-action from 4.37.6 to 4.37.7
add 17711a332 Bump org.apache.commons:commons-parent from 103 to 104.
add 2a607b7f9 Fix FtpProviderUserDirTest on Java 8 on Ubuntu. (#779)
add eddbc060b Fix FtpProviderUserDirTest on Java 8 on Ubuntu (#779).
add 102d4621e Fix UrlFileObject when Java 8's KeepAliveStream reuse causes
(#780)
add 9cb38cea8 Bump github/codeql-action/init from 4.37.7 to 4.37.8
add fa562263d Bump actions/setup-java from 5.7.0 to 6.0.0.
add b4d81849b Bump github/codeql-action/analyze from 4.37.8 to 4.37.9.
add 1f65d1edd Harden XML parsing via commons-secure-xml
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 (e93dbcbf4)
\
N -- N -- N refs/heads/feat/use-commons-xml (1f65d1edd)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/maven.yml | 2 +-
.github/workflows/scorecards-analysis.yml | 2 +-
checkstyle.xml | 4 +-
.../commons/vfs2/provider/url/UrlFileObject.java | 42 ++++---
.../vfs2/provider/ftp/FtpProviderUserDirTest.java | 5 +-
.../provider/url/UrlFileObjectKeepAliveTest.java | 134 +++++++++++++++++++++
pom.xml | 4 +-
src/changes/changes.xml | 6 +-
9 files changed, 177 insertions(+), 28 deletions(-)
create mode 100644
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/url/UrlFileObjectKeepAliveTest.java