Marvin Froeder
c39376fde3
Preparing for next development version
1 year ago
Marvin Froeder
edb6759649
[ci skip] updating versions to next development iteration 12.6-SNAPSHOT
1 year ago
Marvin Froeder
c9cbea6fa7
prepare release 12.5
1 year ago
Marvin Froeder
2cb72cf3fa
[ci skip] updating versions to next development iteration 12.5-SNAPSHOT
1 year ago
Marvin Froeder
602f588ca5
prepare release 12.4
1 year ago
dependabot[bot]
48f63ece02
build(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 ( #2090 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
7694262a31
build(deps): bump auto-service-annotations from 1.1.0 to 1.1.1 ( #2079 )
...
Bumps [auto-service-annotations](https://github.com/google/auto ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/google/auto/releases )
- [Commits](https://github.com/google/auto/compare/auto-value-1.1...auto-service-1.1.1 )
---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
e7a94ca51c
build(deps): bump auto-service-annotations from 1.0.1 to 1.1.0 ( #2059 )
...
Bumps [auto-service-annotations](https://github.com/google/auto ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/google/auto/releases )
- [Commits](https://github.com/google/auto/compare/auto-common-1.0.1...auto-value-1.1 )
---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Marvin Froeder
ef2b6153f1
[ci skip] updating versions to next development iteration 12.4-SNAPSHOT
2 years ago
Marvin Froeder
68c92775a2
prepare release 12.3
2 years ago
dependabot[bot]
67465d910a
build(deps): bump really-executable-jar-maven-plugin from 2.1.0 to 2.1.1 ( #1974 )
...
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases )
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits )
---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
811b42272a
build(deps): bump really-executable-jar-maven-plugin from 2.0.0 to 2.1.0 ( #1969 )
...
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases )
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits )
---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Marvin Froeder
b1938101e5
[ci skip] updating versions to next development iteration 12.3-SNAPSHOT
2 years ago
Marvin Froeder
bfc2f37518
prepare release 12.2
2 years ago
Andres Almiray
191fea1464
Add module-info support and run CI with Java 11 ( #1948 )
...
* Adds explicit module descriptors to a subset of modules (#1943 )
Fixes #1357
* Configure CI to run with Java 11
* Configure moditect for all modules, enable only on those that required it
* Do not skip moditect when running tests
* Only skip modules that don't work with moditect plugin
---------
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velobr@gmail.com>
2 years ago
dependabot[bot]
01aafba55d
build(deps-dev): bump compile-testing from 0.19 to 0.21.0 ( #1879 )
...
* build(deps-dev): bump compile-testing from 0.19 to 0.21.0
Bumps [compile-testing](https://github.com/google/compile-testing ) from 0.19 to 0.21.0.
- [Release notes](https://github.com/google/compile-testing/releases )
- [Commits](https://github.com/google/compile-testing/compare/compile-testing-0.19...v0.21.0 )
---
updated-dependencies:
- dependency-name: com.google.testing.compile:compile-testing
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update pom.xml
* Update pom.xml
* Add required modules for google compile-testing tests
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velobr@gmail.com>
2 years ago
Marvin Froeder
83a113eb95
Attempt to simplify build process using maven toolchains ( #1952 )
...
* Attempt to simplify build process using maven toolchains
* Introduce property to hold latest jdk version
---------
Co-authored-by: Marvin Froeder <velobr@gmail.com>
2 years ago
Marvin Froeder
1c5c6e1e70
Update all license headers to 2023
2 years ago
dependabot[bot]
55f9b9021c
build(deps): bump really-executable-jar-maven-plugin from 1.5.0 to 2.0.0 ( #1877 )
...
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin ) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases )
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits )
---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Marvin Froeder
e2615a9817
[ci skip] updating versions to next development iteration 12.2-SNAPSHOT
2 years ago
Marvin Froeder
10ce9cb66b
prepare release 12.1
2 years ago
Marvin Froeder
88f3d9e039
[ci skip] updating versions to next development iteration 12.1-SNAPSHOT
2 years ago
Marvin Froeder
d4b0282624
prepare release 12.0
2 years ago
dependabot[bot]
ce4c520f1c
build(deps): bump maven-shade-plugin from 3.4.0 to 3.4.1 ( #1809 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
5922b9636b
build(deps): bump handlebars from 4.3.0 to 4.3.1 ( #1797 )
...
Bumps [handlebars](https://github.com/jknack/handlebars.java ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/jknack/handlebars.java/releases )
- [Commits](https://github.com/jknack/handlebars.java/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: com.github.jknack:handlebars
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Marvin Froeder
45fe10a0e3
Preparing for next development version
2 years ago
Marvin Froeder
cd242693a9
[ci skip] updating versions to next development iteration 11.11-SNAPSHOT
2 years ago
Marvin Froeder
b0c5db0ddf
prepare release 11.10
2 years ago
dependabot[bot]
113b3cc305
build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1 ( #1749 )
...
* build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1
Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1 )
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update pom.xml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
dependabot[bot]
123d99a07c
build(deps): bump maven-shade-plugin from 3.3.0 to 3.4.0 ( #1752 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
ba0f1c7ad7
build(deps-dev): bump slf4j-jdk14 from 1.7.36 to 2.0.0 ( #1729 )
...
Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j ) from 1.7.36 to 2.0.0.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0 )
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Marvin Froeder
b4491b5a77
Preparing for next development version
2 years ago
Marvin Froeder
7d288b8761
[ci skip] updating versions to next development iteration 11.9.2-SNAPSHOT
2 years ago
Marvin Froeder
0a3dbeff39
prepare release 11.9.1
2 years ago
Marvin Froeder
8b7cf81bba
Preparing for bugfix release of 11.9
2 years ago
dependabot[bot]
b25f949ae1
build(deps): bump auto-service from 1.0-rc5 to 1.0.1 ( #1673 )
...
* build(deps): bump auto-service from 1.0-rc5 to 1.0.1
Bumps [auto-service](https://github.com/google/auto ) from 1.0-rc5 to 1.0.1.
- [Release notes](https://github.com/google/auto/releases )
- [Commits](https://github.com/google/auto/commits/auto-common-1.0.1 )
---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix auto-serivce dependency
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
2 years ago
dependabot[bot]
504f6bf261
build(deps): bump maven-surefire-plugin.version from 2.22.0 to 2.22.2 ( #1650 )
...
Bumps `maven-surefire-plugin.version` from 2.22.0 to 2.22.2.
Updates `maven-surefire-plugin` from 2.22.0 to 2.22.2
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2 )
Updates `maven-failsafe-plugin` from 2.22.0 to 2.22.2
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Marvin Froeder
a820b838bd
Run CI with java 17 ( #1656 )
...
* Run CI with java 17
* Bump surefire version
* Allow tests to donwload anything extra not covered by 'Resolving Dependencies'
2 years ago
dependabot[bot]
e89492bc6e
build(deps-dev): bump slf4j-jdk14 from 1.7.25 to 1.7.36 ( #1654 )
...
Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j ) from 1.7.25 to 1.7.36.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.36 )
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
93abc8c0f5
build(deps): bump maven-shade-plugin from 2.4.3 to 3.3.0 ( #1640 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 2.4.3 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-2.4.3...maven-shade-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
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>
2 years ago
Marvin Froeder
9613adb7b8
Update license headers on releases
2 years ago
Marvin Froeder
78d7e845a9
[ci skip] updating versions to next development iteration 12.0-SNAPSHOT
2 years ago
Marvin Froeder
0cbd577237
prepare release 11.9
2 years ago
Hakan Altındağ
f71849d387
Fixed dangling javadoc comment warning by applying new mapping ( #1568 )
...
* Fixed dangling javadoc comment warning by applying new mapping
* Apply comment header formatter
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
3 years ago
Marvin Froeder
05bed38d38
[ci skip] updating versions to next development iteration 11.9-SNAPSHOT
3 years ago
Marvin Froeder
71fb2f57e9
prepare release 11.8
3 years ago
Marvin Froeder
3491dcb3bd
[ci skip] updating versions to next development iteration 11.8-SNAPSHOT
3 years ago
Marvin Froeder
1d9533af86
prepare release 11.7
3 years ago
Marvin Froeder
f66d888f6d
Get build compatible with jdk 16 ( #1519 )
3 years ago
Marvin Froeder
5965098e6c
[ci skip] updating versions to next development iteration 11.7-SNAPSHOT
3 years ago