Commit Graph

18 Commits

Author SHA1 Message Date
Gary Gregory 3b7d72e6cf Use the POM defaultGoal so that Travis and GitHub run the same builds. 2020-07-31 09:16:50 -04:00
Gary Gregory cf0bc2b5db Add Java 16-ea. 2020-07-26 17:28:00 -04:00
Gary Gregory 5bc1287eae Add Java 16-ea. 2020-07-26 17:27:27 -04:00
Gary Gregory ccca0a0179 GitHub action for Java 15-ea. 2020-07-26 17:18:56 -04:00
Gary Gregory cb4d8afe45 GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0 2020-07-26 17:06:27 -04:00
dependabot[bot] 7a23f14229
Bump actions/checkout from v1 to v2.3.1 (#588)
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 10:59:23 -04:00
Gary Gregory 7474e5db7a Trying to let Java 15-ea be only 'experimental'. 2020-07-23 10:49:38 -04:00
Gary Gregory 4e9460413a Java 16-ea appears to not be supported by GitHub yet. 2020-07-22 11:14:21 -04:00
Gary Gregory eb3d1f5da5 Allow Java early access builds to fail. 2020-07-22 10:59:54 -04:00
Gary Gregory 88dbef45ae Add early access builds to GitHub builds. 2020-07-22 10:36:44 -04:00
Gary Gregory d0e22083ca Drop Java 12 and 13 from GitHub builds. 2020-07-22 10:36:02 -04:00
Gary Gregory a8c4c01366 Add missing header. 2020-07-22 10:29:37 -04:00
Sean C. Sullivan 35495dc8d9 enable Dependabot v2 2020-07-22 07:00:59 -07:00
Gary Gregory f544897e49 Test major Java versions with GitHub actions as documented on
https://github.com/actions/setup-java
# WARNING: head commit changed in the meantime

@Deprecated
2020-05-30 11:00:18 -04:00
pascalschumacher 93701c9ad7 Replace Java 12 and 13 builds with Java 14. 2020-03-21 15:26:48 +01:00
Gary Gregory e7c6c5b66b [LANG-1406] StringIndexOutOfBoundsException in
StringUtils.replaceIgnoreCase

Fix dead store issue found by SpotBugs and enforce SpotBugs on CI
builds.
2019-09-11 09:57:28 -04:00
Gary Gregory 54a5224e0c Addded javadoc:javadoc -Ddoclint=all; note this will not fail if a
public element is missing a Javadoc.
2019-09-05 12:20:07 -04:00
Gary Gregory 5e5e61fb53 Add support for GitHub CI build through GitHub "Actions". 2019-09-05 11:58:15 -04:00