- 24 May, 2018 2 commits
-
-
Stephane Nicoll authored
Closes gh-13245
-
Stephane Nicoll authored
-
- 22 May, 2018 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update contributing documentation and the issue template with instructions on how to report security vulnerabilities. Closes gh-12509
-
- 21 May, 2018 1 commit
-
-
Phillip Webb authored
-
- 17 May, 2018 3 commits
-
-
Stephane Nicoll authored
Closes gh-13127
-
Andy Wilkinson authored
Prior to 3db5c70b, RelaxedDataBinder would use a ConversionService to convert a String into a File via its ObjectToObjectConverter. 3db5c70b changed the configuration of the data binder such that a FileEditor was registered. Property editors take precedence over any conversion service so the FileEditor was used instead. This caused a regression as the FileEditor uses slightly unusual logic for a String to File conversion. Specifically, when given a value of ".", it will locate a ClassPathResource for the root of the classpath and use the result of calling getFile() on that resource. This fails when the root of the classpath is in a jar file and also provides a different result when the root of the classpath is not the current directory. This commit updates RelaxedDataBinder to suppress the registration of an editor for File. This restores the behaviour prior to 3db5c70b by allowing the ConversionService to be used instead. Closes gh-12786
-
Andy Wilkinson authored
See gh-13196
-
- 16 May, 2018 3 commits
-
-
Stephane Nicoll authored
* pr/13175: Polish "Respect lombok.AccessLevel attributes" Respect lombok.AccessLevel attributes
-
Stephane Nicoll authored
Closes gh-13175
-
Jonas Keßler authored
See gh-13175
-
- 15 May, 2018 2 commits
-
-
Andy Wilkinson authored
Closes gh-12995
-
Andy Wilkinson authored
Closes gh-13167
-
- 14 May, 2018 6 commits
-
-
Andy Wilkinson authored
Previously, when the embedded Undertow container was stopped, the servlet deployment was stopped but it was not undeployed. This meant that contextDestroyed() callback of any registered ServletContextListeners was not called. This commit updates UndertowEmbeddedServletContainer to call undeploy on the deployment manager in addition to the existing call to stop. Undeploying the servlet deployment calls Undertow to drive the contextDestroyed callback on any registered ServletContextListeners. Closes gh-13134
-
Andy Wilkinson authored
* gh-12071: Polish "Suppress debug log output during Logback initialization" Suppress debug log output during Logback initialization
-
Andy Wilkinson authored
See gh-12071
-
imgx64 authored
Closes gh-12071
-
Andy Wilkinson authored
Closes gh-13150
-
Stephane Nicoll authored
Closes gh-13056
-
- 12 May, 2018 1 commit
-
-
Andy Wilkinson authored
-
- 11 May, 2018 8 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-12958: Polish "Unwrap InvocationTargetException in isLogConfigurationMessage" Unwrap InvocationTargetException in isLogConfigurationMessage
-
Andy Wilkinson authored
Closes gh-12958
-
Henri Tremblay authored
See gh-12958
-
Andy Wilkinson authored
Closes gh-13032
-
Stephane Nicoll authored
* pr/13117: Polish "Add support for Jersey WrappingResourceConfig" Add support for Jersey WrappingResourceConfig
-
Stephane Nicoll authored
Closes gh-13117
-
Zoltan Reegn authored
See gh-13117
-
- 10 May, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-13080
-
- 09 May, 2018 3 commits
-
-
Andy Wilkinson authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-13015
-
- 08 May, 2018 6 commits
-
-
Andy Wilkinson authored
Closes gh-13098
-
Andy Wilkinson authored
Closes gh-13028
-
Andy Wilkinson authored
Closes gh-13014
-
Andy Wilkinson authored
Closes gh-13097
-
Andy Wilkinson authored
Closes gh-13013
-
Andy Wilkinson authored
Closes gh-13097
-
- 04 May, 2018 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-