- 15 Feb, 2019 3 commits
-
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-15866
-
Madhura Bhave authored
-
- 14 Feb, 2019 13 commits
-
-
Andy Wilkinson authored
Closes gh-15766
-
Andy Wilkinson authored
Previously, DevTools would retry the upload of the changes to an application in the event of a ConnectException. If a different network-level failure occurred, it would not be retried and would cause the file watching thread to die. This commit attempts to make things more robust by retrying all SocketExceptions and not just ConnectExceptions. A warning is logged when a failure occurs. A separate debug message that includes the exception is also logged. Closes gh-10317
-
Stephane Nicoll authored
* pr/15950: Prevent imports on org.testcontainers.shaded.* Polish "Stop using imports from shaded dependencies" Stop using imports from shaded dependencies
-
Stephane Nicoll authored
See gh-15950
-
Stephane Nicoll authored
Closes gh-15950
-
Michael Simons authored
See gh-15950
-
Andy Wilkinson authored
Closes gh-15868
-
Stephane Nicoll authored
* pr/15943: Polish "Add a link to SpringMockK in the Kotlin documentation" Add a link to SpringMockK in the Kotlin documentation
-
Stephane Nicoll authored
Closes gh-15943
-
Sebastien Deleuze authored
See gh-15943
-
Andy Wilkinson authored
This works around a change in javadoc generation in JDK 11.0.2. See https://bugs.openjdk.java.net/browse/JDK-8212233 for details.
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-15948
-
- 13 Feb, 2019 17 commits
-
-
Madhura Bhave authored
Closes gh-15825
-
Madhura Bhave authored
This commit splits the management context configuration for jersey into two separate configurations depending on if the type is SAME or CHILD. The configuration for the SAME context should only kick in if there is no existing ResourceConfig bean. Fixes gh-15891
-
Andy Wilkinson authored
Closes gh-15867
-
Andy Wilkinson authored
Closes gh-15863
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15813
-
Andy Wilkinson authored
Closes gh-15812
-
Andy Wilkinson authored
Closes gh-15869
-
Andy Wilkinson authored
Closes gh-15865
-
Andy Wilkinson authored
Closes gh-15864
-
Andy Wilkinson authored
Closes gh-15945
-
Andy Wilkinson authored
Closes gh-15946
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15944
-
Andy Wilkinson authored
Closes gh-15901 Closes gh-15638
-
Stephane Nicoll authored
Closes gh-15862
-
Stephane Nicoll authored
Closes gh-15878
-
- 12 Feb, 2019 7 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
-