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
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
2c1e81adf0
Polish
2019-12-26 10:42:40 +01:00
Stephane Nicoll
5b1a622195
Harmonize class visibility
...
Closes gh-19414
2019-12-23 17:07:13 +01:00
Stephane Nicoll
58a28cf54c
Merge branch '2.2.x'
...
Closes gh-19444
2019-12-23 16:54:57 +01:00
Stephane Nicoll
c9bb17f444
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19443
2019-12-23 16:54:29 +01:00
Stephane Nicoll
c6dab447cd
Fix visibility of inner classes of ServletWebServerFactoryConfiguration
...
Closes gh-19395
2019-12-23 16:44:52 +01:00
Stephane Nicoll
68dc850a82
Execute batch jobs with ApplicationRunner
...
This commit migrates JobLauncherCommandLineRunner to an
ApplicationRunner implementation. The latter allows to parse option
arguments (i.e. `--spring.something=value`) and makes it easy to ignore
arguments that are not meant to be passed to batch jobs.
Closes gh-19442
2019-12-23 16:19:28 +01:00
Johnny Lim
6efa98951d
Polish LdapAutoConfigurationTests
...
See gh-19437
2019-12-23 08:53:10 +01:00
Stephane Nicoll
5031e6182b
Merge branch '2.2.x'
...
Closes gh-19435
2019-12-22 08:53:13 +01:00
Filip Hrisafov
bb5c151ee0
Disable SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS by default
...
See gh-19352
2019-12-22 08:52:07 +01:00
Stephane Nicoll
fde06f4edd
Merge branch '2.2.x'
...
Closes gh-19434
2019-12-22 08:44:47 +01:00
Stephane Nicoll
2171e7a425
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19433
2019-12-22 08:44:18 +01:00
Tadaya Tsuyukubo
294267d2e0
Fix typo on ConditionMessage
...
See gh-19354
2019-12-22 08:40:43 +01:00
dreis2211
4b10462464
Fix compilation error
...
See gh-19423
2019-12-20 17:10:39 +00:00
Andy Wilkinson
7551a79e80
Merge branch '2.2.x'
...
Closes gh-19422
2019-12-20 15:55:16 +00:00
Andy Wilkinson
ea00ab9919
Protect against NoSuchMethodError when deploying to old Tomcats
...
Fixes gh-19308
2019-12-20 15:53:08 +00:00
Stephane Nicoll
aa821151bb
Polish "Detect DirContextAuthenticationStrategy bean"
...
See gh-19328
2019-12-09 15:58:44 +01:00
Filip Hrisafov
c108d2d011
Detect DirContextAuthenticationStrategy bean
...
This commit improves the LDAP auto-configuration to detect if a
DirContextAuthenticationStrategy bean is defined and, if so, associates
it with the auto-configured `LdapContextSource`.
See gh-19328
2019-12-09 15:58:25 +01:00
Stephane Nicoll
20bebdc07d
Merge branch '2.2.x'
...
Closes gh-19331
2019-12-09 11:58:58 +01:00
dreis2211
b1158bf35d
Simplify some Stream API usages
...
See gh-19291
2019-12-09 11:52:46 +01:00
dreis2211
c6c03e89a4
Remove code that is deprecated since 2.1.x
...
See gh-19189
2019-11-29 09:58:33 +00:00
Stephane Nicoll
8888f75a41
Polish "Add dedicated namespace for RemoteIpValve properties"
...
See gh-18489
2019-11-27 14:43:10 +01:00
Victor Mandujano
479cd8856b
Add dedicated namespace for RemoteIpValve properties
...
See gh-18489
2019-11-27 14:07:44 +01:00
Stephane Nicoll
cde9c2e853
Merge branch '2.2.x'
...
Closes gh-19161
2019-11-27 13:50:50 +01:00
Johnny Lim
f234d9c0ec
Remove ConditionEvaluationReportLoggingListener usage if possible
...
See gh-19159
2019-11-27 13:49:27 +01:00
Stephane Nicoll
d2f256abe8
Polish "Add configuration for RabbitMQ requested channel max property"
...
See gh-19106
2019-11-27 10:36:56 +01:00
Franjo Zilic
c043068578
Add configuration for RabbitMQ requested channel max property
...
See gh-19106
2019-11-27 10:01:03 +01:00
Stephane Nicoll
a4ca1d02b3
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19112
2019-11-25 13:59:45 +01:00
Stephane Nicoll
5d8fe860d7
Polish "Use ssl.enabled flag when RabbitMQ address has no protocol"
...
There is a direct link between the sslEnabled flag and the default port
that should be used by an address. The checks are currently set in two
places:
* Determine which port should be used
* Determine if SSL should be enabled
This commit polishes the initial proposal so that secureConnection is
only set if a protocol is available.
See gh-19109
2019-11-25 13:52:27 +01:00
cbono
2210236f82
Use ssl.enabled flag when RabbitMQ address has no protocol
...
See gh-19109
2019-11-25 11:16:56 +01:00
thelproad
65ab82b3cd
Remove redundant code
...
See gh-19000
2019-11-23 12:01:19 +01:00
Brian Clozel
0c5bb60384
Fix responseCommitted test in webflux error handling
...
This commit updates the `responseCommitted` after changes were made in
`WebTestClient` with spring-projects/spring-framework#24051 .
Fixes gh-19083
2019-11-22 20:58:38 +01:00
Stephane Nicoll
58bfbb92b9
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19091
2019-11-21 14:38:09 +01:00
Adam Michalik
c154a014a1
Remove invalid example of spring.mvc.async.request-timout property
...
See gh-19057
2019-11-21 14:13:22 +01:00
Brian Clozel
9fe721d75c
Temporarily ignore failing error web handler test
...
See gh-19083
2019-11-21 11:07:23 +01:00
Stephane Nicoll
08067fb816
Polish "Remove reference to ConfigurationPropertiesScan in javadoc"
...
See gh-18920
2019-11-08 11:10:14 +01:00
wonwoo
92b00255a1
Remove reference to ConfigurationPropertiesScan in javadoc
...
See gh-18920
2019-11-08 11:09:57 +01:00
Stephane Nicoll
d331f28222
Merge branch '2.1.x'
...
Closes gh-18885
2019-11-05 14:17:35 +01:00
Stephane Nicoll
4d1373c94d
Polish "Support amqps:// URIs in spring.rabbitmq.addresses"
...
See gh-18808
2019-11-05 14:07:24 +01:00
Mark Pollack
0fedb24c6f
Support amqps:// URIs in spring.rabbitmq.addresses
...
See gh-18808
Co-Authored-By: Bryan Kelly <xyloman@gmail.com>
2019-11-05 14:07:24 +01:00
Andy Wilkinson
49566edf6c
Reduce visibility of test methods
2019-11-05 12:29:38 +00:00
Andy Wilkinson
63dd159935
Merge branch '2.1.x'
...
Closes gh-18878
2019-11-05 09:58:04 +00:00