Commit Graph

18 Commits

Author SHA1 Message Date
Spencer Gibb
0b03ee1d26 Update maven.yml
Changes java distribution to liberica

Signed-off-by: Spencer Gibb <sgibb@pivotal.io>
2025-05-22 15:58:45 -04:00
Ryan Baxter
1e339cf425 Update maven.yml
Adding 4.2.x to GitHub build action
2025-03-14 09:08:29 -04:00
Ryan Baxter
4593b51800 Merge branch '4.1.x' into 4.2.x 2025-03-14 09:07:57 -04:00
Ryan Baxter
5b08d91a8b Adding 4.1.x to GitHub build action 2025-03-14 09:07:30 -04:00
dependabot[bot]
a51fa80a3b Bump mikepenz/action-junit-report from 4 to 5 (#3585)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v5)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 15:40:05 -05:00
Jongwoo Han
82e8cb376c Use built-in caching in setup-java action (#3130)
Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
2024-03-08 14:18:39 -05:00
dependabot[bot]
d2c9045353 Bump actions/setup-java from 3 to 4 (#3161)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 10:16:13 -05:00
dependabot[bot]
4c9bad9419 Bump actions/cache from 3 to 4 (#3230)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 10:15:04 -05:00
dependabot[bot]
a73778fefb Bump actions/checkout from 3 to 4 (#3067)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 11:34:24 -04:00
sgibb
138a49afa0 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	pom.xml
2023-10-04 15:28:38 -04:00
sgibb
9c37027706 Merge branch '4.0.x' 2023-10-04 15:26:26 -04:00
dependabot[bot]
b9ef914ae5 Bump actions/checkout from 3 to 4 (#3073)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 14:43:17 -04:00
dependabot[bot]
5882d50a4f Bump mikepenz/action-junit-report from 2 to 4 (#3064)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 2 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v4)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 14:40:03 -04:00
Spencer Gibb
8e4f067ffc Antora migration (#3050)
* Migrate Structure

* Insert explicit ids for headers

* Remove unnecessary asciidoc attributes

* Copy default antora files

* Fix indentation for all pages

* Split files

* Generate a default navigation

* Remove includes

* Fix cross references

* Enable Section Summary TOC for small pages

* Migrate to antora documentation

* Migrate to antora documentation
2023-09-11 19:08:08 -04:00
wen-ys
aeb7df6ce4 Updates github actions versions
This removes deprecated messages from showing in the logs.

Fixes gh-2855
2023-01-31 15:17:22 -05:00
Robert McNees
e739628323 Updates github action maven build parameters
Fixes gh-2625
2022-07-07 15:56:45 -04:00
Robert McNees
ad7a0b95b7 Prefix path uses path variables.
Fixes gh-2438
Fixes gh-2578
2022-05-20 10:41:49 -04:00
spencergibb
32e97867e2 github actions support for 3.1.x 2022-01-19 13:07:46 -05:00