Commit Graph

54471 Commits

Author SHA1 Message Date
Stéphane Nicoll
5ffaa8c947 Start building against Reactor Bom 2023.0.9 snapshots
See gh-41722
2024-08-08 11:55:29 +02:00
Stéphane Nicoll
6b24ff7e17 Start building against Micrometer Tracing 1.2.9 snapshots
See gh-41721
2024-08-08 11:55:25 +02:00
Stéphane Nicoll
191843f280 Start building against Micrometer 1.12.9 snapshots
See gh-41720
2024-08-08 11:55:20 +02:00
Stéphane Nicoll
12f6ee23f6 Merge branch '3.3.x' 2024-08-08 08:48:45 +02:00
Stéphane Nicoll
a195c43d43 Merge branch '3.2.x' into 3.3.x 2024-08-08 08:48:37 +02:00
Stéphane Nicoll
877f57fea7 Fix formatting 2024-08-08 08:47:52 +02:00
Stéphane Nicoll
f41991e020 Merge branch '3.3.x'
Closes gh-41717
2024-08-08 08:41:03 +02:00
Stéphane Nicoll
93359c88e0 Merge branch '3.2.x' into 3.3.x
Closes gh-41716
2024-08-08 08:40:50 +02:00
Stéphane Nicoll
a4c428a328 Merge pull request #41712 from nkolosnjaji
* pr/41712:
  Polish "Harmonize use of StructuredLogEncoder"
  Harmonize use of StructuredLogEncoder

Closes gh-41712
2024-08-07 20:20:28 +02:00
Stéphane Nicoll
33711828f9 Polish "Harmonize use of StructuredLogEncoder"
See gh-41712
2024-08-07 20:12:27 +02:00
Nikola Kološnjaji
7f582b0445 Harmonize use of StructuredLogEncoder
See gh-41712
2024-08-07 20:11:10 +02:00
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
2024-08-07 20:06:17 +02:00
Stéphane Nicoll
afe0dd2222 Merge branch '3.3.x' 2024-08-07 19:44:11 +02:00
Stéphane Nicoll
eb2c2a7d8c Merge branch '3.2.x' into 3.3.x 2024-08-07 19:42:47 +02:00
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
2024-08-07 19:29:14 +02:00
Stéphane Nicoll
ccce9af047 Merge branch '3.3.x'
Closes gh-41714
2024-08-07 17:58:14 +02:00
Stéphane Nicoll
8f4ea963d0 Merge branch '3.2.x' into 3.3.x
See gh-41711
2024-08-07 17:57:54 +02:00
Stéphane Nicoll
a677388bbd Upgrade to Couchbase Client 3.7.1
Closes gh-41713
2024-08-07 17:56:08 +02:00
Stéphane Nicoll
d5c0e09eca Merge branch '3.2.x' into 3.3.x
See gh-41711
2024-08-07 17:52:07 +02:00
Stéphane Nicoll
9e602ac0d3 Add CI for Java 23
Closes gh-41698
2024-08-07 17:42:22 +02:00
Stéphane Nicoll
7273a4bc26 Enable Java 23-ea on CI
See gh-41698
2024-08-07 17:34:56 +02:00
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.
2024-08-07 17:33:17 +02:00
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.
2024-08-07 17:32:52 +02:00
Stéphane Nicoll
9796d04500 Merge branch '3.3.x' 2024-08-07 17:22:00 +02:00
Stéphane Nicoll
0e20f177a2 Merge branch '3.2.x' into 3.3.x 2024-08-07 17:21:52 +02:00
Stéphane Nicoll
9817201833 Mention that meta-annotations are not supported
See gh-18517
2024-08-07 17:21:33 +02:00
Stéphane Nicoll
1e83853b0f Merge branch '3.3.x'
Closes gh-41708
2024-08-07 11:42:35 +02:00
Stéphane Nicoll
24ae18c139 Merge branch '3.2.x' into 3.3.x
Closes gh-41707
2024-08-07 11:42:24 +02:00
Stéphane Nicoll
a81c8d92c1 Upgrade to Awaitility 4.2.2
Closes gh-41706
2024-08-07 11:39:04 +02:00
Scott Frederick
74cc7ed83a Merge pull request #41705 from nkolosnjaji
* pr/41705:
  Fix typo in Grafana ConnectionDetailsFactory javadoc

