Andy Wilkinson
a03fe8befc
Enable customization of JWK Set URI decoder builders
...
Closes gh-20750
2023-04-19 17:23:53 +01:00
Stephane Nicoll
366f7a85c9
Merge branch '3.0.x'
...
Closes gh-35069
2023-04-19 18:01:43 +02:00
Stephane Nicoll
6933796f2a
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35068
2023-04-19 18:01:16 +02:00
Stephane Nicoll
1b832d82f8
Polish "Back off if a custom ApplicationAvailability bean is present"
...
See gh-34347
2023-04-19 17:25:10 +02:00
Taeik Lim
5e95ba8448
Back off if a custom ApplicationAvailability bean is present
...
See gh-34347
2023-04-19 17:24:59 +02:00
Andy Wilkinson
f5e654748c
Polish "Add customizer for conversion service used by Spring Batch"
...
See gh-34769
2023-04-19 14:15:08 +01:00
Claudio Nave
cafa6f5d9c
Add customizer for conversion service used by Spring Batch
...
See gh-34769
2023-04-19 13:25:31 +01:00
Stephane Nicoll
a323bd90a8
Polish "Reintroduce support for ActiveMQ"
...
See gh-35048
2023-04-19 13:08:14 +02:00
Martin BENDA
3e9908a797
Reintroduce support for ActiveMQ
...
See gh-35048
2023-04-19 11:00:40 +02:00
Andy Wilkinson
7b3e687f05
Deprecate OAuth2ClientPropertiesRegistrationAdapter
...
This commit deprecates OAuth2ClientPropertiesRegistrationAdapter as
it wasn't really an adapter because it provides a static utility
method rather than adapting one contract to another. A replacement,
OAuth2ClientPropertiesMapper, is introduced that maps the OAuth2
client properties to the required types.
Closes gh-34714
2023-04-18 20:43:34 +01:00
Andy Wilkinson
4eb7558707
Polish "Add properties to support device grant"
...
See gh-34957
2023-04-18 19:34:13 +01:00
Steve Riesenberg
25b582c822
Add properties to support device grant
...
This commit adds the following properties under
spring.security.oauth2.authorizationserver.client.[registration-id]:
* endpoint.device-authorization-uri
* endpoint.device-verification-uri
* token.device-code-time-to-live
See gh-34957
2023-04-18 19:15:12 +01:00
Andy Wilkinson
e2ee1ed50d
Fix password handling in Flyway auto-configuration
...
Previously, FlywayProperties returned an empty string when its
password had not been set. This prevented the desired fallback to
JdbcConnectionDetails.
Fixes gh-35046
2023-04-18 11:52:50 +01:00
Phillip Webb
81a972af8d
Refactor testcontainers service connections
...
Update restcontainers service connections support so that
technology specific `@ServiceConnector` annotations are not longer
required.
A single `@ServiceConnector` annotation can now be used to create
all `ConnectionDetail` beans.
Closes gh-35017
2023-04-17 00:45:39 -07:00
Phillip Webb
2951cc7594
Polish
2023-04-17 00:42:28 -07:00
Phillip Webb
1849b82334
Don't apply configuration-properties from auto-configuration plugin
...
Update the auto-configuration gradle plugin so that the
configuration-properties plugin is not longer automatically applied.
This allows us to have auto-configuration modules that don't ship
configuration properties.
Closes gh-35028
2023-04-17 00:41:25 -07:00
Phillip Webb
053c968fb4
Polish
2023-04-14 17:44:15 -07:00
Phillip Webb
00dc942e94
Migrate to Spring Security lambda config
...
Closes gh-35011
2023-04-14 17:39:48 -07:00
Andy Wilkinson
397f16ce2d
Upgrade to Flyway 9.16.3
...
Closes gh-34990
2023-04-14 17:59:46 +01:00
Stephane Nicoll
c4c4eb93ae
Start building against Spring Security 6.1.0-RC1 snapshots
...
See gh-34969
2023-04-14 14:52:57 +02:00
Andy Wilkinson
d4980ea993
Always define connection details beans
...
Closes gh-34776
2023-04-13 18:02:35 +01:00
Andy Wilkinson
466b81f13d
Merge branch '3.0.x'
2023-04-13 14:41:40 +01:00
Andy Wilkinson
0e51cd583a
Merge branch '2.7.x' into 3.0.x
2023-04-13 14:27:00 +01:00
Andy Wilkinson
e70226b48e
Adapt to breaking changes in Spring Security internals
...
See gh-34948
2023-04-13 14:11:20 +01:00
Phillip Webb
e9a198a68f
Merge branch '3.0.x'
2023-04-12 22:16:35 -07:00
Stephane Nicoll
9a4a522004
Polish "Start building against Spring Security 6.0.3 snapshots"
...
See gh-34952
2023-04-12 12:29:58 +02:00
Stephane Nicoll
3f022867f4
Polish "Start building against Spring Security 5.7.8 snapshots"
...
See gh-34948
2023-04-12 12:26:43 +02:00
Stephane Nicoll
2dcb849c0f
Merge branch '3.0.x'
...
Closes gh-34939
2023-04-11 16:39:00 +02:00
Stephane Nicoll
320db790e7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34938
2023-04-11 16:38:46 +02:00
Stephane Nicoll
4b8829364e
Polish "Use removeIf rather than Iterator-based removal"
...
See gh-34762
2023-04-11 16:32:26 +02:00
SeasonPan
0d13e31827
Use removeIf rather than Iterator-based removal
...
See gh-34762
2023-04-11 16:20:43 +02:00
Stephane Nicoll
029e47c647
Merge branch '3.0.x'
...
Closes gh-34937
2023-04-11 16:15:33 +02:00
Stephane Nicoll
55125c7a5c
Update copyright header of changed file
...
See gh-34844
2023-04-11 16:13:23 +02:00
Sanghyuk Jung
d4fe272ce5
Remove outdated reference to JPA in BatchProperties
...
See gh-34844
2023-04-11 16:12:31 +02:00
Stephane Nicoll
ab1e0f51c6
Merge branch '3.0.x'
...
Closes gh-34936
2023-04-11 16:07:10 +02:00
Stephane Nicoll
03d42deaea
Polish "Fix hint to include all Liquibase resources in default location"
...
See gh-34729
2023-04-11 16:02:09 +02:00
Andrii Bohutskyi
408d5246bc
Fix hint to include all Liquibase resources in default location
...
See gh-34729
2023-04-11 15:56:23 +02:00
Johnny Lim
7dbc7e7e39
Remove unused test configuration
...
See gh-34818
2023-04-11 15:28:21 +02:00
Stephane Nicoll
47baad1e44
Upgrade to Neo4j Java Driver 5.7.0
...
Closes gh-34934
2023-04-11 14:48:07 +02:00
Stephane Nicoll
bd0561fc10
Upgrade to Neo4j Java Driver 5.7.0
...
Closes gh-34930
2023-04-11 14:45:41 +02:00
Phillip Webb
463701db18
Merge branch '3.0.x'
2023-04-10 16:22:57 -07:00
Phillip Webb
d442bfbeff
Polish
2023-04-10 16:22:11 -07:00
Stephane Nicoll
d823d7b0b1
Upgrade to Undertow 2.2.24.Final
...
Closes gh-34910
2023-04-07 16:02:57 +02:00
Andy Wilkinson
16b126a481
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34799
2023-03-28 14:44:33 +01:00
Andy Wilkinson
c9e69b13b1
Resolve placeholders in reference config against all other config
...
Fixes gh-34643
2023-03-28 14:43:53 +01:00
Andy Wilkinson
bb0ec34e7b
Resolve placeholders in reference config against all other config
...
Fixes gh-34643
2023-03-28 14:28:16 +01:00
Andy Wilkinson
d69335d94a
Use driver class name from JdbcConnectionDetails
...
Fixes gh-34777
2023-03-27 11:39:28 +01:00
Andy Wilkinson
b91f814e42
Fix incomplete assertions
...
See gh-34503
2023-03-24 16:48:45 +00:00
Andy Wilkinson
8ec266bea4
Add infrastructure for pluggable connection details factories
...
See gh-34658
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
2023-03-24 10:04:21 +00:00
Andy Wilkinson
ac55caa463
Add ConnectionDetail support to Redis auto-configuration
...
Update Redis auto-configuration so that `RedisConnectionDetails`
beans may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:26 +00:00