aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/SystemUtils.java
AgeCommit message (Expand)Author
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-07-05Add SystemUtils.IS_JAVA_18Gary Gregory
2022-07-05Add SystemUtils.IS_JAVA_17Gary Gregory
2022-07-05Remove useless inline commentsGary Gregory
2022-06-27Add SystemUtils.IS_OS_WINDOWS_11.Gary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-03-21Fix Javadoc doclint WARNING messages on Java 17.Gary Gregory
2021-08-31Add SystemUtils.IS_JAVA_16.Gary Gregory
2021-02-21Use 3.12.0 as the next version label.Gary Gregory
2021-02-10Sort members.Gary Gregory
2021-01-01Add recent macOS versions.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-17fix javadoc for isJavaVersionAtMost (#638)John R. D'Orazio
2020-06-13fix javadoc (#545)XenoAmess
2020-01-06[LANG-1512] Add IS_JAVA_14 and IS_JAVA_15 toGary Gregory
2019-12-31Remove trailing white spaces on all lines.Gary Gregory
2019-12-31[LANG-1508] Add org.apache.commons.lang3.SystemUtils.getUserName().Gary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-08-13LANG-1472: Javadoc clearly needs clarificationSebb
2019-04-05LANG-1443: Add more SystemUtils.IS_JAVA_XX variants (#415)Benedikt Ritter
2018-12-10[LANG-1427] Add APIGary Gregory
2018-06-20removes unnecessary class reference of static method calls which are declared...Igor Curdvanovschi
2018-04-22[LANG-1394] org.apache.commons.lang3.SystemUtils should not write toGary Gregory
2018-04-20[LANG-1393] Add API SystemUtils.String getEnvironmentVariable(finalGary Gregory
2018-04-20[LANG-1393] Add API SystemUtils.String getEnvironmentVariable(finalGary Gregory
2018-03-08LANG-1384: Version "11" is available.Gilles Sadowski
2017-11-15Fix Javadoc typos.Gary Gregory
2017-11-15Normalize private method names to camel-case.Gary Gregory
2017-11-03[LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10,Gary Gregory
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-01-20deprecate SystemUtils#LINE_SEPARATOR in favor of java.lang.System#lineSeparatorpascalschumacher
2016-12-14[LANG-1297] SystemUtils.getHostName() API. Javadoc.Gary Gregory
2016-12-14[LANG-1297] SystemUtils.getHostName() API.Gary Gregory
2016-10-23Add final modifier to local variables.Gary Gregory
2016-09-17Simplify boolean expressionBenedikt Ritter
2016-09-15LANG-1197: Prepare Java 9 detectionpascalschumacher
2016-05-20[LANG-1168] Add SystemUtils.IS_OS_WINDOWS_10 property.ggregory
2016-03-12[LANG-1146] z/OS identification in SystemUtils. Simplest implementation.ggregory
2016-02-01Updated @since tag for IS_OS_MAC_OSX_EL_CAPITAN propertyJake Wang
2016-02-01Added new property IS_OS_MAC_OSX_EL_CAPITAN in SystemUtilsJake Wang
2015-07-13LANG-1075 - Deprecate SystemUtils.FILE_SEPARATOR and SystemUtils.PATH_SEPARATORChas Honton
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-04-03LANG-821: Support OS X versions in SystemUtils. This also fixes #59 from gith...Benedikt Ritter
2015-04-03LANG-794: SystemUtils.IS_OS_WINDOWS_2008, VISTA are incorrect. This also fixe...Benedikt Ritter
2015-03-28LANG-1103: Add SystemUtils.IS_JAVA_1_9Benedikt Ritter
2015-03-28LANG-1102: Make logic for comparing OS versions in SystemUtils smarterBenedikt Ritter
2015-03-28Reuse isOsNameMatchBenedikt Ritter
2014-03-31Fix JavaDoc issues with JDK 1.8Niall Pemberton
2014-03-29Correct since tag, since next release will be 3.3.2Benedikt Ritter