Commit Graph

24 Commits

Author SHA1 Message Date
Gary Gregory 8e0a8f2298 Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
2020-09-19 15:46:59 -04:00
Gary Gregory 649dedbbe8 Trigger a GitHub build on pull requests. 2020-08-31 21:25:40 -04:00
dependabot[bot] 0823b7568f
Bump actions/setup-java from v1.4.0 to v1.4.2 (#612)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1.4.0...8bb50d97d6b4d316daf284fdf8eafbfc988421fc)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-30 11:33:46 -04:00
Gary Gregory 600f0c8a1d Cache ~/.m2 dir for GitHub builds. 2020-08-10 21:16:35 -04:00
dependabot[bot] 301c91f6e6
Bump actions/checkout from v2.3.1 to v2.3.2 (#601)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2.
- [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/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 12:01:27 -04:00
Gary Gregory c5af087b58 Add --no-transfer-progress to CI builds. 2020-08-05 09:39:05 -04:00
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