- 13 Feb, 2019 3 commits
-
-
Andy Wilkinson authored
Closes gh-15901 Closes gh-15638
-
Stephane Nicoll authored
Closes gh-15862
-
Stephane Nicoll authored
Closes gh-15878
-
- 12 Feb, 2019 37 commits
-
-
Andy Wilkinson authored
See gh-15775
-
Andy Wilkinson authored
Closes gh-15890
-
Andy Wilkinson authored
Closes gh-15348
-
Andy Wilkinson authored
When Spring Security is misconfigured it's possible to switch from an anonymous user to a normal user. When switching back again, the corresponding AuthenticationSwitchUserEvent will have a null target user. Previously, Actuator's AuthenticationAuditListener would throw a NullPointerException when it received such an event. This commit updates the audit listener to defensively handled events with a null target user. Closes gh-15767
-
Stephane Nicoll authored
* pr/15859: Polish contribution Polish 'Database Initialization' section
-
Stephane Nicoll authored
Closes gh-15859
-
Matthias Stock authored
See gh-15859
-
Andy Wilkinson authored
* gh-15775: Polish "Use class for @ConditionalOnClass" Use class for @ConditionalOnClass Closes gh-15775
-
Andy Wilkinson authored
See gh-15775
-
Johnny Lim authored
See gh-15775
-
Andy Wilkinson authored
This reverts commit 1f47bd97. See gh-15915
-
Andy Wilkinson authored
Previously, the auto-configuration for both Jersey and WebMvc would auto-configure a RequestContextFilter bean. In 2.1.0, this led to a startup failure due to the latter attempting to override the bean defined by the former. In addition to the override there were also problems with the order of the filter as Jersey uses -1 and MVC uses -105. To avoid the above-described problems, the auto-configuration of the RequestContextFilter was removed from JerseyAutoConfiguration in 2.1.1. Unfortunately, the broke request-scoped beans for those using only Jersey. This commit attempts to strike a better balance by reintroducing the auto-configuration of RequestContextFilter in JerseyAutoConfiguration. It will back off if the user defines their own filter or filter registration. WebMvcAutoConfiguration has been updated to back off in the same manner. This leaves the potential for ordering problems, but they are no worse than they were before. Furthermore, the user has the means to correct any problems by using the various filter ordering properties that are provided for Jersey, Spring Session, Spring Security, etc. Closes gh-15376
-
Andy Wilkinson authored
This reverts commit 06feb728. See gh-15914
-
Stephane Nicoll authored
* pr/15881: Polish "Document internationalization support" Document internationalization support
-
Stephane Nicoll authored
Closes gh-15881
-
Kedar Joshi authored
See gh-15881
-
Andy Wilkinson authored
Closes gh-15928
-
Andy Wilkinson authored
Closes gh-15927
-
Andy Wilkinson authored
Closes gh-15926
-
Andy Wilkinson authored
Closes gh-15925
-
Andy Wilkinson authored
Closes gh-15924
-
Andy Wilkinson authored
Closes gh-15923
-
Andy Wilkinson authored
Closes gh-15922
-
Andy Wilkinson authored
Closes gh-15921
-
Andy Wilkinson authored
Closes gh-15920
-
Andy Wilkinson authored
Closes gh-15919
-
Andy Wilkinson authored
Closes gh-15918
-
Andy Wilkinson authored
Closes gh-15917
-
Andy Wilkinson authored
Closes gh-15916
-
Andy Wilkinson authored
Closes gh-15915
-
Andy Wilkinson authored
Closes gh-15914
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15913
-
Andy Wilkinson authored
Closes gh-15912
-
Andy Wilkinson authored
Closes gh-15911
-
Andy Wilkinson authored
Closes gh-15910
-
Andy Wilkinson authored
Closes gh-15909
-