Commit Graph

45169 Commits

Author SHA1 Message Date
Moritz Halbritter 99473362d8 Merge branch '2.7.x' into 3.0.x
Closes gh-37456
2023-09-19 13:16:40 +02:00
Moritz Halbritter 95690f7327 Fall back to all media types if encountering invalid Accept header
A warn log message is printed, and if log level is set to debug, the
exception stacktrace is logged, too.

Closes gh-37455
2023-09-19 09:52:02 +02:00
Stéphane Nicoll d0c94559d9 Merge branch '3.1.x' 2023-09-19 09:44:21 +02:00
Stéphane Nicoll c08eb08b39 Merge branch '3.0.x' into 3.1.x 2023-09-19 09:44:14 +02:00
Stéphane Nicoll c7604b70c2 Merge branch '2.7.x' into 3.0.x 2023-09-19 09:44:07 +02:00
Stéphane Nicoll 50f06af12f Upgrade to Spring WS 4.0.6
Closes gh-37427
2023-09-19 09:30:14 +02:00
Stéphane Nicoll 32b0280294 Upgrade to Spring Pulsar 1.0.0-M2
Closes gh-37454
2023-09-19 09:30:14 +02:00
Stéphane Nicoll 68641c3951 Upgrade to Spring Kafka 3.1.0-M1
Closes gh-37234
2023-09-19 09:30:09 +02:00
Stéphane Nicoll 2ad4aa5280 Upgrade to Spring WS 4.0.6
Closes gh-37425
2023-09-19 09:22:48 +02:00
Stéphane Nicoll a353a4bb2e Upgrade to Spring WS 4.0.6
Closes gh-37418
2023-09-19 09:21:44 +02:00
Stéphane Nicoll 1f527c315e Upgrade to Spring WS 3.1.7
Closes gh-37415
2023-09-19 09:20:19 +02:00
Stéphane Nicoll 72696430c6 Merge branch '3.1.x' 2023-09-18 19:09:39 +02:00
Stéphane Nicoll f9db2bb3e4 Merge branch '3.0.x' into 3.1.x 2023-09-18 19:09:25 +02:00
Stéphane Nicoll a2b4ea7d78 Merge branch '2.7.x' into 3.0.x 2023-09-18 19:09:18 +02:00
Stéphane Nicoll 3c60c1304d Upgrade to Spring Security 6.2.0-M3
Closes gh-37236
2023-09-18 19:09:07 +02:00
Stéphane Nicoll c1f27de66a Upgrade to Spring AMQP 3.1.0-M1
Closes gh-37228
2023-09-18 19:09:07 +02:00
Stéphane Nicoll 947f2bf19a Upgrade to Spring Security 6.1.4
Closes gh-37424
2023-09-18 19:06:59 +02:00
Stéphane Nicoll 61a5be28d0 Upgrade to Spring AMQP 3.0.9
Closes gh-37264
2023-09-18 19:06:59 +02:00
Stéphane Nicoll 3d514da3d1 Upgrade to Spring Security 6.0.7
Closes gh-37417
2023-09-18 19:05:27 +02:00
Stéphane Nicoll 7586509f2b Upgrade to Spring AMQP 3.0.9
Closes gh-37257
2023-09-18 19:05:27 +02:00
Stéphane Nicoll 65f574d43f Upgrade to Spring Security 5.7.11
Closes gh-37414
2023-09-18 19:04:13 +02:00
Stéphane Nicoll bc2f23b37d Upgrade to Spring AMQP 2.4.16
Closes gh-37247
2023-09-18 19:04:12 +02:00
Moritz Halbritter bc7414d106 Merge branch '3.1.x' 2023-09-18 16:09:23 +02:00
Moritz Halbritter 7d505dc5b3 Polish JavaDoc 2023-09-18 15:27:07 +02:00
Moritz Halbritter d4fe3bfea7 Merge branch '3.1.x'
Closes gh-37446
2023-09-18 14:24:54 +02:00
Moritz Halbritter af244e1550 Start Threshold filters in DefaultLogbackConfiguration
Closes gh-36741
2023-09-18 14:11:09 +02:00
Moritz Halbritter 77f0828f7f Merge branch '3.1.x'
Closes gh-37444
2023-09-18 10:22:13 +02:00
Moritz Halbritter 5d120faac2 Merge branch '3.0.x' into 3.1.x
Closes gh-37443
2023-09-18 10:22:01 +02:00
Moritz Halbritter 5a0bc0a112 Merge branch '2.7.x' into 3.0.x
Closes gh-37442
2023-09-18 10:21:44 +02:00
Moritz Halbritter ff2fc95daf Document that PKCS8 PEM files should be used whenever possible
Closes gh-37170
2023-09-18 10:18:06 +02:00
Moritz Halbritter 4c4fdb35e9 Merge branch '3.1.x' 2023-09-18 09:53:17 +02:00
Moritz Halbritter 3900c0ad58 Merge branch '3.0.x' into 3.1.x 2023-09-18 09:53:07 +02:00
Moritz Halbritter 9a1e146c86 Polish PrivateKeyParserTests 2023-09-18 09:51:39 +02:00
Moritz Halbritter 2367990150 Merge branch '3.1.x' 2023-09-18 09:49:52 +02:00
Moritz Halbritter 0ba928bf2d Polish PemPrivateKeyParserTests
Add tests for:
  - aes128 and aes256 encrypted keys
  - scrypt encrypted keys
  - des3 encrypted keys
  - encrypted EdDSA and XDH keys
