Re: [EXTERNAL] Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-10 Thread Gilles Sadowski
Le jeu. 10 juin 2021 à 14:42, John Patrick a écrit : > > If the tests are valid and useful once post Java 1.8, what about > starting the next release branch where the min version bumps to Java > 11. [Numbers] and related components were meant to replace and improve some functionalities provided i

[VOTE] Release Apache Commons IO 2.10.0 based on RC1

2021-06-10 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons IO 2.9.0 was released, so I would like to release Apache Commons IO 2.10.0. Apache Commons IO 2.10.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/io/2.10.0-RC1 (svn revision 48259) Th

Re: [EXTERNAL] Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-10 Thread John Patrick
If the tests are valid and useful once post Java 1.8, what about starting the next release branch where the min version bumps to Java 11. As Java 17 starting ramp down starts today I believe so in 3 months we will have 3 LTS (1.8, 11 and 17) releases. So technically Java 18 development starts tomor

Re: [EXTERNAL] Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-10 Thread Gilles Sadowski
Le jeu. 10 juin 2021 à 13:05, sebb a écrit : > > Thanks. > > I've updated the RELEASE-NOTES accordingly (feel free to tweak the text) AFAIK, this is an auto-generated file (from changes.xml). Gilles > > On Thu, 10 Jun 2021 at 00:58, Alex Herbert wrote: > > > > I have removed the requirement fo

Re: [EXTERNAL] Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-10 Thread sebb
Thanks. I've updated the RELEASE-NOTES accordingly (feel free to tweak the text) On Thu, 10 Jun 2021 at 00:58, Alex Herbert wrote: > > I have removed the requirement for Java 9 from the build. It is still used > in the performance testing module. > > Alex ---