Commit Graph

23958 Commits

Author SHA1 Message Date
Phillip Webb a0a804cfdf Merge branch '3.2.x' 2024-01-22 12:20:41 -08:00
Phillip Webb cff8cb98c7 Merge branch '3.1.x' into 3.2.x 2024-01-22 12:20:24 -08:00
Phillip Webb e1986ea11e Update copyright year of changed files 2024-01-22 12:20:06 -08:00
Phillip Webb 088b313ae5 Polish 2024-01-22 11:57:37 -08:00
Phillip Webb 72f8bb8d13 Merge branch '3.2.x'
Closes gh-39269
2024-01-22 11:50:57 -08:00
Phillip Webb 9ddf15d97a Merge branch '3.1.x' into 3.2.x
Closes gh-39268
2024-01-22 11:50:40 -08:00
Phillip Webb 87ea2b75fb Polish 'Make PropagationType a public type'
See gh-39265
2024-01-22 11:49:45 -08:00
Vaibhav Jaiswal 16c0f035a9 Make PropagationType a public type
The PropagationType enum is returned from public methods so
should be public itself.

See gh-39265
2024-01-22 11:48:10 -08:00
Moritz Halbritter 6e3d4ed878 Use ReactiveFindByIndexNameSessionRepository
See gh-32046
2024-01-22 12:55:37 +01:00
Moritz Halbritter de76ef1b3b Polish "Provide an Actuator endpoint for non-indexed session repositories"
See gh-32046
2024-01-22 12:55:37 +01:00
Vedran Pavic 6a9eb7754f Provide an Actuator endpoint for non-indexed session repositories
At present, Actuator sessions endpoint is supported only on a Servlet stack and also requires an indexed session repository. With Spring Session moving to non-indexed session repositories as a default for some session stores, this means that sessions endpoint won't be available unless users opt into a (non-default) indexed session repository.

This commit updates SessionEndpoint so that it is able to work with a non-indexed session repository. In such setup, it exposes operations for fetching session by id and deleting the session.

Additionally, this also adds support for reactive stack by introducing ReactiveSessionEndpoint and its auto-configuration support.

See gh-32046
2024-01-22 12:55:37 +01:00
Andy Wilkinson a09cc22841 Allow a WebEndpointTest to only run against certain infrastructure
Closes gh-32054
2024-01-22 12:54:31 +01:00
Moritz Halbritter ca799f7b21 Tolerate actuator endpoints with the same id
Closes gh-39249
2024-01-22 12:33:05 +01:00
Andy Wilkinson 8c708b1e91 Merge branch '3.2.x'
Closes gh-39239
2024-01-18 14:15:36 +00:00
Andy Wilkinson 961da4e428 Make user details only back off without custom username or password
Closes gh-38864
2024-01-18 14:14:39 +00:00
Phillip Webb 686fe84a72 Merge branch '3.2.x'
Closes gh-39232
2024-01-17 15:58:25 -08:00
Phillip Webb 0f53415451 Merge branch '3.1.x' into 3.2.x
Closes gh-39231
2024-01-17 15:58:14 -08:00
Phillip Webb bc52ac6459 Polish 'Reactor PemPrivateKeyParser to use DerElement'
See gh-39162
2024-01-17 15:51:29 -08:00
Wzy19930507 cc6303f574 Reactor PemPrivateKeyParser to use DerElement
Update `PemPrivateKeyParser` so that the algorithm is read using
DerElement whenever possible.

See gh-39162
2024-01-17 15:49:19 -08:00
Phillip Webb 9de0085a43 Merge branch '3.2.x'
Closes gh-39226
2024-01-17 13:16:53 -08:00
Phillip Webb eb0040c225 Fix ZipCentralDirectoryFileHeaderRecord entry comment read offset
Update `ZipCentralDirectoryFileHeaderRecord.copyTo` comment read offset
to account for the record position.

Fixes gh-39166
2024-01-17 13:16:43 -08:00
Andy Wilkinson 257df220fd Merge branch '3.2.x'
Closes gh-39225
2024-01-17 20:30:37 +00:00
Andy Wilkinson fee359ff5e Downgrade to production-ready version of Oracle Database
This reverts commit d2325d1110.

