Commit Graph

3116 Commits (258c442e9a5219bd4f57aab50233c600e1936fb3)

Author SHA1 Message Date
Phillip Webb d7a73e70be Support Redis without commons-pool2
Update `LettuceConnectionConfiguration` so that `commons-pool2` can
be an optional dependency.

See gh-10480
7 years ago
Phillip Webb 9192444c31 Polish 7 years ago
Madhura Bhave 99101bae5c Remove AuthenticationManagerConfigurationListener
Closes gh-10446
7 years ago
Madhura Bhave 9f1ed197d2 Update sample with placeholders for oauth client 7 years ago
Madhura Bhave 9692abba70 Use registrationId in redirectURI for default provider
Fixes gh-10505
7 years ago
Stephane Nicoll b322b1943b Clarify scope of DataSourceInitializedEvent
This commit clarifies that DataSourceInitializedEvent is only to be
used by the datasource initializer facility and JPA (Hibernate). The
even is renamed to DataSourceSchemaCreatedEvent to clarify what it
actually signals.

Closes gh-4292
7 years ago
Stephane Nicoll bd02edf2ce Configure JPA only if a single datasource is available
This commit changes HibernateJpaAutoConfiguration to back off if no
single datasource candidate is available in the context.

Closes gh-5541
7 years ago
Stephane Nicoll 8656512bbe Move DataSourceInitializer lifecycle
This commit separates the lifecycle of the datasource initialization
from DataSourceInitializer itself. It also makes sure that a @Primary
data source is no longer required.

Closes gh-10502
7 years ago
Stephane Nicoll bccf9464aa Polish 7 years ago
Stephane Nicoll bf945cc156 Polish 7 years ago
Madhura Bhave dbe1d9608d Add auto-config for spring-security-oauth2-client
Closes gh-10497
7 years ago
Stephane Nicoll fd478be5c3 Polish 7 years ago
Stephane Nicoll 2537a0a753 Polish "Auto-configure Kafka MessageConverter"
Closes gh-10380
7 years ago
Eddú Meléndez d7bc93f278 Auto-configure Kafka MessageConverter
See gh-10380
7 years ago
Andy Wilkinson 41424e4529 Merge branch '1.5.x'
Closes gh-10457
7 years ago
Johnny Lim bfa291f671 Polish 7 years ago
Stephane Nicoll d778173089 Polish 7 years ago
Stephane Nicoll 6c826ef0b6 Polish "Adds support for useCodeAsDefaultMessage"
Closes gh-10466
7 years ago
Kedar Joshi a68ec76bb6 Adds support for useCodeAsDefaultMessage
See gh-10466
7 years ago
Andy Wilkinson 9102eb32d1 Polish 7 years ago
Stephane Nicoll 76606afe86 Polish 7 years ago
Stephane Nicoll 1254c44985 Revert "Reuse spring.ldap.base in Embedded support" 7 years ago
dreis2211 40b4a21f4d Remove non short-circuit expression in Neo4jPropertiesTests
Closes gh-10468
7 years ago
dreis2211 38813edc23 Replace some loops with removeIf()
Closes gh-10469
7 years ago
David Pavel 0fbc5def32 Reuse spring.ldap.base in Embedded support
Closes gh-10444
7 years ago
Stephane Nicoll ce8b59fc7d Extract configuration of MessageSourceAutoConfiguration
This commit extracts the configuration of MessageSourceAutoConfiguration
in a dedicated object.

Closes gh-9666
7 years ago
Phillip Webb bec2e97b95 Polish 7 years ago
Madhura Bhave c592e3b67d Simplify AuthenticationManagerConfiguration
Simplify `AuthenticationManagerConfiguration` following the recent
Spring Security auto-configuration updates.

See gh-7958
7 years ago
Phillip Webb 93f6168fd0 Polish 7 years ago
Stephane Nicoll fa78170d78 Fix LiquibaseAutoConfigurationTests with Java 9
Liquibase does not currently work with Java 9. This commit disables on
test reproducing that behaviour when running with that version.

See gh-10442
7 years ago
Stephane Nicoll 6bf33774fe Fix ConditionalOnJavaTests with Java 9
See gh-7226
7 years ago
Stephane Nicoll 0ccd57285f Move JavaVersion to a reusable location. 7 years ago
Andy Wilkinson 2c2b9be4be Fix Jackson custom locale with Joda Time test on Java 9
The translations for the timezone names vary between Java 8 and Java
9. For example, with Java 9, UTC's name is no longer localized while
others have different localizations. This commit updates the test
to verify that the correct locale is being used while also tolerating
the different localization's of Java 8 and 9.

See gh-7226
7 years ago
Andy Wilkinson 0e2d34cdb4 Remove additional auto-configured security configurers
Closes gh-10435
7 years ago
Andy Wilkinson 644e43b98c Polish 7 years ago
Phillip Webb 9e43b99966 Polish 7 years ago
Andy Wilkinson 7e2d7dcd1d Polish 7 years ago
Andy Wilkinson 58c3b0d390 Start building against snapshots for Spring AMQP 2.0.0.RELEASE
See gh-7053
7 years ago
Madhura Bhave 5d05347e61 Add auto-config and starter for reactive security
Closes gh-9925
7 years ago
dreis2211 f3472beed8 Remove redundant semicolons
Closes gh-10422
7 years ago
Andy Wilkinson 33d04f0c91 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 616d11c00a Only wait for background preinit to complete when it has started
Closes gh-10362
7 years ago
Andy Wilkinson 566f570d96 Polish 7 years ago
Andy Wilkinson 2f794ee8d9 Consider MongoOperationsSessionRepository when checking for duplicates
See gh-9552
7 years ago
Stephane Nicoll 15de6531a5 Polish "Add support for Spring WS auto WSDL/XSD exposure"
Closes gh-9635
7 years ago
Vedran Pavic bb72a4abe1 Add support for Spring WS auto WSDL/XSD exposure
This commit adds support for auto-configuration of Spring WS automatic
WSDL and XSD exposure i.e. registration of `WsdlDefinition` and
`XsdDefinition` beans. The bean registration is triggered by configuring
`spring.webservices.wsdl-locations` property which will search the
provided locations for WSDL/XSD files and register appropriate beans.

See gh-9635
7 years ago
Stephane Nicoll 868cc4e1e0 Polish "Add KafkaAdmin Auto Configuration"
Closes gh-10309
7 years ago
Gary Russell 3e1d9fa856 Add KafkaAdmin Auto Configuration
Spring for Apache Kafka has added a `KafkaAdmin` feature to automatically
add new topics to the broker.

See gh-10309
7 years ago
Stephane Nicoll c7eb0fb281 Polish 7 years ago
Andy Wilkinson a1e26eaeea Merge pull request #9552 from Vedran Pavić
* gh-9552:
  Improve Spring Session MongoDB support naming
7 years ago