Andy Wilkinson
da4c2db3a7
Ensure default mime mappings are applied
...
Fixes gh-40860
2 years ago
Andy Wilkinson
baf34c43f3
Upgrade to Hibernate 6.5.2.Final
...
Closes gh-40867
2 years ago
Moritz Halbritter
bd364a44c9
Merge pull request #40836 from PiyalAhmed
...
* pr/40836:
Fix typo in Neo4jReactiveDataAutoConfiguration class
Closes gh-40836
2 years ago
Piyal Ahmed
21df3ff1de
Fix typo in Neo4jReactiveDataAutoConfiguration class
...
See gh-40836
2 years ago
Andy Wilkinson
45481d7918
Upgrade to Spring Session 3.3.0
...
Closes gh-40679
2 years ago
Andy Wilkinson
a7a82980ce
Upgrade to Spring Pulsar 1.1.0
...
Closes gh-40677
2 years ago
Andy Wilkinson
fdd4ee8fb2
Upgrade to Spring Integration 6.3.0
...
Closes gh-40675
2 years ago
Andy Wilkinson
949a5f0a3d
Upgrade to Spring GraphQL 1.3.0
...
Closes gh-40673
2 years ago
Andy Wilkinson
067c7f3be4
Upgrade to Spring Authorization Server 1.3.0
...
Closes gh-40669
2 years ago
Andy Wilkinson
ddd11461c5
Upgrade to Infinispan 15.0.4.Final
...
Closes gh-40865
2 years ago
Andy Wilkinson
7bec440d03
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
d340f87c22
Disable test when Docker is not available
...
See gh-40585
2 years ago
Andy Wilkinson
84da5e392c
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
de75283f36
Upgrade to Spring Session 3.2.3
...
Closes gh-40663
2 years ago
Andy Wilkinson
7a60bbbba4
Upgrade to Spring Pulsar 1.0.6
...
Closes gh-40662
2 years ago
Andy Wilkinson
814f01551d
Upgrade to Spring Integration 6.2.5
...
Closes gh-40660
2 years ago
Andy Wilkinson
f367366a26
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
9be225ef07
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
03a1424c13
Upgrade to Spring Session 3.1.6
...
Closes gh-40652
2 years ago
Andy Wilkinson
96cea3413d
Upgrade to Spring Integration 6.1.9
...
Closes gh-40826
2 years ago
Andy Wilkinson
4dfcec6c5a
Upgrade to Spring Batch 5.0.6
...
Closes gh-40648
2 years ago
Andy Wilkinson
2d979bf06e
Merge branch '3.2.x'
...
Closes gh-40863
2 years ago
Andy Wilkinson
468e246dbb
Make sure container's started before connection details use it
...
Prior to this commit, a Testcontainer that was managed as a bean
would not have been started in time if it was accessed before
the bean factory's configuration had been frozen. A common way
for this to occur is when using JPA. The entity manager factory
bean is LoadTimeWeaverAware which causes it to be created before
configuration is frozen. Creating this bean requires the DataSource
which in turn requires the JdbcConnectionDetails and its JDBC URL.
Getting the JDBC URL From the connection details requires the
container hosting the SQL database to have been started.
This commit updates ContainerConnectionDetails, the super-class for
all Testcontainer-based ConnectionDetails implementations, to publish
an event when the Container is retrieved from the details. When this
event is published, TestcontainersLifecycleBeanPostProcessor
initializes all containers that are defined as beans.
Closes gh-40585
2 years ago
Andy Wilkinson
33057d3d5a
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
cb22d57c94
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
4007b42df0
Free up more disk space on GitHub Actions
...
See gh-40705
2 years ago
Phillip Webb
4ac90de549
Upgrade to @springio/antora-extensions 1.11.1
2 years ago
Andy Wilkinson
f355080dc8
Merge branch '3.2.x'
...
Closes gh-40855
2 years ago
Andy Wilkinson
486ceecc9a
Use the bean factory to get the type produced by a factory bean
...
Previously, we only looked at the OBJECT_TYPE_ATTRIBUTE on the
factory bean's definition. This did not work for situations
where the information's provided by the definition's target type
rather than the attribute.
Rather than manually considering the target type in addition to
the existing consideration of the attribute, we now ask the bean
factory for the type that will be produced by the factory bean
instead. This should insulate us from any changes and
enhancements in Framework in the future.
Fixes gh-40234
2 years ago
Andy Wilkinson
fa074196d3
Merge branch '3.2.x'
...
Closes gh-40851
2 years ago
Andy Wilkinson
a894879085
Use DefaultDbRefResolver whenever MongoDatabaseFactory is available
...
Fixes gh-39405
2 years ago
Andy Wilkinson
63515012d8
Merge branch '3.2.x'
...
Closes gh-40850
2 years ago
Andy Wilkinson
823cc90b46
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40849
2 years ago
Andy Wilkinson
f692fb1471
Ensure that Hazelcast binds to localhost for client tests
...
Closes gh-40848
2 years ago
Phillip Webb
88917b554b
Merge branch '3.2.x'
...
Closes gh-40846
2 years ago
Phillip Webb
39ab959af8
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40845
2 years ago
Phillip Webb
f743dc82fc
Improve graceful shutdown documentation to remove ambiguity
...
Closes gh-40108
2 years ago
Phillip Webb
336dcab0f9
Merge branch '3.2.x'
...
Closes gh-40844
2 years ago
Phillip Webb
44619a9eef
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40843
2 years ago
Phillip Webb
f5f02d6df1
Document that a private constructor opts-out of constructor binding
...
Closes gh-34820
2 years ago
Andy Wilkinson
4272016481
Upgrade to Spring Kafka 3.2.0
...
Closes gh-40676
2 years ago
Andy Wilkinson
57dd05b423
Upgrade to Cassandra Driver 4.18.1
...
Closes gh-40842
2 years ago
Andy Wilkinson
a5d8839a12
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
dda74cab94
Upgrade to Spring Kafka 3.1.5
...
Closes gh-40661
2 years ago
Andy Wilkinson
f0b9c71496
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
1efa7d1127
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
64ba92e29a
Upgrade to Spring Kafka 3.0.17
...
Closes gh-40651
2 years ago
Andy Wilkinson
052cb19653
Upgrade to Spring Security 6.3.0
...
Closes gh-40678
2 years ago
Andy Wilkinson
bc0fd926be
Upgrade to Spring AMQP 3.1.5
...
Closes gh-40829
2 years ago
Andy Wilkinson
ce81f7cabc
Upgrade to Pulsar 3.2.3
...
Closes gh-40841
2 years ago