Commit Graph

28393 Commits

Author SHA1 Message Date
Andy Wilkinson b4c41c43f2 Merge branch '3.3.x' into 3.4.x
Closes gh-44692
2025-03-12 12:43:08 +00:00
Andy Wilkinson ad9f0a6164 Make logging system factory ordering more robust
Closes gh-44689
2025-03-12 12:42:28 +00:00
Andy Wilkinson 6f04cf032b Adapt test to change in Neo4j driver's internals
See gh-44690
2025-03-12 12:02:28 +00:00
Andy Wilkinson 8b50de8674 Upgrade to Neo4j Java Driver 5.28.3
Closes gh-44691
2025-03-12 11:52:44 +00:00
Andy Wilkinson a35c04aad6 Upgrade to Neo4j Java Driver 5.28.3
Closes gh-44690
2025-03-12 11:51:00 +00:00
Stéphane Nicoll bf54ab7756 Upgrade to Neo4j Java Driver 5.28.3
Closes gh-44687
2025-03-12 10:43:49 +01:00
Stéphane Nicoll 2c5672d472 Upgrade to Lettuce 6.5.5.RELEASE
Closes gh-44686
2025-03-12 10:43:44 +01:00
Stéphane Nicoll 73e1df24dd Prohibit upgrades to jOOQ 3.20.0
Closes gh-44372
2025-03-12 09:11:10 +01:00
Stéphane Nicoll 3ea9c56ea0 Merge branch '3.4.x'
Closes gh-44685
2025-03-12 08:59:27 +01:00
Stéphane Nicoll 322191f288 Merge branch '3.3.x' into 3.4.x
Closes gh-44684
2025-03-12 08:58:58 +01:00
Johnny Lim 3a5e059387 Polish
See gh-44447

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-03-12 08:49:26 +01:00
Stéphane Nicoll 5af92d1dee Merge branch '3.4.x'
Closes gh-44681
2025-03-12 08:39:27 +01:00
Stéphane Nicoll 20d8e47273 Merge branch '3.3.x' into 3.4.x
Closes gh-44680
2025-03-12 08:38:26 +01:00
Stéphane Nicoll 0f0180d9dc Prevent upgrade to Jetty 12.0.17
Closes gh-44611
2025-03-12 08:38:08 +01:00
Stéphane Nicoll dba091b21b Upgrade to Reactor Bom 2024.0.4
Closes gh-44589
2025-03-11 17:15:26 +01:00
Stéphane Nicoll f1aa051557 Upgrade to Micrometer Tracing 1.5.0-M3
Closes gh-44588
2025-03-11 17:15:26 +01:00
Stéphane Nicoll 49551bf43b Upgrade to Micrometer 1.15.0-M3
Closes gh-44587
2025-03-11 17:15:26 +01:00
Stéphane Nicoll ddf8681bb6 Upgrade to jOOQ 3.19.21
Closes gh-44672
2025-03-11 17:15:25 +01:00
Stéphane Nicoll 29242bd4f3 Upgrade to Hibernate 6.6.10.Final
Closes gh-44671
2025-03-11 17:15:20 +01:00
Stéphane Nicoll 1f30ae8f5d Upgrade to ActiveMQ 6.1.6
Closes gh-44670
2025-03-11 17:15:15 +01:00
Stéphane Nicoll f1eb2da00e Upgrade to Reactor Bom 2023.0.16
Closes gh-44560
2025-03-11 16:59:11 +01:00
Stéphane Nicoll 3e5062591f Upgrade to Micrometer Tracing 1.3.10
Closes gh-44559
2025-03-11 16:59:11 +01:00
Stéphane Nicoll 7a9589cc98 Upgrade to Micrometer 1.13.12
Closes gh-44558
2025-03-11 16:59:11 +01:00
Stéphane Nicoll d18ccfae3d Upgrade to jOOQ 3.19.21
Closes gh-44668
2025-03-11 16:59:11 +01:00
Stéphane Nicoll 4efb861c52 Upgrade to ActiveMQ 6.1.6
Closes gh-44667
2025-03-11 16:59:04 +01:00
Stéphane Nicoll 7dcacf2a40 Upgrade to Reactor Bom 2024.0.4
Closes gh-44567
2025-03-11 16:58:39 +01:00
Stéphane Nicoll b391945b33 Upgrade to Micrometer Tracing 1.4.4
Closes gh-44566
2025-03-11 16:58:39 +01:00
Stéphane Nicoll 7d06639a68 Upgrade to Micrometer 1.14.5
Closes gh-44565
2025-03-11 16:58:39 +01:00
Stéphane Nicoll a9499a2cc4 Upgrade to jOOQ 3.19.21
Closes gh-44665
2025-03-11 16:58:38 +01:00
Stéphane Nicoll ae16d8ac5e Upgrade to Hibernate 6.6.10.Final
Closes gh-44664
2025-03-11 16:58:34 +01:00
Stéphane Nicoll 466d15c7c5 Upgrade to ActiveMQ 6.1.6
Closes gh-44663
2025-03-11 16:58:28 +01:00
Moritz Halbritter d0a93dd7cd Merge branch '3.4.x' 2025-03-11 14:01:11 +01:00
Moritz Halbritter e7f8b22479 Enable platform mismatch test again
We now try to pull linux/arm64. The image only exists for linux/amd64, which should
throw the platform mismatch exception.

