971 Commits

Author SHA1 Message Date
Robbie Gemmell
d45349fa67 ARTEMIS-4872: use explicit annotationProcessorPaths compiler config
Updates artemis-log-annotation-processor to use artemis-project so that
artemis-pom can reference artemis-log-annotation-processor without cycle.

Split out its tests to their own module to faciltate, also exercising the
profile mechanism to enable the processor usage with trigger file.

Simplify disabling processing in the module using maven.compiler.proc prop
available since maven-compiler-plugin 3.13.0

Uses a dummy non-processor path at root to 'disable' processsing on JDK < 23,
accounting for Maven 3 not being able to unset maven.compiler.proc from a
parent, and JDKs < 21 requiring newest builds to support -proc:full value
needed otherwise to reenable processing once explicitly disabled.
2024-06-28 16:49:27 +01:00
Robbie Gemmell
c05347cb93 ARTEMIS-4869: update to errorprone 2.28.0 2024-06-27 16:21:58 +01:00
dependabot[bot]
53aaa0837a ARTEMIS-4870 Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 10:12:24 -05:00
dependabot[bot]
503335a411 ARTEMIS-4866 Bump com.google.cloud.tools:jib-maven-plugin
Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.3.2 to 3.4.3.
- [Release notes](https://github.com/GoogleContainerTools/jib/releases)
- [Commits](https://github.com/GoogleContainerTools/jib/commits)

---
updated-dependencies:
- dependency-name: com.google.cloud.tools:jib-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 10:08:33 -05:00
Robbie Gemmell
4784d3758b ARTEMIS-4863: set maven.compiler.release explicitly rather than implicitly by parent 2024-06-27 16:06:43 +01:00
Robbie Gemmell
71987da123 ARTEMIS-4863: remove M2E compiler-id config profile, added due to errorprone compiler-id config that no longer exists 2024-06-27 16:06:43 +01:00
dependabot[bot]
02b8656b70 ARTEMIS-4865 Bump org.apache.commons:commons-text from 1.10.0 to 1.12.0
Bumps org.apache.commons:commons-text from 1.10.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 10:06:01 -05:00
dependabot[bot]
92697d2c56 ARTEMIS-4861 Bump org.codehaus.mojo:findbugs-maven-plugin
Bumps [org.codehaus.mojo:findbugs-maven-plugin](https://github.com/gleclaire/findbugs-maven-plugin) from 2.5.2 to 3.0.5.
- [Commits](https://github.com/gleclaire/findbugs-maven-plugin/commits/findbugs-maven-plugin-3.0.5)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:findbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 10:00:46 -05:00
dependabot[bot]
9d00b110d2
ARTEMIS-4858 Bump spring.version from 5.3.33 to 5.3.37
Bumps `spring.version` from 5.3.33 to 5.3.37.

Updates `org.springframework:spring-core` from 5.3.33 to 5.3.37
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.37)

Updates `org.springframework:spring-beans` from 5.3.33 to 5.3.37
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.37)

Updates `org.springframework:spring-context` from 5.3.33 to 5.3.37
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.37)

Updates `org.springframework:spring-jms` from 5.3.33 to 5.3.37
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.37)

Updates `org.springframework:spring-test` from 5.3.33 to 5.3.37
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.37)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:38:29 -05:00
dependabot[bot]
2e26ac0f31
ARTEMIS-4857 Bump testcontainers.version from 1.19.4 to 1.19.8
Bumps `testcontainers.version` from 1.19.4 to 1.19.8.

Updates `org.testcontainers:testcontainers` from 1.19.4 to 1.19.8
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.8)

