Commit Graph

5477 Commits

Author SHA1 Message Date
Gary Gregory 765c56344e Fix the site's source repository link. 2019-07-21 16:53:48 -04:00
Gary Gregory f989297b5b Fix the site's source repository link. 2019-07-20 20:45:58 -04:00
Gary Gregory 63d1a32318 [LANG-170] Add ArrayUtils.addFirst() methods. 2019-07-18 10:13:22 -04:00
Gary Gregory 67d4f42b11 Fix documentation of Java version from "8.0" to "8". 2019-07-18 10:09:55 -04:00
Gary Gregory 7eda9463c1 [LANG-170] Add ArrayUtils.addFirst() methods. 2019-07-17 12:35:06 -04:00
Gary Gregory a929004b21 Fix typo. 2019-07-17 08:53:52 -04:00
Gary Gregory 715051e086 Replace Apache HTTP URL with HTTPS version. 2019-07-07 10:33:13 -04:00
Gary Gregory 9d80ec0340 Use HTTPS to access Apache resources. 2019-07-06 21:01:52 -04:00
Gary Gregory 2288b0ff2c Use HTTPS to access Apache resources. 2019-07-06 20:47:34 -04:00
Gary Gregory d21a59baa5 Use HTTPS links to commons.apache.org. 2019-07-04 10:46:19 -04:00
pascalschumacher 326f86925d Update JaCoCo to version 0.8.4. 2019-07-03 23:00:38 +02:00
pascalschumacher 456f92cc9b Add Java 13 build on Travis CI (openjdk-ea is now Java 14). 2019-07-01 22:45:08 +02:00
pascalschumacher f810c82837 Skip Jacoco and SpotBugs on Java 13+. 2019-07-01 22:44:40 +02:00
pascalschumacher 9fd7ad2d5b Oracle JDK 8 and 11 are no longer available on travis. 2019-06-30 23:35:40 +02:00
pascalschumacher 88f1d70c36 Update JUnit to version 5.5.0. 2019-06-30 23:22:59 +02:00
Gary Gregory 5b67c26649 [LANG-1467] Add zero arg constructor for
org.apache.commons.lang3.NotImplementedException.</action>
2019-06-24 11:19:49 -04:00
Gary Gregory dc2953e5e4 Name "Apache Commons" in page title. 2019-06-06 10:10:59 -04:00
Gary Gregory 5c98ab1f94 Remove unused import (checkstyle). 2019-06-04 10:47:56 -04:00
Gary Gregory 5509c425b4 Remove trailing white spaces on all lines. 2019-06-04 08:26:47 -04:00
Gary Gregory 465e6becd8 [LANG-1461] Add null-safe StringUtils APIs to wrap
String#getBytes([Charset|String]).</action>

Also fix Javadoc on Java 13 EA 23.
2019-06-03 12:20:56 -04:00
Gary Gregory e5e1339e44 [LANG-1461] Add null-safe StringUtils APIs to wrap
String#getBytes([Charset|String]).</action>
2019-06-03 12:00:13 -04:00
Gary Gregory 1dd511132f Sort members and clean up comments. 2019-06-03 11:12:41 -04:00
Gary Gregory 10b13b76ed Sort members. 2019-06-03 10:47:45 -04:00
Gary Gregory b20442f4db Sort members. 2019-06-03 10:19:34 -04:00
Gary Gregory 7ddbace445 Format tweaks. 2019-05-28 07:39:24 -04:00
pascalschumacher 999030a23c Fix Javadoc on Java 11+. 2019-05-21 22:04:36 +02:00
Gary Gregory c0f5853081 - Add testToSplitString()
- Use topWatch.createStarted();
2019-05-21 08:41:36 -04:00
Gary Gregory 969cd66e3f Sort methods. 2019-05-21 08:37:13 -04:00
Gary Gregory 3a6f20615b Document empty block. 2019-05-21 08:36:44 -04:00
Gary Gregory 58c29cf239 Sort methods. 2019-05-21 08:34:07 -04:00
Gary Gregory bc82541c4e Update NOTICE file for 2019. 2019-05-16 14:07:21 -04:00
Gary Gregory ffb8b29790 Sort methods. 2019-05-10 09:11:02 -04:00
Gary Gregory 13354cd132 [LANG-1458] Add EMPTY_ARRAY constants to classes in
org.apache.commons.lang3.tuple
2019-05-10 09:10:40 -04:00
Gary Gregory 992e7cf6c8 - Javadoc.
- checkstyle.version 8.18 -> 8.20.
- [LANG-1458] Add EMPTY_ARRAY constants to classes in
org.apache.commons.lang3.tuple
2019-05-10 08:58:17 -04:00
Gary Gregory 90c736c3a0 Remove trailing spaces. 2019-05-10 08:36:11 -04:00
Gary Gregory 86cf126f13 [LANG-1458] Add EMPTY_ARRAY constants to classes in
org.apache.commons.lang3.tuple
2019-05-10 08:27:33 -04:00
Gary Gregory f2b7f98840 Sort methods. 2019-05-09 14:34:53 -04:00
Gary Gregory daf3dacd2c Don't need @SuppressWarnings("unchecked") 2019-05-09 14:27:32 -04:00
Bruno P. Kinoshita e9626144dc
Merge pull request #421 from ScaldingBlood/master
revise java-doc error
2019-05-10 00:39:29 +12:00
scaldingblood@gmail.com b91960e94d revise java-doc error 2019-05-09 19:58:05 +08:00
Gary Gregory 6934228ded Checkstyle: Remove trailing white spaces on all lines. 2019-05-05 18:03:29 -04:00
Gary Gregory f698f9e64e Sort by method name. 2019-05-05 17:23:43 -04:00
Gary Gregory 1ec6c0ae9a [LANG-1457] Add ExceptionUtils.throwableOfType(Throwable, Class) and
friends.
2019-05-05 17:22:45 -04:00
Gary Gregory 4b77d24042 Revert "[LANG-1455] Add a DaemonThreadFactory.</action>"
This reverts commit b30be60a81.
2019-05-01 18:43:39 -04:00
Gary Gregory b30be60a81 [LANG-1455] Add a DaemonThreadFactory.</action> 2019-05-01 17:30:00 -04:00
Rob 0d62211654 (fix, site) source-repository.html -> scm.html 2019-04-29 09:51:48 -04:00
pascalschumacher 58dfe5517d Skip javadoc on Java 12+ to workaround https://bugs.openjdk.java.net/browse/JDK-8212233 which causes javadoc to fail with "Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/7/docs/api/ are in the unnamed module." 2019-04-27 10:19:11 +02:00
Gary Gregory 402a1283de Update maven-pmd-plugin from 3.11.0 to 3.12.0. 2019-04-24 14:15:03 -04:00
Rob d07e31e05a Merge branch 'change-to-if-statement' of https://github.com/ethanwood17/commons-lang 2019-04-24 08:09:39 -04:00
Rob 89679976b8 LANG-1450: Generate javadoc jar on build 2019-04-22 11:44:29 -04:00