See gh-44059
2025-03-11 13:32:15 +01:00
Stéphane Nicoll f6d8ee166d Start building against Spring WS 4.1.0-M1 snapshots
See gh-44599
2025-03-11 07:51:22 +01:00
Andy Wilkinson b6bccc1378 Support DataSource auto-configuration without spring-jdbc
Prior to these changes, auto-configured a DataSource required
spring-jdbc to be on the classpath even if the app made no use of any
of its features.

The changes largely remove the use of spring-jdbc during DataSoruce
auto-configure or disable some support (configuring an unpooled,
embedded database) in its absense. The extra unwrapping in
DataSourceBuilder has been removed as it appears to be redundant.
The existing test for deriving from an embedded database continues
to work without it.

Closes gh-43786
2025-03-10 17:54:34 +00:00
Moritz Halbritter 58fab66163 Merge branch '3.4.x' 2025-03-10 16:15:48 +01:00
Moritz Halbritter 8fca1dbb6f Disable test until further investigation
See gh-44059
2025-03-10 16:12:33 +01:00
Moritz Halbritter 1aa1bab0a8 Merge branch '3.4.x' 2025-03-10 11:28:03 +01:00
Moritz Halbritter 24854f469c Use single-arch image to test platform mismatch detection
See gh-44059
2025-03-10 11:00:55 +01:00
Andy Wilkinson 207c8f54ab Merge branch '3.4.x' 2025-03-07 17:02:36 +00:00
Andy Wilkinson 92a063faca Merge branch '3.3.x' into 3.4.x 2025-03-07 17:02:22 +00:00
Andy Wilkinson e30ae372e3 Move resources into same packages as documentation tests
See gh-44639
2025-03-07 17:01:58 +00:00
Andy Wilkinson ea7caf9b8f Merge branch '3.4.x'
Closes gh-44642
2025-03-07 10:38:59 +00:00
Andy Wilkinson ec985d260e Merge branch '3.3.x' into 3.4.x
Closes gh-44641
2025-03-07 10:37:19 +00:00
Andy Wilkinson edf3cb1421 Position endpoint documentation tests alongside endpoint's auto-config
Closes gh-44639
2025-03-07 10:28:04 +00:00
Moritz Halbritter 12c9bfff2f Merge branch '3.4.x'
Closes gh-44640
2025-03-07 11:03:41 +01:00
Stéphane Nicoll 0e09a2d25f Polish "Add additional configuration properties for JdbcTemplate"
See gh-44470
2025-03-07 10:33:59 +01:00
Yanming Zhou baa89c5ce8 Add additional configuration properties for JdbcTemplate.
This commit adds configuration properties for additional settings of
the auto-configured JdbcTemplate:

* ignore-warnings
* skip-results-processing
* skip-undeclared-results
* results-map-case-insensitive