Updates `org.testcontainers:selenium` from 1.19.4 to 1.19.8
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.8)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:selenium
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:37:29 -05:00
dependabot[bot]
464bf6425c
ARTEMIS-4856 Bump org.asciidoctor:asciidoctorj-pdf from 2.3.9 to 2.3.17
Bumps [org.asciidoctor:asciidoctorj-pdf](https://github.com/asciidoctor/asciidoctorj-pdf) from 2.3.9 to 2.3.17.
- [Release notes](https://github.com/asciidoctor/asciidoctorj-pdf/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj-pdf/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/asciidoctor/asciidoctorj-pdf/compare/v2.3.9...v2.3.17)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj-pdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:36:02 -05:00
dependabot[bot]
25aef89ce7
ARTEMIS-4855 Bump org.asciidoctor:asciidoctor-maven-plugin
Bumps [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) from 2.2.4 to 3.0.0.
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-2.2.4...asciidoctor-maven-tools-3.0.0)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:10:09 -05:00
dependabot[bot]
dfe52330c4
ARTEMIS-4854 Bump picocli.version from 4.7.5 to 4.7.6
Bumps `picocli.version` from 4.7.5 to 4.7.6.

Updates `info.picocli:picocli` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/remkop/picocli/compare/v4.7.5...v4.7.6)

Updates `info.picocli:picocli-shell-jline3` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/remkop/picocli/compare/v4.7.5...v4.7.6)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: info.picocli:picocli-shell-jline3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:08:29 -05:00
dependabot[bot]
27781b7e0d
ARTEMIS-4853 Bump selenium.version from 4.17.0 to 4.22.0
Bumps `selenium.version` from 4.17.0 to 4.22.0.

Updates `org.seleniumhq.selenium:selenium-api` from 4.17.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.17.0...selenium-4.22.0)

Updates `org.seleniumhq.selenium:selenium-firefox-driver` from 4.17.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.17.0...selenium-4.22.0)

Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.17.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.17.0...selenium-4.22.0)

Updates `org.seleniumhq.selenium:selenium-chromium-driver` from 4.17.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.17.0...selenium-4.22.0)

Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.17.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.17.0...selenium-4.22.0)

Updates `org.seleniumhq.selenium:selenium-support` from 4.17.0 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.17.0...selenium-4.22.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-firefox-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-chromium-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:07:14 -05:00
dependabot[bot]
5677a23cc5
ARTEMIS-4852 Bump slf4j.version from 2.0.12 to 2.0.13
Bumps `slf4j.version` from 2.0.12 to 2.0.13.

Updates `org.slf4j:slf4j-simple` from 2.0.12 to 2.0.13

Updates `org.slf4j:slf4j-nop` from 2.0.12 to 2.0.13

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-nop
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:05:43 -05:00
dependabot[bot]
641eabf6b2
ARTEMIS-4851 Bump curator.version from 5.6.0 to 5.7.0
Bumps `curator.version` from 5.6.0 to 5.7.0.