2023-09-18 09:31:08 +02:00
Moritz Halbritter 7bd9780f71 Merge pull request #37436 from izeye
* pr/37436:
  Polish SimpleAsyncTaskExecutorBuilder

Closes gh-37436
2023-09-18 08:33:04 +02:00
Johnny Lim 9cb89e3366 Polish SimpleAsyncTaskExecutorBuilder
See gh-37436
2023-09-18 08:31:41 +02:00
Andy Wilkinson 6094212217 Defer accessing loop resources until web server start
Closes gh-37209
2023-09-15 17:49:44 +01:00
Brian Clozel 0fc97e9315 Auto-configure ObservationRegistry on JmsTemplate
Spring Boot auto-configures both a `JmsTemplate` and a
`JmsMessagingTemplate`. As of Spring Framework 6.2, JMS has
observability support when publishing messages.

This commit creates a bean post-processor that configures an
`ObservationRegistry` on the template, if the registry is present.

Closes gh-37388
2023-09-15 16:28:06 +02:00
Brian Clozel d6daf87074 Update Antora reference documentation links
This commit updates the base URLs for reference documentations when the
relevant Spring project is now being published with Antora.

This commit updates the following projects:

* Spring Framework
* Spring Integration
* Spring for GraphQL
* Spring Security, including Authorization Server
* Spring Batch
* Spring Data JPA

Closes gh-37428
2023-09-15 15:55:52 +02:00
Stéphane Nicoll e5faa54006 Upgrade to Spring LDAP 3.2.0-M3
Closes gh-37235
2023-09-15 15:55:07 +02:00
Stéphane Nicoll b00e6a832f Upgrade to Spring Data Bom 2023.1.0-M3
Closes gh-37351
2023-09-15 15:55:07 +02:00
Stéphane Nicoll 14d28691ac Upgrade to Pooled JMS 3.1.3
Closes gh-37431
2023-09-15 15:55:07 +02:00
Stéphane Nicoll 6c4dd3b598 Upgrade to Native Build Tools Plugin 0.9.27
Closes gh-37430
2023-09-15 15:55:06 +02:00
Stéphane Nicoll 0371f3f881 Upgrade to Byte Buddy 1.14.8
Closes gh-37429
2023-09-15 15:55:06 +02:00
Moritz Halbritter 577e92a3ef Merge branch '3.1.x' 2023-09-15 15:39:58 +02:00
Moritz Halbritter 85e322b401 Merge branch '3.0.x' into 3.1.x 2023-09-15 15:39:41 +02:00
Moritz Halbritter 1b098951aa Merge branch '2.7.x' into 3.0.x 2023-09-15 15:39:28 +02:00
Moritz Halbritter 36629df416 Remove useless file 2023-09-15 15:39:18 +02:00
Stéphane Nicoll 809d92343c Start building against Spring WS 4.0.6 snapshots
See gh-37427
2023-09-15 15:35:12 +02:00