Phillip Webb
4de91094cf
Polish 'Add conditional bean for jOOQ translator'
...
See gh-38762
2 years ago
Dennis Melzer
c3aa95335a
Add conditional bean for jOOQ translator
...
Introduce an jOOQ `ExecuteListener` sub-interface specifically
for exception translation with the auto-configured
`DefaultExecuteListenerProvider` instance.
Users can now define a bean that implements the interface or
omit it and continue to use the existing exception translation
logic.
See gh-38762
2 years ago
Scott Frederick
83fd4fb4e8
Merge pull request #39258 from PhilKes
...
* pr/39258:
Polish "Add Docker Compose service connection support for OpenLDAP"
Add Docker Compose service connection support for OpenLDAP
Closes gh-39258
2 years ago
Scott Frederick
bee6fe899c
Polish "Add Docker Compose service connection support for OpenLDAP"
...
See gh-39258
2 years ago
PhilKes
eb940c3907
Add Docker Compose service connection support for OpenLDAP
...
See gh-39258
2 years ago
Phillip Webb
a0a804cfdf
Merge branch '3.2.x'
2 years ago
Phillip Webb
cff8cb98c7
Merge branch '3.1.x' into 3.2.x
2 years ago
Phillip Webb
e1986ea11e
Update copyright year of changed files
2 years ago
Phillip Webb
088b313ae5
Polish
2 years ago
Phillip Webb
72f8bb8d13
Merge branch '3.2.x'
...
Closes gh-39269
2 years ago
Phillip Webb
9ddf15d97a
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39268
2 years ago
Phillip Webb
bc75751172
Merge pull request #39265 from vj-atlassian
...
* pr/39265:
Polish 'Make PropagationType a public type'
Make PropagationType a public type
Closes gh-39265
2 years ago
Phillip Webb
87ea2b75fb
Polish 'Make PropagationType a public type'
...
See gh-39265
2 years ago
Vaibhav Jaiswal
16c0f035a9
Make PropagationType a public type
...
The PropagationType enum is returned from public methods so
should be public itself.
See gh-39265
2 years ago
Moritz Halbritter
6442954205
Merge pull request #32046 from vpavic
...
* pr/32046:
Use ReactiveFindByIndexNameSessionRepository
Polish "Provide an Actuator endpoint for non-indexed session repositories"
Provide an Actuator endpoint for non-indexed session repositories
Closes gh-32046
2 years ago
Moritz Halbritter
6e3d4ed878
Use ReactiveFindByIndexNameSessionRepository
...
See gh-32046
2 years ago
Moritz Halbritter
de76ef1b3b
Polish "Provide an Actuator endpoint for non-indexed session repositories"
...
See gh-32046
2 years ago
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
2 years ago
Andy Wilkinson
a09cc22841
Allow a WebEndpointTest to only run against certain infrastructure
...
Closes gh-32054
2 years ago
Andy Wilkinson
3cb1f367ef
Merge branch '3.2.x'
...
Closes gh-39264
2 years ago
Andy Wilkinson
65bafdc3f3
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39263
2 years ago
Andy Wilkinson
d7afdf446b
Merge pull request #39242 from erichaagdev
...
* gh-39242:
Update Revved up by Develocity badge
Closes gh-39242
2 years ago
Eric Haag
9c87a7e4ed
Update Revved up by Develocity badge
...
See gh-39242
2 years ago
Moritz Halbritter
ca799f7b21
Tolerate actuator endpoints with the same id
...
Closes gh-39249
2 years ago
Scott Frederick
c3b710a1f0
Merge branch '3.2.x'
...
Closes gh-39218
2 years ago
Scott Frederick
eafd48df0c
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39221
2 years ago
Scott Frederick
302087176a
Upgrade to Java 17.0.10+13
...
Closes gh-39216
2 years ago
Scott Frederick
ec1be8e48e
Merge branch '3.2.x'
2 years ago
Spring Builds
bf010b6532
Next development version (v3.2.3-SNAPSHOT)
2 years ago
Phillip Webb
40c188f8f7
Merge branch '3.2.x'
2 years ago
Phillip Webb
f2362d3f8c
Merge branch '3.1.x' into 3.2.x
2 years ago
Phillip Webb
663a0e6623
Add missing harbor vars
2 years ago
Phillip Webb
faf5df4b61
Merge branch '3.2.x'
2 years ago
Phillip Webb
1a427767bf
Merge branch '3.1.x' into 3.2.x
2 years ago
Spring Builds
580865bdb9
Next development version (v3.1.9-SNAPSHOT)
2 years ago
Phillip Webb
3cf62a0c7c
Merge branch '3.2.x'
2 years ago
Phillip Webb
3fad814692
Merge branch '3.1.x' into 3.2.x
2 years ago
Phillip Webb
7f9bd1cd6c
Switch harbor push location
2 years ago
Phillip Webb
f403830a1d
Merge branch '3.2.x'
2 years ago
Phillip Webb
5a900377ef
Merge branch '3.1.x' into 3.2.x
2 years ago
Phillip Webb
9e2a312224
Update CI to use harbor
2 years ago
Andy Wilkinson
8c708b1e91
Merge branch '3.2.x'
...
Closes gh-39239
2 years ago
Andy Wilkinson
961da4e428
Make user details only back off without custom username or password
...
Closes gh-38864
2 years ago
Phillip Webb
686fe84a72
Merge branch '3.2.x'
...
Closes gh-39232
2 years ago
Phillip Webb
0f53415451
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39231
2 years ago
Phillip Webb
8147b7a288
Merge pull request #39162 from Wzy19930507
...
* pr/39162:
Polish 'Reactor PemPrivateKeyParser to use DerElement'
Reactor PemPrivateKeyParser to use DerElement
Closes gh-39162
2 years ago
Phillip Webb
bc52ac6459
Polish 'Reactor PemPrivateKeyParser to use DerElement'
...
See gh-39162
2 years ago
Wzy19930507
cc6303f574
Reactor PemPrivateKeyParser to use DerElement
...
Update `PemPrivateKeyParser` so that the algorithm is read using
DerElement whenever possible.
See gh-39162
2 years ago
Scott Frederick
d536c1dc54
Merge branch '3.2.x'
...
Closes gh-39230
2 years ago
Scott Frederick
f173416825
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39229
2 years ago