Madhura Bhave
24dd416f4b
Add a test case for binding to map with wildcard types
...
This commit also changes the spring framework version
to use snapshots.
Closes gh-18767
2020-01-03 11:13:41 -08:00
Brian Clozel
cc154bbefb
Avoid 406 Not Acceptable for error pages
...
Prior to this commit, the `ErrorController` would override the original
error response status if the error map cannot be written due to content
negotiation with the HTTP client. In that case, the error handling
infrastructure returns a `406 Not Acceptable` response.
This commit improves the `ErrorController` so that
`HttpMediaTypeNotAcceptableException` instances thrown by that
controller are not returned as is but instead we write the error
response with an empty body and the original HTTP error status.
Fixes gh-19522
2020-01-03 14:51:53 +01:00
Brian Clozel
c2f8741e2e
Merge branch '2.2.x'
...
Closes gh-19517
2020-01-03 09:46:43 +01:00
Brian Clozel
1320c44a25
Use RBAC credentials for Couchbase cluster info
...
Prior to this commit, the Couchbase auto-configuration would use the
bucket credentials when RBAC is configured. This commit ensures that
RBAC is used in that case.
This commit also adds new configuration properties to customize the
bootstrap ports for Couchbase:
* `spring.couchbase.env.bootstrap.http-direct-port`
* `spring.couchbase.env.bootstrap.http-ssl-port`
Fixes gh-19393
2020-01-03 09:45:44 +01:00
Stephane Nicoll
76a48885f8
Merge branch '2.2.x'
...
Closes gh-19516
2020-01-03 09:40:11 +01:00
Stephane Nicoll
fd4829c2ea
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19515
2020-01-03 09:39:42 +01:00
dreis2211
9cbf5902dc
Update some copyrights to 2020
...
See gh-19510
2020-01-03 09:37:22 +01:00
Stephane Nicoll
679e88af47
Merge branch '2.2.x'
...
Closes gh-19509
2020-01-02 13:18:39 +01:00
Geoffrey De Smet
493762a416
Add reference to OptaPlanner starter
...
See gh-19508
2020-01-02 13:18:07 +01:00
Stephane Nicoll
c3ab4b875a
Merge branch '2.2.x'
...
Closes gh-19504
2020-01-01 13:13:06 +01:00
Stephane Nicoll
7d36599343
Polish "Fix outdated reference in ArtemisConfigurationCustomizer javadoc"
...
See gh-19503
2020-01-01 13:11:39 +01:00
Ochieng Olanga
c6f7d12270
Fix outdated reference in ArtemisConfigurationCustomizer javadoc
...
See gh-19503
2020-01-01 13:10:34 +01:00
Stephane Nicoll
6fc52b0563
Polish
2020-01-01 09:16:53 +01:00
Stephane Nicoll
a9b0b78cb2
Upgrade to Flyway 6.1.3
...
Closes gh-19266
2019-12-31 10:47:41 +01:00
Stephane Nicoll
5d1c844f21
Merge branch '2.2.x'
...
Closes gh-19499
2019-12-31 10:07:50 +01:00
Stephane Nicoll
a684ab8726
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19498
2019-12-31 10:07:32 +01:00
Johnny Lim
27d7727d9f
Polish doc
...
See gh-19491
2019-12-31 10:06:58 +01:00
Victor Ferrer
1d900f67e7
FilteringSpringBootCondition uses Class.forName instead of classLoader
...
See gh-19490
2019-12-31 09:42:06 +01:00
Stephane Nicoll
61ae4fbc04
Merge branch '2.2.x'
2019-12-31 09:41:48 +01:00
Stephane Nicoll
1de30f0d00
Polish
2019-12-31 09:40:04 +01:00
Stephane Nicoll
2148097c04
Merge branch '2.2.x'
...
Closes gh-19497
2019-12-31 09:36:27 +01:00
Stephane Nicoll
b7e6febaa0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19496
2019-12-31 09:36:05 +01:00
Zekariyas
f005fffbc3
Fix typo in BindHandler#onFinish javadoc
...
See gh-19492
2019-12-31 09:34:45 +01:00
Stephane Nicoll
3b6f21d997
Merge branch '2.2.x'
...
Closes gh-19486
2019-12-30 17:01:53 +01:00
Stephane Nicoll
07a21ec601
Harmonize property visibility in Saml2RelyingPartyProperties
...
Closes gh-19194
2019-12-30 16:53:23 +01:00
Stephane Nicoll
334f3e08ae
Fix formatting
2019-12-30 15:08:50 +01:00
Johnny Lim
e4057dd528
Polish
...
See gh-19484
2019-12-30 14:57:29 +01:00
Stephane Nicoll
5f178db49b
Polish test setup
...
This commit polishes a test configuration to avoid registering a mock
for the same bean twice.
2019-12-30 14:52:49 +01:00
Stephane Nicoll
cf740add85
Fix component scan test setup
...
This commit fixes the setup of tests using component scan. Previously,
a configuration used an include filter to only include a particular
configuration class in a given package. Unfortunately, include filters
do not prevent regular filters by default and the definition did not
have the intended behaviour.
This commit disables default filters so that only the specified include
filter is applied.
2019-12-30 14:51:51 +01:00
Stephane Nicoll
bb5e09882a
Extract RabbitTemplate auto-configuration in a configurer
...
This commit movers the auto-configuration of RabbitTemplate to a
dedicated class that can be reused to create additional template with
similar settings.
CLoses gh-19440
2019-12-28 10:56:04 +01:00
Stephane Nicoll
015714c1d6
Merge branch '2.2.x'
...
See gh-19474
2019-12-28 10:52:30 +01:00
Stephane Nicoll
85667ba165
Merge branch '2.1.x' into 2.2.x
...
See gh-19473
2019-12-28 10:52:01 +01:00
Stephane Nicoll
c0f1aaebb6
Fix Tomcat's maxConnections default value
...
Closes gh-19472
2019-12-28 10:51:42 +01:00
Stephane Nicoll
01a474b67a
Merge branch '2.2.x'
...
Closes gh-19474
2019-12-28 10:03:41 +01:00
Stephane Nicoll
6ea522a90a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19473
2019-12-28 10:02:07 +01:00
Stephane Nicoll
d75efad0de
Upgrade to Tomcat 9.0.30
...
Closes gh-19472
2019-12-28 09:58:09 +01:00
Stephane Nicoll
e7f45d8a34
Polish "Add toolchains support for Spring Boot Maven Plugin"
...
See gh-18732
2019-12-26 12:03:18 +01:00
Dmytro Nosan
eede16ff0a
Add toolchains support for Spring Boot Maven Plugin
...
See gh-18732
2019-12-26 12:03:18 +01:00
Stephane Nicoll
08ac72f5f0
Fix build failure
2019-12-26 12:02:38 +01:00
Stephane Nicoll
a2b2b46b83
Merge branch '2.2.x'
...
Closes gh-19463
2019-12-26 11:18:55 +01:00
Stephane Nicoll
6c016663fd
Polish contribution
...
See gh-18711
2019-12-26 11:17:51 +01:00
Dmytro Nosan
1fb904acee
Support commas embedded in command line arguments from Maven plugin
...
See gh-18711
2019-12-26 11:05:09 +01:00
Stephane Nicoll
2c1e81adf0
Polish
2019-12-26 10:42:40 +01:00
Stephane Nicoll
1e38dd5531
Merge branch '2.2.x'
...
Closes gh-19461
2019-12-25 08:32:38 +01:00
Stephane Nicoll
4969ecc59a
Polish contribution
...
See gh-19458
2019-12-25 08:31:50 +01:00
Girish Kulkarni
582a3b472d
Fix file rotation documentation according to maxHistory new default
...
See gh-19458
2019-12-25 08:27:56 +01:00
Stephane Nicoll
065fe9996d
Merge branch '2.2.x'
...
Closes gh-19454
2019-12-24 11:00:23 +01:00
Stephane Nicoll
ee98855905
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19453
2019-12-24 10:59:58 +01:00
Stephane Nicoll
5dc6491807
Clarify documentation of repackage mojo's attach property
...
Closes gh-19021
2019-12-24 10:59:36 +01:00
Stephane Nicoll
ada2d3904f
Merge branch '2.2.x'
...
Closes gh-19452
2019-12-24 10:47:14 +01:00