Re: [ALL] GitHub is done with Java 8

2024-04-29 Thread Gary Gregory
Thanks for the tip Piotr. For now it works so I don't plan on changing anything until it breaks. Garu On Mon, Apr 29, 2024, 8:46 AM Piotr P. Karwasz wrote: > Hi Gary, > > On Mon, 29 Apr 2024 at 13:58, Gary Gregory wrote: > > To resolve this issue in the least disruptive manner, I updated

Re: Modularization of components

2024-04-29 Thread Gilles Sadowski
Hello. Le lun. 29 avr. 2024 à 14:07, Gary Gregory a écrit : > > Eric, > > Apache Commons VFS is already broken up into a multi-module project, > so I don't know what you're talking about; see > https://search.maven.org/search?q=g:org.apache.commons%20AND%20a:commons-vfs2* > The next release will

Re: [ALL] GitHub is done with Java 8

2024-04-29 Thread Piotr P. Karwasz
Hi Gary, On Mon, 29 Apr 2024 at 13:58, Gary Gregory wrote: > To resolve this issue in the least disruptive manner, I updated builds > that need Java 8 AND macOS from "macos-lateset" to "macos-13". In Log4j I updated all builds that require Java 8 + another JDK to use `zulu` as distribution if

[IO] IO-855 PeekableInputStream?

2024-04-29 Thread Gary Gregory
RE https://issues.apache.org/jira/browse/IO-855 There are zero tests or usage in IO for PeekableInputStream. Could the original author add some? Why does PeekableInputStream extend CircularBufferInputStream instead of BufferedInputStream? TY! Gary

Re: Modularization of components

2024-04-29 Thread Gary Gregory
Eric, Apache Commons VFS is already broken up into a multi-module project, so I don't know what you're talking about; see https://search.maven.org/search?q=g:org.apache.commons%20AND%20a:commons-vfs2* The next release will be further modularized; see git master, Modularization depends on: (1)

Modularization of components

2024-04-29 Thread Elric V
Hi folks, This is a generic question, but I'll be using VFS as an example. There are a lot of commons components which have many functionalities, e.g. VFS can be used for FTP, HDFS, WebDAV, etc. Many times codebases only use a subset of those. But there's only one VFS module, which includes

Re: [ALL] GitHub is done with Java 8

2024-04-29 Thread Gary Gregory
To resolve this issue in the least disruptive manner, I updated builds that need Java 8 AND macOS from "macos-lateset" to "macos-13". This is likely only a medium-term solution until GH "macos-13" support goes bye-bye. Gary On Wed, Apr 24, 2024 at 1:43 PM Slawomir Jaranowski wrote: > > Rob

Re: [VFS] VFS patch release?

2024-04-29 Thread Gary Gregory
I have a release candidate out but some files are missing, so there is something off in the build process. It's been on my to-do list, so within a week or two I hope. Gary On Mon, Apr 29, 2024 at 7:19 AM Elric V wrote: > > Hi folks, > > Any chance of getting a new VFS release soonish? There

[VFS] VFS patch release?

2024-04-29 Thread Elric V
Hi folks, Any chance of getting a new VFS release soonish? There have been a lot of dependency updates, which would make vulnerability scanners a lot less trigger happy. 2.9.0 was released in 2021, so a 2.9.1 might not be a bad idea. Am willing to help out with this if possible. Best,

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc2

2024-04-29 Thread Thomas Vandahl
Hi folks, > Am 20.04.2024 um 12:25 schrieb Thomas Vandahl : > > Hi folks, > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I > would like to release Apache Commons JCS 3.2.1. > > Apache Commons JCS 3.2.1 rc2 is available for review here: >