Re: [collections] The target Java version for 4.5

2023-06-14 Thread Gary Gregory
Java 8. Gary On Wed, Jun 14, 2023, 12:42 Maxim Solodovnik wrote: > On Wed, 14 Jun 2023 at 23:32, Efremov, Rodion > wrote: > > > > Hello, > > > > What Java version Collections 4.5 is being built for? > > > > Best regards, > > > > -- > Best regards, > Maxim > > --

Re: [collections] The target Java version for 4.5

2023-06-14 Thread Maxim Solodovnik
Hello, On Wed, 14 Jun 2023 at 23:32, Efremov, Rodion wrote: > > Hello, > > What Java version Collections 4.5 is being built for? the answer is here: https://github.com/apache/commons-collections/blob/master/pom.xml#L532 :) ps I believe this question is for user@ list :) > > Best regards, --

Re: [collections] The target Java version for 4.5

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 23:32, Efremov, Rodion wrote: > > Hello, > > What Java version Collections 4.5 is being built for? > > Best regards, -- Best regards, Maxim - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org F

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 22:39, Gary Gregory wrote: > > Let me take a look at this, but you should really be using a file item > factory to create file items... Thanks a million! Here is the original code: https://github.com/apache/wicket/blob/wicket-9.x/wicket-core/src/main/java/org/apache/wicket

[collections] The target Java version for 4.5

2023-06-14 Thread Efremov, Rodion
Hello, What Java version Collections 4.5 is being built for? Best regards,

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Gary Gregory
Let me take a look at this, but you should really be using a file item factory to create file items... Gary On Wed, Jun 14, 2023, 09:06 Maxim Solodovnik wrote: > On Wed, 14 Jun 2023 at 19:46, Gary Gregory wrote: > > > > A FileItemHeadersImpl is created by calling > > AbstractFileUpload#newFile

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 19:46, Gary Gregory wrote: > > A FileItemHeadersImpl is created by calling > AbstractFileUpload#newFileItemHeaders() At Apache Wicket we are implementing FileItem and need a way to create FileItemHeaders AbstractFileUpload#newFileItemHeaders() is not static :((( > > Gary >

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Gary Gregory
A FileItemHeadersImpl is created by calling AbstractFileUpload#newFileItemHeaders() Gary On Wed, Jun 14, 2023, 06:50 Maxim Solodovnik wrote: > It seems I have API related question: > > FileItemHeadersImpl is not public anymore :(( > How it can be created? :))) > > On Wed, 14 Jun 2023 at 17:28,

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
It seems I have API related question: FileItemHeadersImpl is not public anymore :(( How it can be created? :))) On Wed, 14 Jun 2023 at 17:28, Maxim Solodovnik wrote: > > It seems new jar file missing `Automatic-Module-Name` would it be > possible to add it? :) > > On Wed, 14 Jun 2023 at 17:10, M

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
It seems new jar file missing `Automatic-Module-Name` would it be possible to add it? :) On Wed, 14 Jun 2023 at 17:10, Maxim Solodovnik wrote: > > On Wed, 14 Jun 2023 at 16:53, Gary Gregory wrote: > > > > Glad to hear that your testing went well. > > > > Some of the documentation needs to be rew

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 16:53, Gary Gregory wrote: > > Glad to hear that your testing went well. > > Some of the documentation needs to be rewritten, so I'll look at that next > unless someone else gets to it first. > > I plan on creating a release candidate for a 2.0.0-beta1 or 2.0.0-M1 within > a

[FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Gary Gregory
Glad to hear that your testing went well. Some of the documentation needs to be rewritten, so I'll look at that next unless someone else gets to it first. I plan on creating a release candidate for a 2.0.0-beta1 or 2.0.0-M1 within a week or so. Since this is a major release I think it is importan

JDK 21 is in Rampdown / The importance of testing with Early-Access Builds

2023-06-14 Thread David Delabassee
Welcome to the OpenJDK Quality Outreach June update. JDK 21 has entered Rampdown Phase One (RDP1) [1], which means that the main-line has been forked into a dedicated JDK 21 stabilization repository. At this point, the overall JDK 21 feature set is frozen. Any changes pushed to the main line ar