Madhura Bhave
4ca1e6ae4e
Polish "Fix typo in TestDatabaseAutoConfiguration"
...
Closes gh-12350
2018-03-05 13:13:07 -08:00
Madhura Bhave
b6e09e8311
Merge branch '1.5.x'
2018-03-05 12:54:01 -08:00
Cristian Greco
b552842b9d
Fix link to Spring Data JPA in docs
...
Closes gh-12342
2018-03-05 12:33:26 +00:00
Stephane Nicoll
6533278191
Update reference guide to stop mentioning setWebEnvironment
...
Closes gh-12330
2018-03-04 09:50:40 +01:00
Stephane Nicoll
7f5b7a6b47
Polish contribution
...
Closes gh-12326
2018-03-03 12:26:14 +01:00
Johnny Lim
751c444166
Polish
...
See gh-12326
2018-03-03 12:25:41 +01:00
Phillip Webb
9bee9e9cf9
Polish
2018-02-28 13:50:43 -08:00
Stephane Nicoll
9ce96fbd89
Document support for java.util.Duration
...
Closes gh-12244
2018-02-27 18:00:36 +01:00
Stephane Nicoll
b4c901cab6
Merge branch '1.5.x'
2018-02-27 10:31:05 +01:00
Johnny Lim
d441a8a89a
Polish
...
Closes gh-12205
2018-02-24 11:53:25 +01:00
Andy Wilkinson
782ab2803e
Polish documentation regarding target class proxying
...
Closes gh-12196
2018-02-23 14:52:43 +00:00
Johnny Lim
50c07d0772
Polish
...
Closes gh-12156
2018-02-21 17:46:57 +01:00
Johnny Lim
1bd94b3499
Remove an obsolete warning in doc
...
Closes gh-12150
2018-02-21 09:27:14 +01:00
Stephane Nicoll
6f59dd6b17
Polish "Update documentation to reference webjars-locator-core"
...
Closes gh-12135
2018-02-20 16:37:34 +01:00
Nikola Kološnjaji
4da4a4d385
Update documentation to reference webjars-locator-core
...
See gh-12135
2018-02-20 16:33:19 +01:00
Phillip Webb
1d83e87bcd
Validate @ConfigurationProperties on @Bean methods
...
Refactor `ConfigurationPropertiesBindingPostProcessor` to allow JSR-303
validation on `@ConfigurationProperties` defined at the `@Bean` method
level.
JSR-303 validation is now applied when a JSR-303 implementation is
available and `@Validated` is present on either the configuration
properties class itself or the `@Bean` method that creates it.
Standard Spring validation is also supported using a validator bean
named `configurationPropertiesValidator`, or by having the configuration
properties implement `Validator`.
The commit also consolidates tests into a single location.
Fixes gh-10803
2018-02-16 18:11:54 -08:00
Phillip Webb
9e75680e6f
Polish
2018-02-16 18:11:54 -08:00
Madhura Bhave
51de220b55
Enable CSRF protection by default
...
Fixes gh-11758
2018-02-16 13:31:51 -08:00
Andy Wilkinson
d96c570664
Polish "Add Kotlin support reference documentation"
...
Closes gh-12073
2018-02-15 15:55:48 +00:00
sdeleuze
889a06b65b
Add Kotlin support reference documentation
...
See gh-12073
2018-02-15 15:55:42 +00:00
Brian Clozel
1f8d489e5a
Improve reference doc for WebTestClient
...
Closes gh-11203
2018-02-14 15:39:48 +01:00
Phillip Webb
3bec55e16c
Formatting
2018-02-12 17:49:53 -08:00
Madhura Bhave
3880bdb908
Add example for customizing webflux security
...
Closes gh-11928
2018-02-12 16:26:30 -08:00
Phillip Webb
f34aa6f4d8
Migrate to Spring Integration Micrometer support
...
Remove custom `SpringIntegrationMetrics` and instead provide
auto-configuration to the direct Micrometer support added in Spring
Integration 5.0.2.
Closes gh-11985
2018-02-12 13:24:29 -08:00
Phillip Webb
0348889fd7
Polish
2018-02-12 10:03:06 -08:00
Stephane Nicoll
eec3eed5f5
Mention how to configure the web application type in tests
...
Closes gh-11025
2018-02-12 14:32:46 +01:00
Stephane Nicoll
7473642f58
Harmonize endpoints exclude property
...
Closes gh-11914
2018-02-12 14:00:40 +01:00
Phillip Webb
5de46c3186
Polish
2018-02-08 16:35:10 -08:00
Stephane Nicoll
0f6a13c9b3
Warn users about the caching implications of @MockBean and @SpyBean
...
Closes gh-10182
2018-02-08 15:03:23 +01:00
Stephane Nicoll
509b068338
Clarify logging level documentation
...
Closes gh-11949
2018-02-08 13:46:52 +01:00
Andy Wilkinson
9a456924e4
Remove - from path-match and content-negotiation properties
...
Closes gh-11913
2018-02-07 15:09:32 +00:00
Phillip Webb
eab0b84a80
Polish 'Add support for multi baseDn;
...
Update multi baseDn support to use the recently introduced
`@Delimter` annotation
Closes gh-11764
2018-02-04 10:43:26 -08:00
Eddú Meléndez
270dc2cd72
Add support for multi baseDn
...
Update LDAP properties and auto-configuration to support multiple
base DN values.
See gh-11764
2018-02-04 10:41:57 -08:00
dreis2211
81459efffa
Use HTTPS URLs where applicable
2018-02-02 12:03:12 +00:00
Madhura Bhave
905666e797
Document usage of AuthenticationEventPublisher
...
Closes gh-11420
2018-01-31 18:41:08 -08:00
Madhura Bhave
134628a62d
Add PathRequest to reactive security for parity
2018-01-29 18:34:46 -08:00
Madhura Bhave
e80c22cbf8
Add RequestMatcher for H2 console
...
Fixes gh-11704
2018-01-29 18:34:46 -08:00
Stephane Nicoll
ab02e48c44
Fix security section indents
...
Closes gh-11813
2018-01-28 09:40:40 +01:00
Andy Wilkinson
3565961d68
Rework HTTP exchange tracing and add support for WebFlux
...
Closes gh-9980
2018-01-25 13:27:07 +00:00
Andy Wilkinson
9cae416755
Explicitly configure and document WebFilter orderings
...
Closes gh-11756
2018-01-25 11:55:01 +00:00
Andy Wilkinson
9a22201dd3
Polish
2018-01-25 11:55:01 +00:00
Johnny Lim
768e7c07e6
Polish
...
Closes gh-11720
2018-01-22 16:06:45 -08:00
Phillip Webb
66f8279f65
Polish
2018-01-22 14:06:18 -08:00
Brian Clozel
a8baf42f2f
Ensure that CharacterEncodingFilter is ordered first
...
This commit makes sure that `CharacterEncodingFilter` is ordered with
the `Ordered.HIGHEST_PRECEDENCE` and that other filters, potentially
reading the request body, are ordered after.
In this particular case, both `WebMvcMetricsFilter` and
`ErrorPageFilter` are now ordered at `Ordered.HIGHEST_PRECEDENCE + 1` to
avoid cases where the request body is read before the encoding
configuration is taken into account.
Closes gh-11607
2018-01-22 21:08:21 +01:00
Madhura Bhave
d9ff51ccd3
Add StaticResourceRequest for WebFlux Security
...
Closes gh-11040
2018-01-20 10:00:08 +05:30
Phillip Webb
f3379668ac
Polish
2018-01-18 23:21:51 -08:00
Johnny Lim
e7185ea2b1
Polish
...
Closes gh-11655
2018-01-17 14:16:07 +01:00
Brian Clozel
1e648801bd
Move spring.mvc.media-types to content-negotiation
...
This commit moves "spring.mvc.media-types" to the
"spring.mvc.content-negotiation.*" namespaces introduced in gh-11105.
Closes gh-11636
2018-01-16 11:35:49 +01:00
Gary Russell
0af67b86ed
Polish Kafka documentation
...
Closes gh-11638
2018-01-16 08:48:34 +01:00
Brian Clozel
22c22a1ced
Move server.session.* to server.servlet.session.*
...
Closes gh-11589
2018-01-15 17:50:32 +01:00