Re: [ALL] parent uses commons.encoding=iso-8859-1; change to UTF-8?

2023-10-27 Thread Gary Gregory
That will likely mess up some people on Windows or who have that encoding as their default OS encoding (Windows in US at least). The good news is that modern Java 18 IIRC switched to UTF-8. Gary On Fri, Oct 27, 2023 at 6:17 AM sebb wrote: > > As the subject says - it seems wrong to be using

Re: [VOTE] Release Apache Commons Text 1.11.0 based on RC1

2023-10-27 Thread Gary Gregory
My +1 Gary On Thu, Oct 26, 2023 at 10:08 AM Rob Tompkins wrote: > > +1 - signatures good, rat good, reports good, builds good, site good, release > note good. > > Keep crushing it Gary! > > Cheers, > -Rob > > > On Oct 24, 2023, at 9:47 AM, Gary Gregory wrote: > > > > We have fixed quite a few

[ALL] parent uses commons.encoding=iso-8859-1; change to UTF-8?

2023-10-27 Thread sebb
As the subject says - it seems wrong to be using iso-8859-1 these days as the default encoding. Thoughts? Sebb - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[ANNOUNCE] Apache Commons CLI 1.6.0

2023-10-27 Thread Gary Gregory
The Apache Commons team announces Apache Commons CLI 1.6.0. Apache Commons CLI provides a simple API for working with the command line arguments and options. This release contains small new features and bug fixes Historical list of changes:

Re: [VOTE] Release Apache Commons DBCP 2.11.0 based on RC1

2023-10-27 Thread Gary Gregory
My +1 Gary On Wed, Oct 25, 2023 at 6:26 AM Bruno Kinoshita wrote: > >[x] +1 Release these artifacts > > Site reports OK, building fine on > > Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) > Maven home: /opt/apache-maven-3.8.5 > Java version: 17.0.8.1, vendor: Private Build,

Re: [ALL] parent uses commons.encoding=iso-8859-1; change to UTF-8?

2023-10-27 Thread Elliotte Rusty Harold
+1 Using anything other than UTF-8 is a bug. There are more Java developers on Linux and Mac these days than Windows, nor will development tools on Windows have any problem with this. On Fri, Oct 27, 2023 at 10:16 AM sebb wrote: > > As the subject says - it seems wrong to be using iso-8859-1

Re: [ALL] parent uses commons.encoding=iso-8859-1; change to UTF-8?

2023-10-27 Thread Gary Gregory
On Fri, Oct 27, 2023 at 8:43 AM Elliotte Rusty Harold wrote: > > +1 > > Using anything other than UTF-8 is a bug. > > There are more Java developers on Linux and Mac these days than > Windows, nor will development tools on Windows have any problem with > this. There is obviously no way to know

Re: [ALL] parent uses commons.encoding=iso-8859-1; change to UTF-8?

2023-10-27 Thread Elliotte Rusty Harold
https://survey.stackoverflow.co/2022#overview shows professional use of OS by developers has Windows below 50%, more than Mac or Linux but less than the combination of the two. The JetBrains 2021 survey also shows Mac + Linux > Windows: https://www.jetbrains.com/lp/devecosystem-2021/ (2022

Potential Security Issues (was: Re: [VOTE] Release Apache Commons Text 1.11.0 based on RC1)

2023-10-27 Thread Rob Tompkins
I would bring this up in secur...@commons.apache.org if you have something noteworthy. Though a lot of people don’t understand that text manipulation is an extremely general toolkit making security concerns something that would occur at a higher lever with regards to the system using