Re: [LANG] BigSur and org.apache.commons.lang3.SystemUtils

2021-01-01 Thread Gary Gregory
Thank you all, I'll update the class. Gary On Fri, Jan 1, 2021, 10:33 Mincong Huang wrote: > > Can anyone else verify this? > > Hello Alex and Gary, I am using Big Sur (11.1) as well. I have the same > result, where the OS_VERSION returns "10.16". My processor is Intel. > > ➜ commons-lang git:

Re: [LANG] BigSur and org.apache.commons.lang3.SystemUtils

2021-01-01 Thread Mincong Huang
> Can anyone else verify this? Hello Alex and Gary, I am using Big Sur (11.1) as well. I have the same result, where the OS_VERSION returns "10.16". My processor is Intel. ➜ commons-lang git:(master=) git rev-parse HEAD c033ee2feffd73a8c86b9a77e1ffecc5f997c519 ➜ commons-lang git:(master=) java

Re: [LANG] BigSur and org.apache.commons.lang3.SystemUtils

2021-01-01 Thread Gary Gregory
Thanks Alex, Is there a different version reported for 11.0 and 11.1 or are both "10.16:" Gary On Fri, Jan 1, 2021 at 9:50 AM Alex Herbert wrote: > I am running OS X Big Sur 11.1. When I print the java properties from > SystemUtils: > > System.out.println(SystemUtils.OS_NAME); >

Re: [LANG] BigSur and org.apache.commons.lang3.SystemUtils

2021-01-01 Thread Alex Herbert
I am running OS X Big Sur 11.1. When I print the java properties from SystemUtils: System.out.println(SystemUtils.OS_NAME); System.out.println(SystemUtils.OS_VERSION); --- Mac OS X 10.16 --- So even though Big Sur is meant to be v11.1 the Java system property "os.version" is retu

Re: [IO] Bundle-SymbolicName changed in 2.7+

2021-01-01 Thread Gary Gregory
Hi, In 2.6, 2.7, and 2.8.0, I see in MANIFEST.MF: Bundle-Name: Apache Commons IO Are you talking about a different name? Gary On Fri, Dec 18, 2020 at 6:53 AM Casey Lowe wrote: > I was trying to upgrade to the latest commons-io and noticed the bundle > name had changed. Given some older depe

Re: [LANG] BigSur and org.apache.commons.lang3.SystemUtils

2021-01-01 Thread Gary Gregory
Anyone on BigSur? G On Tue, Dec 29, 2020, 13:57 Gary Gregory wrote: > There is no problem. We define constants to test if you are running on a > specific OS and its variant. We just need a new constant and test like we > have for all the others. > Gary > > On Tue, Dec 29, 2020 at 1:54 PM Enric

Re: [lang] What should I do next to be a committer?

2021-01-01 Thread Bruno P. Kinoshita
Hi Xeno, Good to hear about your enthusiasm, and thanks for your contributions. The ASF page about contributors [1] describes the process that is used in Apache Commons, as well as in other of the ASF projects. I think it is hard to tell how close someone is from being a committer, I am sorry