Closes gh-38943
2024-01-17 20:14:09 +00:00
Andy Wilkinson eeb508112e Upgrade to Tomcat 10.1.18
Closes gh-39213
2024-01-17 18:57:01 +00:00
Andy Wilkinson b5244ec0a2 Upgrade to SLF4J 2.0.11
Closes gh-39212
2024-01-17 18:57:01 +00:00
Andy Wilkinson cbbb727f9e Upgrade to R2DBC Proxy 1.1.4.RELEASE
Closes gh-39211
2024-01-17 18:57:00 +00:00
Andy Wilkinson 6c9c6ab367 Upgrade to R2DBC Postgresql 1.0.4.RELEASE
Closes gh-39210
2024-01-17 18:57:00 +00:00
Andy Wilkinson 0d02f216a9 Upgrade to R2DBC MySQL 1.0.6
Closes gh-39209
2024-01-17 18:57:00 +00:00
Andy Wilkinson a2f34f604a Upgrade to Pulsar Reactive 0.5.2
Closes gh-39208
2024-01-17 18:56:59 +00:00
Andy Wilkinson e588fcb4d1 Upgrade to Netty 4.1.105.Final
Closes gh-39207
2024-01-17 18:56:59 +00:00
Andy Wilkinson 11b1a91706 Upgrade to Mockito 5.9.0
Closes gh-39206
2024-01-17 18:56:59 +00:00
Andy Wilkinson e129f5cc64 Upgrade to Maven Surefire Plugin 3.2.5
Closes gh-39205
2024-01-17 18:56:59 +00:00
Andy Wilkinson bfe7137817 Upgrade to Maven Failsafe Plugin 3.2.5
Closes gh-39204
2024-01-17 18:56:58 +00:00
Andy Wilkinson 24942c17ec Upgrade to Lettuce 6.3.1.RELEASE
Closes gh-39203
2024-01-17 18:56:58 +00:00
Andy Wilkinson 77c9000586 Upgrade to jOOQ 3.19.2
Closes gh-39202
2024-01-17 18:56:58 +00:00
Andy Wilkinson cc05d6fc53 Upgrade to Brave 5.17.1
Closes gh-39201
2024-01-17 18:56:57 +00:00
Phillip Webb 7700841ba4 Merge branch '3.2.x'
Closes gh-39200
2024-01-17 10:20:46 -08:00
Phillip Webb b890515ce1 Merge branch '3.1.x' into 3.2.x
Closes gh-39199
2024-01-17 10:20:30 -08:00
Phillip Webb bec84959ed Improve "Sanitize Sensitive Values" section in reference documentation
Closes gh-39094
2024-01-17 10:19:40 -08:00
Scott Frederick 0b4f6b79d4 Merge branch '3.2.x'
Closes gh-39198
2024-01-17 12:05:59 -06:00
Scott Frederick dbfd038a4d Validate combined RestTemplate and RestClient usage in mock REST config
Fixes gh-38820
2024-01-17 12:05:18 -06:00
Andy Wilkinson f6fbd105f0 Upgrade to Tomcat 10.1.18
Closes gh-39196
2024-01-17 15:58:07 +00:00
Andy Wilkinson 5a6c724506 Upgrade to SLF4J 2.0.11
Closes gh-39195
2024-01-17 15:57:30 +00:00
Andy Wilkinson c901d09ecd Upgrade to R2DBC Proxy 1.1.4.RELEASE
Closes gh-39194
2024-01-17 15:57:25 +00:00
Andy Wilkinson c7b769673c Upgrade to R2DBC Postgresql 1.0.4.RELEASE
Closes gh-39193
2024-01-17 15:57:20 +00:00
Andy Wilkinson 41f4111faf Upgrade to R2DBC MySQL 1.0.6
Closes gh-39192
2024-01-17 15:57:16 +00:00
Andy Wilkinson bb2182cffd Upgrade to Pulsar Reactive 0.5.2
Closes gh-39191
2024-01-17 15:57:11 +00:00
Andy Wilkinson 0ae22fd89f Upgrade to Pulsar 3.1.2
Closes gh-39190
2024-01-17 15:57:06 +00:00
Andy Wilkinson c151a8d0dd Upgrade to Netty 4.1.105.Final
Closes gh-39189
2024-01-17 15:57:02 +00:00
Andy Wilkinson f1bc7c91f5 Upgrade to Lettuce 6.3.1.RELEASE
Closes gh-39188
2024-01-17 15:56:57 +00:00