See gh-44470

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-03-07 10:33:59 +01:00
Dmytro Nosan b3f90337ec Polish OpenTelemetryResourceAttributesTests
See gh-44636

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-03-07 10:08:23 +01:00
Moritz Halbritter d93f4f5554 Throw exception if pulled image platform doesn't match the requested platform
Closes gh-44059
2025-03-07 09:28:17 +01:00
Moritz Halbritter 6f464e71da Merge branch '3.4.x' 2025-03-07 08:21:32 +01:00
Moritz Halbritter 282571ae1e Merge branch '3.3.x' into 3.4.x 2025-03-07 08:21:13 +01:00
Moritz Halbritter 5ec099756f Fix potential NPE when passing 'null' as params 2025-03-07 08:17:37 +01:00
Andy Wilkinson da5796f70c Merge branch '3.4.x'
Closes gh-44635
2025-03-06 18:35:16 +00:00
Andy Wilkinson ab66034e1b Merge branch '3.3.x' into 3.4.x
Closes gh-44634
2025-03-06 18:34:54 +00:00
Andy Wilkinson 67b0a26474 Improve structure of test resources in Actuator modules
Closes gh-44632
2025-03-06 18:31:35 +00:00
Moritz Halbritter dde9bfbeaa Merge branch '3.4.x'
Closes gh-44631
2025-03-06 17:41:08 +01:00
Moritz Halbritter 2e74ce8bf2 Merge branch '3.3.x' into 3.4.x
Closes gh-44630
2025-03-06 17:39:26 +01:00
Moritz Halbritter a807a07a59 Always try to deserialize message in case of Docker transport errors
Before this commit, if the status code was 4xx or 500, we tried to read the errors
object, consuming the http entity. When we tried to deserialize the message,
the http entity was already consumed, an IOException has been thrown and null
is returned for the message.

Now, we read the content in a byte[] and deserialize the errors and the message
from that. This ensures that we can read both the errors and the message.

Closes gh-44628
2025-03-06 17:27:00 +01:00
Stéphane Nicoll e0e1f2aeb3 Upgrade to Testcontainers 1.20.6
Closes gh-44625
2025-03-06 16:11:26 +01:00
Stéphane Nicoll a72fedec8f Upgrade to SLF4J 2.0.17
Closes gh-44624
2025-03-06 16:11:26 +01:00
Stéphane Nicoll a88d4bf93b Upgrade to Selenium HtmlUnit 4.29.0
Closes gh-44623
2025-03-06 16:11:26 +01:00
Stéphane Nicoll 38eadf608f Upgrade to Selenium 4.29.0
Closes gh-44622
2025-03-06 16:11:26 +01:00
Stéphane Nicoll 132fb6e18f Upgrade to R2DBC MySQL 1.4.0
Closes gh-44621
2025-03-06 16:11:26 +01:00
Stéphane Nicoll ee5ebeacc8 Upgrade to Pulsar 4.0.3
Closes gh-44620
2025-03-06 16:11:26 +01:00
Stéphane Nicoll 21569a03ff Upgrade to Netty 4.1.119.Final
Closes gh-44619
2025-03-06 16:11:26 +01:00
Stéphane Nicoll e47ddaf5ed Upgrade to Maven Install Plugin 3.1.4
Closes gh-44617
2025-03-06 16:11:26 +01:00
Stéphane Nicoll 46ec9ec5c9 Upgrade to Maven Deploy Plugin 3.1.4
Closes gh-44616
2025-03-06 16:11:26 +01:00
Stéphane Nicoll 3ba8dec983 Upgrade to Maven Compiler Plugin 3.14.0
Closes gh-44615
2025-03-06 16:11:26 +01:00
Stéphane Nicoll daa0c3001e Upgrade to Logback 1.5.17
Closes gh-44614
2025-03-06 16:11:26 +01:00
Stéphane Nicoll e25d715ede Upgrade to jOOQ 3.19.20
Closes gh-44612
2025-03-06 16:11:26 +01:00
Stéphane Nicoll bf8f8a4e23 Upgrade to Jetty Reactive HTTPClient 4.0.9
Closes gh-44610
2025-03-06 15:35:14 +01:00
Stéphane Nicoll 9c83f36bef Upgrade to Infinispan 15.1.7.Final
Closes gh-44608
2025-03-06 15:35:14 +01:00
Stéphane Nicoll f33087e3b7 Upgrade to HtmlUnit 4.10.0
Closes gh-44607
2025-03-06 15:35:14 +01:00
Stéphane Nicoll 443edcdcaf Upgrade to Hibernate 6.6.9.Final
Closes gh-44606
2025-03-06 15:35:14 +01:00
Stéphane Nicoll 0ce71e2c06 Upgrade to Groovy 4.0.26
Closes gh-44605
2025-03-06 15:35:14 +01:00
Stéphane Nicoll 92c198e536 Upgrade to Flyway 11.3.4
Closes gh-44604
2025-03-06 15:35:14 +01:00
Stéphane Nicoll 163e03b3c6 Upgrade to Byte Buddy 1.17.2
Closes gh-44603
2025-03-06 15:35:14 +01:00
Stéphane Nicoll 013633cc48 Upgrade to Awaitility 4.3.0
Closes gh-44602
2025-03-06 15:35:13 +01:00
Stéphane Nicoll 0a84ebf9f1 Merge branch '3.4.x'
Closes gh-44626
2025-03-06 15:34:11 +01:00
Stéphane Nicoll e06244d007 Adapt EntityManagerFactoryBuilder to work with multiple data sources
This commit allows EntityManagerFactoryBuilder to provide the JPA
properties to use according to the DataSource used to build the
EntityManagerFactory. Previously the JPA properties were computed only
once based on the primary data source, which was a problem since its
default DDL setting may be different.