Closes gh-41705
2024-08-06 16:49:53 -05:00
Nikola Kološnjaji
2a123b3e27 Fix typo in Grafana ConnectionDetailsFactory javadoc
See gh-41705
2024-08-06 16:47:48 -05:00
Moritz Halbritter
4fcd998c4d Fix IntegrationAutoConfigurationTests for Java 21 2024-08-06 11:47:44 +02:00
Moritz Halbritter
0261784443 Fix DockerComposeFileTests on Windows 2024-08-06 09:37:53 +02:00
Moritz Halbritter
abe3ee6831 Merge pull request #41695 from facewise
* pr/41695:
  Make IntegrationTaskSchedulerConfiguration virtual threads aware

Closes gh-41695
2024-08-06 09:33:32 +02:00
facewise
7872d8ab41 Make IntegrationTaskSchedulerConfiguration virtual threads aware
See gh-41695
2024-08-06 09:33:17 +02:00
Moritz Halbritter
f290b01c67 Merge branch '3.3.x'
Closes gh-41704
2024-08-06 09:11:23 +02:00
Moritz Halbritter
15569d0b24 Merge branch '3.2.x' into 3.3.x
Closes gh-41703
2024-08-06 09:08:42 +02:00
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
2024-08-06 09:08:22 +02:00
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
2024-08-06 09:08:08 +02:00
Stéphane Nicoll
90f847d454 Merge branch '3.3.x'
Closes gh-41696
2024-08-05 16:29:32 +02:00
Stéphane Nicoll
7607bf1ab8 Document that repackage should not be used on the command-line
This commit clarifies how we intend the spring-boot:repackage goal to
be used. As it operates on the source jar (or war) that must be
effectively up-to-date to produce an accurate result, the package phase
must have run.

Contrary to build-image that was designed to be used on the command-line
by forking a package lifecycle first, repackage does not do that. This
commit also clarifies that by providing a more focused error message.

Closes gh-22317
2024-08-05 16:16:09 +02:00
Stéphane Nicoll
8bff866211 Polish
See gh-16199
2024-08-05 14:45:42 +02:00
Stéphane Nicoll
40300908ea Include vendor properties in auto-configured EntityManagerFactoryBuilder
This commit moves the setup of vendor properties (e.g. Hibernate) from
the auto-configured LocalContainerEntityManagerFactoryBean to the
auto-configured EntityManagerFactoryBuilder. This way, custom use of
the latter retains additional auto-configuration logic such as the
naming strategy and DDL mode to use.

Closes gh-15318
2024-08-05 14:10:07 +02:00
Moritz Halbritter
4eebb8e629 Support multiple Docker Compose files
Closes gh-41691
2024-08-05 12:26:37 +02:00
Stéphane Nicoll
c7e29b7b1b Polish 2024-08-05 08:36:41 +02:00
Stéphane Nicoll
bfeeb6dc4e Relax requirements for NoUniqueBeanDefinitionFailureAnalyzer
This commit relaxes the requirements for a non-null description to
handle a NoUniqueBeanDefinitionException. This can happen if the
exception has been thrown programmatically and no injection point
is available.

This allows the programmatic exception thrown when multiple cache
managers are found to be handled properly.

Closes gh-13348
2024-08-02 16:52:03 +02:00
Stéphane Nicoll
efaebb1351 Document unsupported Freemarker properties with WebFlux
This commit updates the configuration metadata and the reference guide
to mention that certain FreeMarker features are not available with
WebFlux.

This stems mostly from the fact that the WebFlux integration is not
based on a AbstractTemplateView.

Closes gh-11199
2024-08-02 15:06:35 +02:00
Stéphane Nicoll
a2fafa112f Add support for customizing FreeMarker variables
This commit updates the auto-configuration to allow custom FreeMarker
variables to be provided programmatically. As these variables are
usually objects, they cannot be specified via properties.

Closes gh-8965
2024-08-02 11:52:27 +02:00
Scott Frederick
9e3e067a4c Add support for CNB platform API version 0.14
Closes gh-41549
2024-08-01 17:10:41 -05:00
Moritz Halbritter
166926881f Read PID and version used in startup logging from the environment
See gh-41604
2024-08-01 16:14:18 +02:00