- 17 May, 2018 7 commits
-
-
Stephane Nicoll authored
* pr/13192: Polish
-
Johnny Lim authored
Closes gh-13192
-
Andy Wilkinson authored
-
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
-
Stephane Nicoll authored
Closes gh-13195
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-13196
-
- 16 May, 2018 6 commits
-
-
Stephane Nicoll authored
-
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
-
Stephane Nicoll authored
* pr/13174: Polish DefaultErrorWebExceptionHandler.renderErrorView()
-
Johnny Lim authored
Closes gh-13174
-
- 15 May, 2018 6 commits
-
-
Stephane Nicoll authored
* pr/13171: Remove @Deprecated on CouchbaseProperties.Endpoints.setKeyValue()
-
Johnny Lim authored
Closes gh-13171
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12995
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13167
-
- 14 May, 2018 21 commits
-
-
Andy Wilkinson authored
-
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
-
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
-
Andy Wilkinson authored
Closes gh-13150
-
Stephane Nicoll authored
* pr/12541: Polish "Add CLI manifest for Scoop" Add CLI manifest for Scoop
-
Stephane Nicoll authored
Closes gh-12541
-
Andrey Saksonov authored
See gh-12541
-
Stephane Nicoll authored
* pr/12209: Polish "Set classloader for JMX endpoints to application classloader" Set classloader for JMX endpoints to application classloader
-
Stephane Nicoll authored
Closes gh-12209
-
David Herberth authored
See gh-12209
-
Stephane Nicoll authored
* pr/13161: Update Kotlin refdoc with the new tutorial
-
Sebastien Deleuze authored
Closes gh-13161
-
Andy Wilkinson authored
Closes gh-13154
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13056
-
Stephane Nicoll authored
Some Quartz initialization scripts have comments in a different format. This commit introduces a `comment-prefix` property that should be set by the user if their target database has a script that contains those unusual comments. Closes gh-13041
-
Johnny Lim authored
See gh-13148
-