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: [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] BigSur and org.apache.commons.lang3.SystemUtils

2020-12-29 Thread Gary Gregory
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 Enrico Olivelli wrote: > Which is the problem with BigSur? > > Enrico > > Il Mar 29 Dic

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

2020-12-29 Thread Enrico Olivelli
Which is the problem with BigSur? Enrico Il Mar 29 Dic 2020, 19:52 Gary Gregory ha scritto: > If anyone is running Big Sur, may you provide a PR to update SystemUtils? > > TY! > Gary >

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

2020-12-29 Thread Gary Gregory
If anyone is running Big Sur, may you provide a PR to update SystemUtils? TY! Gary