Updates `org.apache.curator:curator-recipes` from 5.6.0 to 5.7.0
- [Commits](https://github.com/apache/curator/compare/apache-curator-5.6.0...apache-curator-5.7.0)

Updates `org.apache.curator:curator-framework` from 5.6.0 to 5.7.0
- [Commits](https://github.com/apache/curator/compare/apache-curator-5.6.0...apache-curator-5.7.0)

Updates `org.apache.curator:curator-client` from 5.6.0 to 5.7.0
- [Commits](https://github.com/apache/curator/compare/apache-curator-5.6.0...apache-curator-5.7.0)

Updates `org.apache.curator:curator-test` from 5.6.0 to 5.7.0
- [Commits](https://github.com/apache/curator/compare/apache-curator-5.6.0...apache-curator-5.7.0)

---
updated-dependencies:
- dependency-name: org.apache.curator:curator-recipes
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-framework
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:04:22 -05:00
dependabot[bot]
30a2f95b12
ARTEMIS-4850 Bump owasp.version from 9.0.9 to 9.2.0
Bumps `owasp.version` from 9.0.9 to 9.2.0.

Updates `org.owasp:dependency-check-maven` from 9.0.9 to 9.2.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v9.0.9...v9.2.0)

Updates `org.owasp:dependency-check-core` from 9.0.9 to 9.2.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v9.0.9...v9.2.0)

Updates `org.owasp:dependency-check-utils` from 9.0.9 to 9.2.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v9.0.9...v9.2.0)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.owasp:dependency-check-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.owasp:dependency-check-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 22:03:00 -05:00
Emmanuel Hugonnet
5923b514de
ARTEMIS-4835 Bump JCTools from 4.0.2 to 4.0.5
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2024-06-26 14:54:03 -05:00
Frederico Alves
0210e2db5b
ARTEMIS-4849 Bump ZooKeeper from 3.9.1 to 3.9.2 2024-06-26 14:49:39 -05:00
Timothy Bish
06dc804288 ARTEMIS-4842 Update protonj2 to v1.0.0-M20
Update to latest protonj2 to gain access to new test peer APIs.
2024-06-26 14:22:26 -05:00
dependabot[bot]
6c1ddd252d
ARTEMIS-4848 Bump org.codehaus.mojo:javacc-maven-plugin from 2.6 to 3.1.0
Bumps [org.codehaus.mojo:javacc-maven-plugin](https://github.com/mojohaus/javacc-maven-plugin) from 2.6 to 3.1.0.
- [Release notes](https://github.com/mojohaus/javacc-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/javacc-maven-plugin/compare/javacc-maven-plugin-2.6...3.1.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:javacc-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 14:20:53 -05:00
dependabot[bot]
f3b2b3b2c7
ARTEMIS-4847 Bump org.jgroups:jgroups from 5.3.4.Final to 5.3.7.Final
Bumps [org.jgroups:jgroups](https://github.com/belaban/JGroups) from 5.3.4.Final to 5.3.7.Final.
- [Changelog](https://github.com/belaban/JGroups/blob/master/doc/history.txt)
- [Commits](https://github.com/belaban/JGroups/compare/jgroups-5.3.4.Final...jgroups-5.3.7.Final)

---
updated-dependencies:
- dependency-name: org.jgroups:jgroups
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 14:10:32 -05:00
dependabot[bot]
ccba678d15
ARTEMIS-4846 Bump version.org.jacoco.plugin from 0.8.11 to 0.8.12
Bumps `version.org.jacoco.plugin` from 0.8.11 to 0.8.12.

Updates `org.jacoco:org.jacoco.ant` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)

---
updated-dependencies:
- dependency-name: org.jacoco:org.jacoco.ant
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 14:08:57 -05:00
dependabot[bot]
3caa312a35
ARTEMIS-4844 Bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 14:00:50 -05:00
dependabot[bot]
851a3b0b13
ARTEMIS-4843 Bump log4j.version from 2.22.1 to 2.23.1
Bumps `log4j.version` from 2.22.1 to 2.23.1.

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 13:59:00 -05:00
dependabot[bot]
a2652bfe30
ARTEMIS-4841 Bump jetty.version from 10.0.20 to 10.0.21
Bumps `jetty.version` from 10.0.20 to 10.0.21.

Updates `org.eclipse.jetty:jetty-maven-plugin` from 10.0.20 to 10.0.21

Updates `org.eclipse.jetty:jetty-bom` from 10.0.20 to 10.0.21
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/compare/jetty-10.0.20...jetty-10.0.21)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 13:55:52 -05:00
dependabot[bot]
6e6b666363
ARTEMIS-4840 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0
Bumps org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-dbcp2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 13:54:34 -05:00
dependabot[bot]
1f2f45404b
ARTEMIS-4839 Bump org.jline:jline from 3.25.1 to 3.26.2
Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.25.1 to 3.26.2.
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](https://github.com/jline/jline3/compare/jline-parent-3.25.1...jline-parent-3.26.2)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 13:53:13 -05:00
dependabot[bot]
5c62c4db7e
ARTEMIS-4838 Bump version.batavia from 1.0.10.Final to 1.0.15.Final
Bumps `version.batavia` from 1.0.10.Final to 1.0.15.Final.

Updates `org.wildfly.extras.batavia:transformer-tools-mvn` from 1.0.10.Final to 1.0.15.Final

Updates `org.wildfly.extras.batavia:transformer-impl-eclipse` from 1.0.10.Final to 1.0.15.Final

---
updated-dependencies:
- dependency-name: org.wildfly.extras.batavia:transformer-tools-mvn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.wildfly.extras.batavia:transformer-impl-eclipse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 13:51:30 -05:00
Justin Bertram
ea33370067 ARTEMIS-4764 increase automation for dependecy updates 2024-06-26 13:21:15 -05:00
Robbie Gemmell
728762ad43 ARTEMIS-4837: update to groovy 4.0.21 2024-06-26 18:07:10 +01:00
Robbie Gemmell
98b33f5589 ARTEMIS-4836: update to Mockito 5.12.0 2024-06-26 18:06:29 +01:00
Robbie Gemmell
68155867b6 ARTEMIS-4832: direct test output to file, make results more visible
Archive test logs upon GHA CI job failure to allow inspection.

Output to console can be enabled on request with e.g:
  mvn test -Dmaven.test.redirectTestOutputToFile=false
2024-06-21 11:51:03 -04:00
Robbie Gemmell
229afee380 ARTEMIS-4831: consistently use surefire default behaviour around test failure
Use surefure default behaviour by default: fail module build when a test fails.

Anyone wanting to ignore failures so as to run all modules, can use the
standard surefire prop to request that, e.g:
  mvn test -Dmaven.test.failure.ignore
2024-06-20 11:03:07 -04:00
Domenico Francesco Bruscino
cbdc197beb ARTEMIS-4823 Upgrade BouncyCastle to 1.78.1 2024-06-19 17:39:03 +02:00
Clebert Suconic
f4fd259f07 [maven-release-plugin] prepare for next development iteration 2024-06-12 11:58:53 -04:00
Clebert Suconic
b4d3a77649 [maven-release-plugin] prepare release 2.35.0 2024-06-12 11:58:52 -04:00
Emmanuel Hugonnet
2aff6504e1 ARTEMIS-4811 upgrade Netty to 4.1.111.Final
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2024-06-11 16:12:26 -05:00
Robbie Gemmell
8935b1150b ARTEMIS-4791: update to junit-5.10.2 2024-06-03 17:49:03 +01:00
Robbie Gemmell
362dbd11ac ARTEMIS-4790: use JUnit 5 for the tests 2024-06-03 10:06:37 -05:00
Clebert Suconic
6cd9c9730b [maven-release-plugin] prepare for next development iteration 2024-05-29 12:13:17 -04:00
Clebert Suconic
30ea6eeae0 [maven-release-plugin] prepare release 2.34.0 2024-05-29 12:13:16 -04:00
Frederico Alves
77076452f2 ARTEMIS-4770: Upgrade BouncyCastle to 1.78
This closes #4927
2024-05-10 14:48:46 +01:00
Robbie Gemmell
daf37ab0e1 ARTEMIS-4769: update to pem-keystore 2.4.0 2024-05-10 14:47:43 +01:00
Justin Bertram
eac816f6bd ARTEMIS-4751 upgrade to Apache parent 32
Due to https://github.com/apache/maven-apache-parent/pull/188 the
property `maven.compiler.release` is now being set which precludes
exporting and using any internal Java classes. Therefore this commit
removed references to `--add-exports` from the build, switches to
reflection, and adds `--add-opens` to the runtime JVM parameters.
2024-05-06 13:26:17 -05:00
Justin Bertram
e8f449973a ARTEMIS-4755 upgrade Jackson to 2.17.0 2024-05-06 13:26:08 -05:00
Justin Bertram
d568f0dd85 ARTEMIS-4753 upgrade Checkstyle to 10.16.0 2024-05-06 13:25:59 -05:00
Justin Bertram
cb69d2b2f9 ARTEMIS-4756 upgrade Commons IO to 2.16.1 2024-05-06 13:25:50 -05:00
Justin Bertram
732b6dbcda ARTEMIS-4757 upgrade Netty to 4.1.109.Final 2024-05-06 13:25:42 -05:00
Justin Bertram
8b73335b46 ARTEMIS-4752 upgrade ErrorProne to 2.27.0
The upgraded ErrorProne found some new issues so this commit fixes those
as well.
2024-05-02 10:10:17 +01:00