Brian Clozel
a63ab468a3
Upgrade to RSocket 1.0.0-RC7
...
This commit upgrades to RSocket 1.0.0-RC7.
This new RC brings API changes we have to adapt to. As of this commit,
we're introducing a new `RSocketServerCustomizer` which replaces the now
deprecated `ServerRSocketFactoryProcessor`.
Closes gh-21046
2020-04-28 11:09:37 +02:00
Stephane Nicoll
8ac3ab5551
Add missing metadata for removed configuration keys
...
Closes gh-20846
2020-04-23 14:39:10 +02:00
Stephane Nicoll
311952730e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21097
2020-04-23 14:07:31 +02:00
Stephane Nicoll
291165f060
Order additional metadata according to lexicographic order
...
Closes gh-21095
2020-04-23 13:58:49 +02:00
Phillip Webb
102729b5e1
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21082
2020-04-22 11:58:39 -07:00
Phillip Webb
b3d33754a5
Remove outdated FIXMEs from tests
...
Closes gh-19782
2020-04-22 11:55:35 -07:00
Phillip Webb
7d0b14fe1c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21070
2020-04-21 11:43:09 -07:00
Phillip Webb
6011470ba6
Auto-configure cors on WelcomePageHandlerMapping
...
Update `WebMvcAutoConfiguration` to automatically apply cors
configuration to the `WelcomePageHandlerMapping`.
Fixes gh-21048
2020-04-21 11:40:26 -07:00
Andy Wilkinson
439d9beecb
Test that gridFsDatabase is honored by auto-configured GridFsTemplate
...
Closes gh-21039
2020-04-20 17:09:37 +01:00
Stephane Nicoll
90c0378a7d
Apply configuration properties deprecation consistently
...
This commit makes sure that both the getter and the setter of a
deprecated configuration properties is flagged with `@Deprecated`.
Closes gh-20812
2020-04-19 16:35:16 +02:00
Phillip Webb
1a8aa72afd
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21003
2020-04-17 15:19:45 -07:00
Phillip Webb
822d9f6a31
Allow empty URIs to create embedded datasource
...
Refine `DataSourceAutoConfiguration` conditions so that an empty
`spring.datasource.url` property can be used to enable the embedded
source.
Fixed gh-20996
2020-04-17 15:07:50 -07:00
Stephane Nicoll
60f726a080
Polish
2020-04-11 10:27:05 +02:00
Stephane Nicoll
3cdb5a690a
Polish "Align Kafka's missingTopicsFatal default value"
...
See gh-20917
2020-04-11 10:20:09 +02:00
dhimathu
a12eace2a8
Align Kafka's missingTopicsFatal default value
...
See gh-20917
2020-04-11 10:03:21 +02:00
dreis2211
2f93196fbb
Polish ConditionMessage#because()
...
See gh-20847
2020-04-07 15:04:50 +02:00
dreis2211
798e21fd3e
Polish GroovyTemplateAutoConfiguration
...
See gh-20708
2020-03-31 11:58:49 +01:00
Madhura Bhave
042a02e0da
Update copyright of changed files
2020-03-26 16:34:52 -07:00
Anastasiia Losieva
a55c3e4ab7
Use jws-algorithm property in ReactiveOAuth2ResourceServerJwkConfiguration
...
See gh-20681
2020-03-26 16:20:31 -07:00
Stephane Nicoll
ab01c55d8e
Deprecate use of path extensions for request mapping and content negotiation
...
Closes gh-20528
2020-03-26 10:41:08 +01:00
Stephane Nicoll
009361d38c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20670
2020-03-25 11:34:51 +01:00
Stephane Nicoll
18353231a0
Do not fail if "spring.datasource.url" cannot be resolved
...
Previously, a condition checked the value of "spring.datasource.url" to
determine if an embedded database has to be created as a fallback. When
the value is set with an unresolved placeholder, this fails even if
the DataSource is going to created by another mean ultimately.
This commit makes a more conservative check by only checking the
presence of the property rather than its value.
Closes gh-20438
2020-03-25 11:25:47 +01:00
Phillip Webb
16b5ea3414
Update copyright year of changed files
2020-03-23 14:13:33 -07:00
Stephane Nicoll
8f265f8d57
Polish "Fix @FlywayDataSource with multiple data sources"
...
See gh-20617
2020-03-23 14:37:23 +01:00
Shimbo Takaaki
2410d6bbd1
Fix @FlywayDataSource with multiple data sources
...
See gh-20617
2020-03-23 14:25:57 +01:00
Stephane Nicoll
39b965e1fd
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20615
2020-03-23 12:55:44 +01:00
Stephane Nicoll
f5761bd508
Auto-configure listener container factory without consumer factory
...
Previously, the presence of a `ConsumerFactory` bean would make the
auto-configured one to back off, leading to a failure down the line if
no available instance matches the generics criterion. This commit
improves the auto-configuration to create a `ConsumerFactory<?,?>`
behind the scenes if none is available.
Closes gh-19221
2020-03-23 12:52:33 +01:00
Stephane Nicoll
08a89b6288
Polish "Configure signature algorithm when using public key jwt decoder"
...
See gh-20523
2020-03-23 11:17:22 +01:00
Michael Kreis
69e33d6e62
Configure signature algorithm when using public key jwt decoder
...
See gh-20523
2020-03-23 10:56:59 +01:00
Stephane Nicoll
579a6ac254
Adapt tests for support for Java 14
...
See gh-20576
2020-03-19 14:54:33 +01:00
dreis2211
d9171d0afe
Use @Configuration(proxyBeanMethods=false) wherever possible
...
See gh-20541
2020-03-17 17:17:38 +01:00
Stephane Nicoll
402eb87847
Upgrade to Tomcat 9.0.31
...
Closes gh-20277
2020-02-21 14:33:22 +01:00
Stephane Nicoll
a7f3b801ae
Upgrade to Sendgrid 4.4.5
...
Closes gh-20268
2020-02-21 14:33:15 +01:00
Stephane Nicoll
67d2258e76
Start building against Spring Framework 5.2.4 snapshots
...
See gh-20199
2020-02-20 14:24:55 +01:00
Stephane Nicoll
1d60184075
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20217
2020-02-18 16:58:46 +01:00
Stephane Nicoll
2147976c17
Do not fallback to embedded configuration if a datasource url is set
...
This commit makes sure that a fallback embedded datasource is not
created if no suitable connection pool is found and an url has been
explicitly registered.
This is consistent with EmbeddedDataSourceConfiguration as it is using
EmbeddedDatabaseBuilder behind the scenes and the latter does not
honour the configured URL anyway.
Closes gh-19192
2020-02-18 16:27:31 +01:00
Stephane Nicoll
2ede9e63b9
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20117
2020-02-14 10:20:33 +01:00
Stephane Nicoll
32c1dd45a9
Revert "Merge pull request #19926 from xak2000"
...
Closes gh-19926
2020-02-14 10:18:02 +01:00
Stephane Nicoll
8f06d819e4
Harmonize JMS connection factory bean names
...
This commit restores consistent naming for the auto-configured
connection factory.
Closes gh-19565
2020-02-11 16:23:56 +01:00
Stephane Nicoll
a425cc1b46
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20117
2020-02-11 10:30:19 +01:00
Ruslan Stelmachenko
5f7e1ac4f2
Remove unnecessary leading slash in changelog locations
...
See gh-19926
2020-02-11 10:14:49 +01:00
Stephane Nicoll
66809c6c1e
Polish "Fix condition source in OnBeanCondition"
...
See gh-19948
2020-02-11 09:27:59 +01:00
Jorge Cordoba
547fc30ead
Fix condition source in OnBeanCondition
...
See gh-19948
2020-02-11 09:10:07 +01:00
Andy Wilkinson
a37c170376
Try to make CouchbaseAutoConfigurationIntegrationTests less flakey
...
Closes gh-19932
2020-01-30 15:10:13 +00:00
Andy Wilkinson
443d1a6a21
Upgrade to Liquibase 3.8.5
...
Closes gh-19754
2020-01-15 15:09:58 +00:00
Phillip Webb
15652ae4c1
Update copyright year of changed files
2020-01-13 16:47:17 -08:00
Phillip Webb
3cfbfebbb1
Merge branch '2.1.x' into 2.2.x
2020-01-13 16:45:40 -08:00
Phillip Webb
9bd49562fe
Update copyright year of changed files
2020-01-13 14:09:11 -08:00
dreis2211
852659684b
Fix typo in NoSuchBeanDefinitionFailureAnalyzer exception
...
See gh-19690
2020-01-13 18:48:35 +01:00
Madhura Bhave
437941cc51
Improve diagnostics when using @ConstructorBinding
on a Kotlin class
...
Closes gh-19312
2020-01-08 13:53:47 -08:00