EntityManagerFactoryBuilder takes a function that provides the JPA
properties based on a data source, rather than the properties
themselves. Constructors with the previous variant have been deprecated
as a result.

Closes gh-44516
2025-03-06 15:33:53 +01:00
Andy Wilkinson 3fff2c8072 Merge branch '3.4.x' 2025-03-06 13:25:33 +00:00
Andy Wilkinson d097870de5 Update CouchbaseAutoConfigurationsTests to use own resources
See gh-44576
2025-03-06 13:24:39 +00:00
Moritz Halbritter 3fc07644ee Make auto-configured BatchSpanProcessor back off when the user defines their own
Closes gh-44601
2025-03-06 13:34:08 +01:00
Andy Wilkinson 00b2fe7d95 Merge branch '3.4.x' 2025-03-06 11:22:52 +00:00
Andy Wilkinson 272c905510 Merge branch '3.3.x' into 3.4.x 2025-03-06 11:22:39 +00:00
Andy Wilkinson c849cafc1b Further improve independence of core auto-configuration tests
See gh-44513
2025-03-06 11:12:49 +00:00
Stéphane Nicoll 2f407550e3 Adapt to deprecation in Spring Security snapshots
See gh-44598
2025-03-06 10:37:38 +01:00
Stéphane Nicoll 48466968e1 Upgrade to Neo4j Java Driver 5.28.2
Closes gh-44600
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 4270cf562b Start building against Spring WS 4.0.12 snapshots
See gh-44599
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 7cb0ccf89f Start building against Spring Security 6.5.0-M3 snapshots
See gh-44598
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 84a89a3993 Start building against Spring Pulsar 1.2.4 snapshots
See gh-44597
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 0835878f9d Start building against Spring LDAP 3.3.0-M3 snapshots
See gh-44596
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 6301bbdfbb Start building against Spring Kafka 3.3.4 snapshots
See gh-44595
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 1b07abfde7 Start building against Spring Integration 6.5.0-M3 snapshots
See gh-44594
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 59c87e4f3f Start building against Spring GraphQL 1.4.0-M1 snapshots
See gh-44593
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 6652b84a23 Start building against Spring Data Bom 2025.0.0-M2 snapshots
See gh-44592
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 6e4a39ed56 Start building against Spring Batch 5.2.2 snapshots
See gh-44591
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 082814862a Start building against Spring Authorization Server 1.5.0-M2 snapshots
See gh-44590
2025-03-06 10:05:32 +01:00
Stéphane Nicoll 086d6a16b5 Start building against Reactor Bom 2024.0.4 snapshots
See gh-44589
2025-03-06 10:05:32 +01:00