Re: Apache Commons CLI Issue CLI-317

2023-08-15 Thread Sruteesh Kumar
Hi, I replied to your comment in the ticket. Kindly look into it once Thank you, Sruteesh Kumar Original Message On 16 Aug 2023, 3:13 am, Gary Gregory wrote: > Hi, Please see my comment in the ticket. Gary On Sun, Aug 13, 2023, 9:04 AM > Sruteesh Kumar wrote: > > Hi Gary, th

Re: Apache Commons CLI Issue CLI-317

2023-08-15 Thread Gary Gregory
Hi, Please see my comment in the ticket. Gary On Sun, Aug 13, 2023, 9:04 AM Sruteesh Kumar wrote: > > Hi Gary, the unit test is already provided as a comment in the JIRA issue > CLI-317. Go through the following link for the same > > > https://issues.apache.org/jira/projects/CLI/issues/CLI-317

Re: [FileUpload] Major version 2

2023-08-15 Thread Gary Gregory
Right now, I plan on doing milestone releases until we are OK with the API. I plan on the next release being 2.0.0-M2 and requiring Java 11, as we have now in git master. The majority of opinions in this thread has been for Java 17, so I'd like to go with Java 17 for 2.0.0-M3 and see how that goes,

Re: [IO] Unintuitive behavior in BoundedInputStream.onMaxLength

2023-08-15 Thread Gary Gregory
Better documentation is quite reasonable :-) feel free to submit a PR Thank you! Gary On Tue, Aug 15, 2023, 10:13 AM James Reeves wrote: > I was looking into a bug in FileUpload 2.0.0-M1 and tracked it down to a > misuse of BoundedInputStream.onMaxLength. The reason I'm sending this email > bef

[IO] Unintuitive behavior in BoundedInputStream.onMaxLength

2023-08-15 Thread James Reeves
I was looking into a bug in FileUpload 2.0.0-M1 and tracked it down to a misuse of BoundedInputStream.onMaxLength. The reason I'm sending this email before submitting a patch to FileUpload is that I believe this behavior is unexpected enough to warrant a little extra in the onMaxLength docstring

Re: [commons-text] Additional CaseUtils type functionality that can handle snake, kebab, camel, pascal, and others

2023-08-15 Thread Daniel Watson
I've incorporated some of the recommendations from this thread into the Case api. Have a couple additional things to ask for thoughts on... 1) The current caseutils is just in org.apache.commons.text, but given that this is multiple classes, I put the code into "org.apache.commons.text.cases" ("ca

Re: [FileUpload] Concrete FileUpload class

2023-08-15 Thread James Reeves
Will do! On Mon, 14 Aug 2023, at 6:09 PM, Gary Gregory wrote: > Hi James, > > Thank you for your email. I think this should be two PRs against git > master, with unit tests of course ;-) > > HTH, > Gary > > On Mon, Aug 14, 2023, 12:50 PM James Reeves wrote: > > > Hello! > > > > I currently ma