Stéphane Nicoll
3e6a4a421e
Upgrade to Infinispan 15.0.14.Final
...
Closes gh-44548
2025-03-05 12:57:33 +01:00
Stéphane Nicoll
26fcd2dcc3
Upgrade to Hibernate 6.6.9.Final
...
Closes gh-44547
2025-03-05 12:57:29 +01:00
Stéphane Nicoll
33e7238f26
Upgrade to Groovy 4.0.26
...
Closes gh-44546
2025-03-05 12:57:25 +01:00
Moritz Halbritter
d453a59724
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44536
2025-03-05 11:56:21 +01:00
Tran Ngoc Nhan
701f73fcd7
Fix JavaExec javadoc link
...
See gh-44526
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-03-05 11:55:29 +01:00
Andy Wilkinson
d92551f15a
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44530
2025-03-04 18:03:07 +00:00
Andy Wilkinson
3715eb8df2
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44528
2025-03-04 18:02:23 +00:00
Andy Wilkinson
27779bec0a
Remove AutoConfigurationReproTests
...
Removed in favor of WebServerFactoryCustomizerBeanPostProcessorTests
which, through the expectations that it sets up on the mock bean
factory, already checks that early initialization will not be
triggered.
Closes gh-44511
2025-03-04 17:50:19 +00:00
Andy Wilkinson
c9f3688df9
Remove redundant tests
...
Closes gh-44520
2025-03-04 17:45:23 +00:00
Stéphane Nicoll
c1f58d1f80
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44523
2025-03-04 15:30:53 +01:00
Matthias Streidel
474dafae28
Fix typo
...
See gh-44514
Signed-off-by: Matthias Streidel <github@metters.slmail.me>
2025-03-04 15:30:27 +01:00
Stéphane Nicoll
d49617063a
Adapt to change in Spring Framework
...
See https://github.com/spring-projects/spring-framework/issues/34513
See gh-44481
2025-03-04 12:18:01 +01:00
Stéphane Nicoll
e69683769e
Start building against Spring Framework 6.1.18 snapshots
...
See gh-44491
2025-02-28 14:42:46 +01:00
Andy Wilkinson
be6eb5875e
Merge branch '3.3.x' into 3.4.x
2025-02-28 12:25:32 +00:00
Andy Wilkinson
7d01c941b9
Use WithPackageResources on shouldUpdateSslWhenReloadingSslBundles
...
See gh-44397
2025-02-28 12:23:17 +00:00
Tran Ngoc Nhan
0f4e361a95
Fix typo in javadoc
...
See gh-44469
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-28 11:48:47 +01:00
Moritz Halbritter
f6f1a9ffac
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44483
2025-02-28 11:20:37 +01:00
Benjamin König
23fd79f425
Remove obsolete hints for Flyway Teams features
...
See gh-44460
Signed-off-by: Benjamin König <koenig87@googlemail.com>
2025-02-28 11:18:41 +01:00
Stéphane Nicoll
d03847c2c7
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44481
2025-02-28 11:10:31 +01:00
Stéphane Nicoll
e1f45c50ee
Generate reflection hints for main methods
...
This commit makes sure to register the necessary hints to invoke the
main method of any bean available in the context. This is necessary
for tests that use the UseMainMethod feature.
This generates more hints than strictly necessary as there isn't a
way to contribute hints based on a ContextLoader, see
https://github.com/spring-projects/spring-framework/issues/34513 for
more details.
Closes gh-44461
2025-02-28 11:08:23 +01:00
Moritz Halbritter
c91c8e202a
Fix tests
2025-02-28 10:53:54 +01:00
Moritz Halbritter
d2d8978170
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44478
2025-02-28 10:36:39 +01:00
Dmitry Sulman
7276be825a
Update version of Neo4j test container image
...
See gh-44463
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
2025-02-28 10:35:55 +01:00
Moritz Halbritter
da361efd3f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44475
2025-02-28 10:32:20 +01:00
Dmitry Sulman
c98f9ac126
Update version of Elasticsearch test container image
...
See gh-44459
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
2025-02-28 10:31:07 +01:00
Moritz Halbritter
19ba2ec0e9
Merge pull request #44467 from nosan
...
* pr/44467:
Close InputStream when loading Log4j2 Configuration from a Resource
Closes gh-44467
2025-02-28 10:30:57 +01:00
Moritz Halbritter
589bf2cafc
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44473
2025-02-28 10:13:59 +01:00
Dmytro Nosan
be7e952e91
Close InputStream when loading Log4j2 Configuration from a Resource
...
See gh-44467
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-28 09:57:09 +01:00
Andy Wilkinson
cbf9cb04b4
Merge branch '3.3.x' into 3.4.x
...
See gh-44448
2025-02-27 10:50:42 +00:00
Andy Wilkinson
21a5319362
Revert "Use Framework's default class loader as default in ImportCandidates"
...
This reverts commit 56c955158d
.
See gh-44401
2025-02-27 10:50:17 +00:00
Stéphane Nicoll
facda3dca9
Adapt to change in exception hierarchy
...
See gh-44442
2025-02-27 09:38:26 +01:00
Andy Wilkinson
608b6c4852
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44456
2025-02-26 18:29:37 +00:00
Andy Wilkinson
3de189a1df
Minimize test resources and move remainder to appropriate packages
...
Closes gh-44397
2025-02-26 15:49:42 +00:00
Andy Wilkinson
4d137d4456
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44454
2025-02-26 15:45:47 +00:00
Andy Wilkinson
8577718b22
Close InputStream when loading PEM content from a resource
...
Fixes gh-44443
2025-02-26 15:45:24 +00:00
Andy Wilkinson
9c189a0550
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44452
2025-02-26 15:44:03 +00:00
Andy Wilkinson
88745820d3
Close InputStream after reading banner resource
...
Fixes gh-44441
2025-02-26 15:43:42 +00:00
Andy Wilkinson
0e066ac9b4
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44450
2025-02-26 15:42:46 +00:00
Andy Wilkinson
5be5eaf7f2
Use ClassLoader from ResourceLoader to load PropertySourceLoaders
...
Fixes gh-44427
2025-02-26 15:42:12 +00:00
Andy Wilkinson
4f0dd516b4
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44448
2025-02-26 15:39:26 +00:00
Andy Wilkinson
56c955158d
Use Framework's default class loader as default in ImportCandidates
...
Closes gh-44401
2025-02-26 15:32:50 +00:00
Andy Wilkinson
23b89c8cb3
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44445
2025-02-26 15:31:04 +00:00
Andy Wilkinson
3acea583ad
Add support for working with resources in tests
...
Closes gh-44444
2025-02-26 15:29:20 +00:00
Stéphane Nicoll
d04620d5b3
Polish test
...
Include at least a bean declaration to make sure the cglib proxy is
created
2025-02-26 15:15:30 +01:00
Moritz Halbritter
8705ed0ecc
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44436
2025-02-26 11:49:59 +01:00
Moritz Halbritter
abf320d273
Register reflection hints for SslBundleSslEngineFactory
...
Closes gh-44435
2025-02-26 11:46:55 +01:00
Moritz Halbritter
ea25734599
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44437
2025-02-26 11:28:49 +01:00
Moritz Halbritter
453002b77b
Add class of SslBundleSslEngineFactory to Kafka config map
...
Closes gh-44414
2025-02-26 10:46:12 +01:00
Stéphane Nicoll
a5ed3e6aed
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44420
2025-02-24 08:23:45 +01:00
Stéphane Nicoll
41656bf4ee
Update copyright of changed files
...
See gh-44413
2025-02-24 08:21:07 +01:00