20 Commits

Author SHA1 Message Date
dependabot[bot]
2f56650444 Bump mikepenz/action-junit-report in /.github/workflows
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.7.8 to 3.8.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](baaeba622e...150e2f992e)

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit d0a17ff3b3f57e182af99d4d0ea13579cd9bc52f)
2023-07-19 13:12:50 +02:00
dependabot[bot]
ff3d403002 Bump mikepenz/action-junit-report in /.github/workflows
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.7.7 to 3.7.8.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](c0e4b81aaa...baaeba622e)

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 3018d2a342bce735c58f7ad528e285f843697d0c)
2023-07-19 13:12:50 +02:00
dependabot[bot]
2c7a1d1f91 Bump actions/checkout from 3.5.2 to 3.5.3 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e5e7e5ab8...c85c95e3d7)

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 8c854f1e206350c082177a0f795553d81d0db37c)
2023-07-19 13:12:50 +02:00
dependabot[bot]
32a56cadab Bump mikepenz/action-junit-report in /.github/workflows
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.7.6 to 3.7.7.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](959aefb7f0...c0e4b81aaa)

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 967e71dc924683274cac481b0eb846344fde2a75)
2023-07-19 13:12:03 +02:00
Harald Kuhr
a78faf2b31 JDK 20 compliance
(cherry picked from commit 41460bd32aefc5fe4f283b0bec5687ff65995430)
2023-07-19 13:11:45 +02:00
Harald Kuhr
c5cb54e3e5 Use Maven in batch mode!
(cherry picked from commit 13b37b3839a62aa34fbdbc3a25d82e4012e9f499)
2023-07-19 13:11:45 +02:00
Harald Kuhr
f492807e71 Remove transfer progress from Maven deploy output
(cherry picked from commit 6dd74070f43746782ba956c61d13663f34bfdf40)
2023-07-19 13:11:45 +02:00
Harald Kuhr
7a8cbc40f8 Stop dependabot causing double workflow runs.
(cherry picked from commit f74e8c8ba1b8d94b3fab00fecb0386942cc96024)
2023-07-19 13:11:36 +02:00
Joyce
9c57fcb327 Hash pin ci.yml
(cherry picked from commit a4caac0c82de9cd9dc909e3a852625ee276edb95)
2023-07-19 13:11:24 +02:00
Harald Kuhr
1ea443cdcf CI: Suppress download progress messages
(cherry picked from commit 29f7547a99da1719aa22e7ea1f86b6b93d2fed55)
2023-07-19 13:10:06 +02:00
Harald Kuhr
b4db69859d #733: Stricter permissions
(cherry picked from commit 77c98c917efd6ba97e571cd3dfc146344bd9e371)
2023-07-19 13:10:05 +02:00
Harald Kuhr
35f2f0be9f Revert "Replace Java 18 with 19 in build matrix."
This reverts commit a77b62b6ba21a8396ccb1e35aeb10a7ce67786b2.
2022-10-15 11:55:34 +02:00
Harald Kuhr
627bb1bf1f Update action versions. 2022-10-14 18:27:29 +02:00
Harald Kuhr
a77b62b6ba Replace Java 18 with 19 in build matrix. 2022-10-14 18:22:50 +02:00
Harald Kuhr
49f4e5401e Add JDK 18 to the build matrix. 2022-09-09 12:35:22 +02:00
Harald Kuhr
92632fa2a3 #661: JUnit test results take 4 2022-02-17 19:09:26 +01:00
Harald Kuhr
5a563e315f #661: JUnit test results take 3 2022-02-17 18:42:54 +01:00
Harald Kuhr
c06d47d123 #661: JUnit test results take 2 2022-02-17 18:33:20 +01:00
Harald Kuhr
fea6beb364 #661: JUnit test results 2022-02-17 18:32:18 +01:00
Gauthier
191b2371c8
add support for Github Actions, publish snapshots to OSSRH automatically (#633)
* remove oss-parent

* add github workflow

* use java 16 for now

* disable fail fast

* add java 15

* use only java 8 and 11 for now

* snapshot deploy

* snapshot deploy

* oracle jdk

* oracle jdk

* oracle jdk

* kcms matrix

* kcms job name

* only deploy for snapshots

* try not operator

* prepare PR

* restore groupId

* Fixed Travis link + bonus project summary updates

* Readme improvements

* #629: Preliminary WebP animation (ANIM/ANMF) support

* #629: Fixed build

* Make tests pass on JDK 16 and 17 (#635)

* make tests pass on JDK 16 and 17
replace deprecated mockito-all by mockito-core, and updated to latest 3.x
replace deprecated org.mockito.Matchers

* code cleanup from IDE suggestions

* add oracle jdk 16 and 17 to Travis

* test on java 17

* try to fix warning about maven-source-plugin

Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2022-01-05 12:34:52 +01:00