Stéphane Nicoll
466d15c7c5
Upgrade to ActiveMQ 6.1.6
...
Closes gh-44663
1 year ago
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
1 year ago
Moritz Halbritter
8fca1dbb6f
Disable test until further investigation
...
See gh-44059
1 year ago
Moritz Halbritter
24854f469c
Use single-arch image to test platform mismatch detection
...
See gh-44059
1 year ago
Andy Wilkinson
92a063faca
Merge branch '3.3.x' into 3.4.x
1 year ago
Andy Wilkinson
e30ae372e3
Move resources into same packages as documentation tests
...
See gh-44639
1 year ago
Andy Wilkinson
ec985d260e
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44641
1 year ago
Andy Wilkinson
edf3cb1421
Position endpoint documentation tests alongside endpoint's auto-config
...
Closes gh-44639
1 year ago
Moritz Halbritter
d93f4f5554
Throw exception if pulled image platform doesn't match the requested platform
...
Closes gh-44059
1 year ago
Moritz Halbritter
282571ae1e
Merge branch '3.3.x' into 3.4.x
1 year ago
Moritz Halbritter
5ec099756f
Fix potential NPE when passing 'null' as params
1 year ago
Andy Wilkinson
ab66034e1b
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44634
1 year ago
Andy Wilkinson
67b0a26474
Improve structure of test resources in Actuator modules
...
Closes gh-44632
1 year ago
Moritz Halbritter
2e74ce8bf2
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44630
1 year ago
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
1 year ago
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
1 year ago
Andy Wilkinson
d097870de5
Update CouchbaseAutoConfigurationsTests to use own resources
...
See gh-44576
1 year ago
Andy Wilkinson
272c905510
Merge branch '3.3.x' into 3.4.x
1 year ago
Andy Wilkinson
c849cafc1b
Further improve independence of core auto-configuration tests
...
See gh-44513
1 year ago
Stéphane Nicoll
6fb44d83b4
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44585
1 year ago
Stéphane Nicoll
6cf81e2f1b
Deprecate setObservationRegistry
...
This commit deprecates setObservationRegistry on
DefaultJmsListenerContainerFactoryConfigurer as it should not have been
made public in the first place. We want to make sure users don't
accidentally use it, and move it back to a package private method once
the deprecation period has run its course.
Closes gh-44466
1 year ago
Andy Wilkinson
e7bc267ef8
Merge branch '3.3.x' into 3.4.x
1 year ago
Andy Wilkinson
60624e8a56
Avoid problems with platform-specific line endings
...
See gh-44512
1 year ago
Andy Wilkinson
dafcef3d7a
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44579
1 year ago
Andy Wilkinson
55c410abec
Improve autoconfigure's use of test resources
...
Closes gh-44512
1 year ago
Andy Wilkinson
1eef4385ec
Merge branch '3.3.x' into 3.4.x
1 year ago
Andy Wilkinson
1f5b9de302
Normalize the separator in resource names
...
See gh-44444
1 year ago
Andy Wilkinson
4043286f59
Merge branch '3.3.x' into 3.4.x
1 year ago
Andy Wilkinson
8e49a4e49a
Increase independence of core auto-configuration tests
...
Remove some more references to Thymeleaf and FreeMarker
auto-configuration that were missed in 85ffbbc.
See gh-44513
1 year ago
Andy Wilkinson
0fb1d2bed7
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44576
1 year ago
Andy Wilkinson
bfd4e7b4ee
Merge branch '3.3.x' into 3.4.x
1 year ago
Andy Wilkinson
85ffbbc384
Make core auto-configuration tests more independent
...
Closes gh-44513
1 year ago
Andy Wilkinson
5683d39fd6
Allow resources to hide existing resources with the same name
...
See gh-44444
1 year ago
Stéphane Nicoll
a8d7f54118
Merge branch '3.3.x' into 3.4.x
1 year ago
Stéphane Nicoll
7912a03536
Upgrade to Neo4j Java Driver 5.28.2
...
Closes gh-44574
1 year ago
Stéphane Nicoll
b077329bb4
Start building against Spring WS 4.0.12 snapshots
...
See gh-44573
1 year ago
Stéphane Nicoll
4e4f2ea9a3
Start building against Spring Security 6.4.4 snapshots
...
See gh-44572
1 year ago
Stéphane Nicoll
ceffb0e24e
Start building against Spring Pulsar 1.2.4 snapshots
...
See gh-44571
1 year ago
Stéphane Nicoll
3361f91d6b
Start building against Spring Kafka 3.3.4 snapshots
...
See gh-44570
1 year ago
Stéphane Nicoll
3b1d3ee412
Start building against Spring Data Bom 2024.1.4 snapshots
...
See gh-44569
1 year ago
Stéphane Nicoll
18ec4ff1f4
Start building against Spring Batch 5.2.2 snapshots
...
See gh-44568
1 year ago
Stéphane Nicoll
a205981299
Start building against Reactor Bom 2024.0.4 snapshots
...
See gh-44567
1 year ago
Stéphane Nicoll
dc6822e7dd
Start building against Micrometer Tracing 1.4.4 snapshots
...
See gh-44566
1 year ago
Stéphane Nicoll
6514ce0815
Start building against Micrometer 1.14.5 snapshots
...
See gh-44565
1 year ago
Stéphane Nicoll
d5d27462ab
Start building against Spring WS 4.0.12 snapshots
...
See gh-44564
1 year ago
Stéphane Nicoll
a0f3850a7f
Start building against Spring Security 6.3.8 snapshots
...
See gh-44563
1 year ago
Stéphane Nicoll
57e17adde0
Start building against Spring Pulsar 1.1.10 snapshots
...
See gh-44562
1 year ago
Stéphane Nicoll
08e9e4949b
Start building against Spring Data Bom 2024.0.10 snapshots
...
See gh-44561
1 year ago
Stéphane Nicoll
057c30c561
Start building against Reactor Bom 2023.0.16 snapshots
...
See gh-44560
1 year ago
Stéphane Nicoll
37c4ea5c09
Start building against Micrometer Tracing 1.3.10 snapshots
...
See gh-44559
1 year ago