Stéphane Nicoll
7f8fe33b3c
Polish "Bump jfrog/setup-jfrog-cli from 4.2.1 to 4.2.2"
...
See gh-41831
2 years ago
dependabot[bot]
b6353ebd1c
Bump jfrog/setup-jfrog-cli from 4.2.1 to 4.2.2
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](105617d234...26532cdb5b )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-41831
2 years ago
Stéphane Nicoll
13600295b0
Upgrade to Jetty 12.0.12
...
Closes gh-41770
2 years ago
Stéphane Nicoll
4fb62fe78d
Upgrade to Yasson 3.0.4
...
Closes gh-41776
2 years ago
Stéphane Nicoll
15fc438d69
Upgrade to Tomcat 10.1.28
...
Closes gh-41775
2 years ago
Stéphane Nicoll
b19df0dad3
Upgrade to SLF4J 2.0.16
...
Closes gh-41774
2 years ago
Stéphane Nicoll
f824d5c7e8
Upgrade to Netty 4.1.112.Final
...
Closes gh-41773
2 years ago
Stéphane Nicoll
7102f65ace
Upgrade to MongoDB 4.11.3
...
Closes gh-41772
2 years ago
Stéphane Nicoll
9e50f24a48
Upgrade to Kotlin 1.9.25
...
Closes gh-41771
2 years ago
Stéphane Nicoll
8b168db562
Upgrade to Jetty Reactive HTTPClient 4.0.6
...
Closes gh-41769
2 years ago
Stéphane Nicoll
65015f6241
Upgrade to Jersey 3.1.8
...
Closes gh-41768
2 years ago
Stéphane Nicoll
94f26c0ba1
Upgrade to Infinispan 14.0.30.Final
...
Closes gh-41767
2 years ago
Stéphane Nicoll
d7670e9083
Upgrade to Hibernate 6.4.10.Final
...
Closes gh-41766
2 years ago
Stéphane Nicoll
a95c9f5355
Upgrade to Hazelcast 5.3.8
...
Closes gh-41765
2 years ago
Stéphane Nicoll
a5063d3365
Upgrade to ActiveMQ 5.18.5
...
Closes gh-41764
2 years ago
Moritz Halbritter
7386908ce0
Document that username and password are not used when Redis url is set
...
Closes gh-41231
2 years ago
Moritz Halbritter
0fc06b50f3
Add IntelliJ IDEA icon to gitignore
2 years ago
Stéphane Nicoll
bbdaa2aa26
Upgrade to Neo4j Java Driver 5.23.0
...
Closes gh-41730
2 years ago
Stéphane Nicoll
fcf20f33a5
Start building against Spring Session 3.2.5 snapshots
...
See gh-41729
2 years ago
Stéphane Nicoll
51ad35672d
Start building against Spring Security 6.2.6 snapshots
...
See gh-41728
2 years ago
Stéphane Nicoll
ff0315a0d3
Start building against Spring Pulsar 1.0.9 snapshots
...
See gh-41727
2 years ago
Stéphane Nicoll
01d312a5fb
Start building against Spring LDAP 3.2.5 snapshots
...
See gh-41726
2 years ago
Stéphane Nicoll
5d101f1814
Start building against Spring Framework 6.1.12 snapshots
...
See gh-41725
2 years ago
Stéphane Nicoll
1a9e844f05
Start building against Spring Data Bom 2023.1.9 snapshots
...
See gh-41724
2 years ago
Stéphane Nicoll
f447f62ee1
Start building against Spring Authorization Server 1.2.6 snapshots
...
See gh-41723
2 years ago
Stéphane Nicoll
5ffaa8c947
Start building against Reactor Bom 2023.0.9 snapshots
...
See gh-41722
2 years ago
Stéphane Nicoll
6b24ff7e17
Start building against Micrometer Tracing 1.2.9 snapshots
...
See gh-41721
2 years ago
Stéphane Nicoll
191843f280
Start building against Micrometer 1.12.9 snapshots
...
See gh-41720
2 years ago
Stéphane Nicoll
877f57fea7
Fix formatting
2 years ago
Stéphane Nicoll
9c5b85bc07
Add TWENTY_THREE to JavaVersion enum
...
This commit uses JRE#OTHER as JUnit does not have support for Java 23
yet, see https://github.com/junit-team/junit5/issues/3918
Closes gh-41710
2 years ago
Stéphane Nicoll
00cfe4dddd
Don't pass -ea suffix into Gradle as the toolchain version
...
This commit is similar to what we had to do for Java 22-ea.
Given our actions have changed quite a bit, this commit replaces the
"java-distribution" parameter by a "java-early-access" parameter. When
set, it automatically switches the distribution to temurin as well as
applying the same handling of the Java version as in b8a6cab .
See gh-41698
2 years ago
Stéphane Nicoll
9e602ac0d3
Add CI for Java 23
...
Closes gh-41698
2 years ago
Stéphane Nicoll
7273a4bc26
Enable Java 23-ea on CI
...
See gh-41698
2 years ago
Stéphane Nicoll
1246cab30b
Disable Artemis tests on Java 23
...
Artemis does not work on Java 23, this commit therefore disables those
tests when running against a Java version higher than 22.
See https://issues.apache.org/jira/browse/ARTEMIS-4975
Unfortunately, the version of JUnit that we use has no value for Java
23, so we have to use OTHER for that purpose.
2 years ago
Stéphane Nicoll
a6567c7d47
Disable Infinispan tests on Java 23
...
Infinispan 14 does not work on Java 23, an upgrade to 15 is required.
This commit therefore disables those tests when running against a Java
version higher than 22.
Unfortunately, the version of JUnit that we use has no value for Java
23, so we have to use OTHER for that purpose.
2 years ago
Stéphane Nicoll
9817201833
Mention that meta-annotations are not supported
...
See gh-18517
2 years ago
Stéphane Nicoll
a81c8d92c1
Upgrade to Awaitility 4.2.2
...
Closes gh-41706
2 years ago
Moritz Halbritter
e0b6d26cb4
Merge pull request #41699 from dependabot[bot]
...
* pr/41699:
Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1
Closes gh-41699
2 years ago
dependabot[bot]
ecb806dd43
Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.1.3 to 4.2.1.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](8bab65dc31...105617d234 )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-41699
2 years ago
Stéphane Nicoll
815ab7df94
Add missing default value for Pulsar properties
...
Closes gh-41682
2 years ago
Andy Wilkinson
f6334ca186
Make reactive Elastic repositories back off without Reactor
...
Fixes gh-41672
2 years ago
Stéphane Nicoll
4d66084c73
Add missing default value for aggregation-temporality property
...
Closes gh-41674
2 years ago
Stéphane Nicoll
b9d8bc4715
Add missing default value for client-provider-type property
...
Closes gh-41666
2 years ago
Stéphane Nicoll
200fc15b5d
Detect backup jar when the package lifecycle is forked
...
Previously, if a classifier was set and build-image was executed from
the command-line, the build will fail as the plugin was unable to find
the original jar. This is because it relies on the attached artifacts
of the project, and those are not set when package has run as part of
a forked lifecycle.
This commit makes sure that the backup file is found by convention
first, the same way it is done for the target file.
Closes gh-26721
2 years ago
Stéphane Nicoll
59b47e336b
Remove invalid checksum policy setting
...
This might be a copy/paste error as the checksum policy is used for
deploying and our integration tests do not do that.
Closes gh-41651
2 years ago
Stéphane Nicoll
05468def54
Tolerate module-info with AOT processing
...
This commit updates the Maven Plugin to tolerate projects that are using
the module path on the JVM and targeting native images with AOT.
Previously, the plugin compiled AOT sources directly to target/classes
and the presence of a module-info there is enough to trigger a
compilation on the module path.
With this change we now compile in a separate directory that contains
the generated AOT classes (typically CGLIB proxies). These are copied to
target/classes once compilation completes already.
The integration test also uses our parent, rather than relying on what
Maven provides. That's because older Maven versions provide a default
compiler plugin version that did not handle the module path correctly.
Closes gh-33383
2 years ago
Stéphane Nicoll
47465f6ed5
Do not validate settings if publishing is disabled
...
This commit improves the Maven Plugin to only validate the publishing
settings if publishing is actually enabled.
Closes gh-29756
2 years ago
Andy Wilkinson
9f1c4b71aa
Fix inconsistency for effect on Actuator of defining security filter
...
Closes gh-41569
2 years ago
Andy Wilkinson
4b9bf631d5
Upgrade Java version in .sdkmanrc to 17.0.12
...
Closes gh-41635
2 years ago
Andy Wilkinson
8fb238ea18
Merge pull request #41611 from ivamly
...
* gh-41611:
Polish "Add rule to prevent calls to Objects.requireNonNull()"
Add rule to prevent calls to Objects.requireNonNull()
Closes gh-41611
2 years ago