Stephane Nicoll
8731e777d8
Upgrade to Spring HATEOAS 2.0.4
...
Closes gh-35325
2023-05-12 08:54:25 +02:00
Andy Wilkinson
01ba8c071f
Upgrade to Spring WS 4.0.4
...
Closes gh-35318
2023-05-11 18:30:10 +01:00
Andy Wilkinson
352526b098
Upgrade to Spring LDAP 3.1.0
...
Closes gh-35315
2023-05-11 18:30:10 +01:00
Andy Wilkinson
ca36c0b3ae
Upgrade to Spring WS 4.0.4
...
Closes gh-35304
2023-05-11 18:27:26 +01:00
Andy Wilkinson
9f55d5de18
Revert "Start building against Spring WS 3.1.7 snapshots"
...
This reverts commit 2b03e51a19
.
See gh-35295
2023-05-11 18:14:35 +01:00
Andy Wilkinson
2ca787f78c
Merge branch '3.0.x'
...
Closes gh-35400
2023-05-11 13:47:55 +01:00
Andy Wilkinson
acafb907f6
Generate hints for all methods that JavaBeanBinder may call
...
Fixes gh-35397
2023-05-11 13:34:43 +01:00
Andy Wilkinson
c254610e4d
Improve testing of BindableRuntimeHintsRegistrar
...
Closes gh-35398
2023-05-11 13:33:47 +01:00
Andy Wilkinson
88866d7baf
Merge branch '3.0.x'
...
Closes gh-35399
2023-05-11 12:11:29 +01:00
Andy Wilkinson
2d08ba18c1
Improve testing of BindableRuntimeHintsRegistrar
...
Closes gh-35398
2023-05-11 11:59:34 +01:00
Moritz Halbritter
e930801eb1
Separate tag in the Docker API tag call
...
Closes gh-35358
2023-05-11 09:52:52 +02:00
Moritz Halbritter
d00e070cdb
Separate tag in the Docker API tag call
...
Closes gh-35358
2023-05-11 09:52:45 +02:00
Moritz Halbritter
4eef8d5a53
Separate tag in the Docker API tag call
...
Closes gh-35358
2023-05-11 09:52:41 +02:00
Phillip Webb
60930c0285
Merge branch '2.5.x' into 2.6.x
2023-05-10 23:33:42 -07:00
Phillip Webb
9af19370a6
Backport build and CI concerns
...
Backport build and CI concerns primarily related to repo.spring.io
changes and Docker config.
2023-05-10 23:29:30 -07:00
Scott Frederick
271cbb76c1
Improve documentation for including Docker Compose support in a build
...
Closes gh-35384
2023-05-10 13:42:36 -05:00
Scott Frederick
8377306668
Improve error when Docker Compose file not found
...
Fixes gh-35383
2023-05-10 13:26:59 -05:00
Steve Riesenberg
10feecbd08
Fix redirect to login page for token requests
...
Fixes an issue where auto-configuration for Spring Authorization Server
was overriding the default exception handling (AuthenticationEntryPoint)
resulting in anonymous requests to the token endpoint being redirected
to the Spring Security login page instead of returning 401 Unauthorized.
Auto-configuration now registers a defaultAuthenticationEntryPointFor
that is added to any other entry points already configured.
See gh-35368
2023-05-10 11:32:06 +02:00
Christoph Dreis
6086e81ccd
Fix configuring replica set via PropertiesMongoConnectionDetails
...
See gh-35370
2023-05-10 11:23:19 +02:00
Moritz Halbritter
9f787050b4
Merge branch '3.0.x'
...
Closes gh-35381
2023-05-10 11:08:33 +02:00
Moritz Halbritter
53d2a9fb34
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35380
2023-05-10 10:58:03 +02:00
Moritz Halbritter
ec4d52e381
Add ReactiveResponseConsumer classpath check to http5 auto-configuration
...
Closes gh-34964
2023-05-10 10:47:08 +02:00
Moritz Halbritter
0ebb32e7f0
Merge branch '3.0.x'
...
Closes gh-35379
2023-05-10 10:28:57 +02:00
Moritz Halbritter
7e50485b23
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35378
2023-05-10 10:28:47 +02:00
Moritz Halbritter
947ac8df73
Map MinIdle and MaxValidationTime to R2DBC pools
...
Closes gh-34724
2023-05-10 10:16:43 +02:00
Stephane Nicoll
d488759cae
Start building against Spring WS 4.0.4 snapshots
...
See gh-35318
2023-05-10 09:19:06 +02:00
Stephane Nicoll
e3c126ae54
Start building against Spring Batch 5.0.2 snapshots
...
See gh-35309
2023-05-10 09:19:06 +02:00
Stephane Nicoll
157e0d5b20
Start building against Spring Kafka 3.0.7 snapshots
...
See gh-35376
2023-05-10 09:19:06 +02:00
Stephane Nicoll
a9e7b902b5
Start building against Spring Kafka 3.0.7 snapshots
...
See gh-35375
2023-05-10 08:41:41 +02:00
Stefano Cordio
d802ca017b
Small assertions improvements
...
See gh-34796
2023-05-10 08:38:07 +02:00
Johnny Lim
ff9fd1abeb
Polish
...
See gh-35185
2023-05-10 08:31:36 +02:00
Yanming Zhou
1cddb2a55f
Fix typo
...
See gh-35369
2023-05-10 08:27:33 +02:00
Moritz Halbritter
05add58976
Merge branch '3.0.x'
...
Closes gh-35373
2023-05-10 08:23:35 +02:00
Moritz Halbritter
42cc84070b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35372
2023-05-10 08:23:27 +02:00
Moritz Halbritter
52789cb191
Fix anchors in Maven plugin documentation
...
Closes gh-35371
2023-05-10 08:21:44 +02:00
Andy Wilkinson
93c3116b3a
Fix failsGracefullyWhenNoTestMainMethodIsFound on Windows
2023-05-09 16:56:18 +01:00
Christoph Dreis
2d1a403605
Fix javadoc in OAuth2AuthorizationServerPropertiesMapper
...
See gh-35366
2023-05-09 16:38:45 +01:00
Moritz Halbritter
0f1870ee98
Merge branch '3.0.x'
...
Closes gh-35367
2023-05-09 14:56:30 +02:00
Moritz Halbritter
077f61bd5d
Allow loading of YAML files bigger than 3 MB
...
Closes gh-34743
2023-05-09 14:56:09 +02:00
Stephane Nicoll
2b7bed8bf7
Upgrade to Reactor Bom 2022.0.7
...
Closes gh-35307
2023-05-09 14:54:06 +02:00
Stephane Nicoll
dad68573c7
Upgrade to Micrometer Tracing 1.1.0
...
Closes gh-35306
2023-05-09 14:54:06 +02:00
Stephane Nicoll
33cc926669
Upgrade to Micrometer 1.11.0
...
Closes gh-35305
2023-05-09 14:54:05 +02:00
Stephane Nicoll
568e168aeb
Upgrade to Reactor Bom 2022.0.7
...
Closes gh-35299
2023-05-09 14:53:52 +02:00
Stephane Nicoll
47c37c1014
Upgrade to Micrometer Tracing 1.0.5
...
Closes gh-35363
2023-05-09 14:53:52 +02:00
Stephane Nicoll
3635bead5c
Upgrade to Micrometer 1.10.7
...
Closes gh-35298
2023-05-09 14:53:52 +02:00
Stephane Nicoll
21cca4f30d
Upgrade to Reactor Bom 2020.0.32
...
Closes gh-35291
2023-05-09 14:53:43 +02:00
Stephane Nicoll
e47738b84d
Upgrade to Micrometer 1.9.11
...
Closes gh-35290
2023-05-09 14:53:43 +02:00
Moritz Halbritter
0391860ec3
Merge branch '3.0.x'
...
Closes gh-35365
2023-05-09 14:38:16 +02:00
Moritz Halbritter
086d654f0b
Add support for Ed25519 EC keys
...
See gh-35364
2023-05-09 14:18:08 +02:00
Moritz Halbritter
69ac9bbe6d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35364
2023-05-09 14:13:04 +02:00
Moritz Halbritter
c238049729
Fix loading of PKCS#8 PEM encoded EC and DSA keys
...
Closes gh-35322
2023-05-09 13:54:23 +02:00
Andy Wilkinson
2b6b178560
Merge branch '3.0.x'
...
Closes gh-35362
2023-05-09 12:24:04 +01:00
Andy Wilkinson
6c1c8fb405
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35361
2023-05-09 12:23:49 +01:00
Andy Wilkinson
7427e2d527
Polish "Fix test for backing off when a TransactionManager is already defined"
...
See gh-35336
2023-05-09 12:04:38 +01:00
davin111
cf5500fc78
Fix test for backing off when a TransactionManager is already defined
...
See gh-35336
2023-05-09 12:03:06 +01:00
Moritz Halbritter
c00e6ebbdf
Merge branch '3.0.x'
...
Closes gh-35360
2023-05-09 11:23:05 +02:00
Moritz Halbritter
1c87fcb806
Add property to disable DisableObservabilityContextCustomizer
...
Closes gh-35009
2023-05-09 11:21:53 +02:00
Moritz Halbritter
a4092fb396
Remove HTML tags from TestRunMojo javadoc
...
Closes gh-35349
2023-05-09 10:14:55 +02:00
Moritz Halbritter
1504e3043d
Document devtools when using testcontainers at dev time
...
See gh-35200
2023-05-09 08:31:24 +02:00
Stephane Nicoll
9c37a8e819
Upgrade to Neo4j Java Driver 5.8.0
...
Closes gh-35352
2023-05-08 16:40:49 +02:00
Stephane Nicoll
5b510f94ec
Upgrade to Groovy 4.0.12
...
Closes gh-35351
2023-05-08 16:27:18 +02:00
Stephane Nicoll
3532c64d8b
Upgrade to Couchbase Client 3.4.6
...
Closes gh-35350
2023-05-08 16:27:14 +02:00
Stephane Nicoll
ad2ecd3923
Upgrade to Neo4j Java Driver 5.8.0
...
Closes gh-35347
2023-05-08 15:34:15 +02:00
Stephane Nicoll
3403be09b3
Upgrade to JUnit Jupiter 5.9.3
...
Closes gh-35346
2023-05-08 15:34:15 +02:00
Stephane Nicoll
ed3cf8fd1f
Upgrade to Jakarta Activation 2.1.2
...
Closes gh-35345
2023-05-08 15:34:15 +02:00
Stephane Nicoll
173d24840f
Upgrade to Jackson Bom 2.14.3
...
Closes gh-35344
2023-05-08 15:34:15 +02:00
Stephane Nicoll
7eda3ed669
Upgrade to Infinispan 14.0.9.Final
...
Closes gh-35343
2023-05-08 15:34:14 +02:00
Stephane Nicoll
a87193716e
Upgrade to Groovy 4.0.12
...
Closes gh-35342
2023-05-08 15:34:14 +02:00
Stephane Nicoll
2992e5808b
Upgrade to Couchbase Client 3.4.6
...
Closes gh-35341
2023-05-08 15:34:14 +02:00
Stephane Nicoll
bc63c511e7
Merge branch '3.0.x'
2023-05-08 15:33:52 +02:00
Stephane Nicoll
9d56b419cd
Adapt to change in Spring Framework snapshots
...
Binding to an HashMap now consistently return a LinkedHashMap.
2023-05-08 15:08:02 +02:00
Stephane Nicoll
40a392f65b
Upgrade to Johnzon 1.2.20
...
Closes gh-35340
2023-05-08 14:13:15 +02:00
Stephane Nicoll
96c792050e
Upgrade to Elasticsearch 7.17.10
...
Closes gh-35339
2023-05-08 14:13:10 +02:00
Scott Frederick
a474e54cf3
Merge branch '3.0.x'
...
Closes gh-35244
2023-05-05 16:20:41 -05:00
Scott Frederick
cf180fa1cc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35243
2023-05-05 16:07:23 -05:00
Scott Frederick
5d91c24f63
Update Couchbase image tag used in tests
...
Closes gh-35228
2023-05-05 14:45:58 -05:00
Andy Wilkinson
fd4b7d7f7a
Merge branch '3.0.x'
...
Closes gh-35330
2023-05-05 18:22:20 +01:00
Andy Wilkinson
ce96cc3026
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35329
2023-05-05 18:22:05 +01:00
Andy Wilkinson
6dc84b1645
Ignore non-singleton factory beans when resetting mocks
...
Closes gh-35324
2023-05-05 18:21:04 +01:00
Andy Wilkinson
07a11045d9
Merge branch '3.0.x'
...
Closes gh-35328
2023-05-05 17:35:50 +01:00
Andy Wilkinson
fd864c35aa
Improve mapping of resolved artifacts to dependency coordinates
...
Closes gh-31216
2023-05-05 17:32:59 +01:00
Moritz Halbritter
441ed30ee4
Polish "Replace Mockito argument captors with assertArg"
...
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
See gh-35015
2023-05-05 15:41:31 +02:00
Stephane Nicoll
414c260bc0
Start building against Spring HATEOAS 2.0.4 snapshots
...
See gh-35325
2023-05-05 15:12:34 +02:00
Stephane Nicoll
0649605db1
Start building against Spring GraphQL 1.2.0 snapshots
...
See gh-35312
2023-05-05 14:31:21 +02:00
Stephane Nicoll
4ec4bf0d33
Start building against Spring Session 3.1.0 snapshots
...
See gh-35317
2023-05-05 14:31:20 +02:00
Stephane Nicoll
cb0c677080
Start building against Spring Security 6.1.0 snapshots
...
See gh-35316
2023-05-05 14:31:20 +02:00
Stephane Nicoll
c738f04c05
Start building against Spring LDAP 3.1.0 snapshots
...
See gh-35315
2023-05-05 14:31:20 +02:00
Stephane Nicoll
2fa6bd28ce
Start building against Spring Integration 6.1.0 snapshots
...
See gh-35314
2023-05-05 14:31:20 +02:00
Stephane Nicoll
fc9c4a61f3
Start building against Spring HATEOAS 2.1.0 snapshots
...
See gh-35313
2023-05-05 14:31:19 +02:00
Stephane Nicoll
1b582ac302
Start building against Spring Data Bom 2023.0.0 snapshots
...
See gh-35310
2023-05-05 14:31:19 +02:00
Stephane Nicoll
8e3b465de7
Start building against Spring Authorization Server 1.1.0 snapshots
...
See gh-35308
2023-05-05 14:31:19 +02:00
Stephane Nicoll
ee2cd5c251
Start building against Micrometer Tracing 1.1.0 snapshots
...
See gh-35306
2023-05-05 14:31:18 +02:00
Stephane Nicoll
7d6ddb74f1
Start building against Micrometer 1.11.0 snapshots
...
See gh-35305
2023-05-05 14:31:18 +02:00
Moritz Halbritter
afa929cd6b
Polish documentation
2023-05-05 13:38:27 +02:00
Moritz Halbritter
cf38c2fd37
Update all keystores with new keys and certificates
...
See gh-35106
2023-05-05 13:30:22 +02:00
Stephane Nicoll
c01680e9a8
Start building against Spring GraphQL 1.1.4 snapshots
...
See gh-35303
2023-05-05 12:11:17 +02:00
Stephane Nicoll
ae0efba523
Merge branch '3.0.x'
...
See gh-35312
2023-05-05 12:09:03 +02:00
Stephane Nicoll
1b4f9a7e9c
Remove GraphQL's tracing observation auto-configuration
...
This commit removes the auto-configuration for
PropagationWebGraphQlInterceptor as it has been deprecated with no
replacement.
See gh-35303
2023-05-05 12:07:12 +02:00
Stephane Nicoll
66cc9d73b8
Merge branch '3.0.x'
2023-05-05 11:58:30 +02:00
Stephane Nicoll
be29ab389a
Merge branch '2.7.x' into 3.0.x
2023-05-05 11:57:51 +02:00