- 27 Oct, 2015 3 commits
-
-
Stephane Nicoll authored
* pr/4309: Polish contribution Polish docs
-
Stephane Nicoll authored
I don't think we want to keep this on a single line. Closes gh-4309
-
Johnny Lim authored
See gh-4309
-
- 26 Oct, 2015 11 commits
-
-
Stephane Nicoll authored
Closes gh-4159
-
Andy Wilkinson authored
Closes gh-3438
-
Andy Wilkinson authored
Closes gh-4153
-
Vedran Pavic authored
Closes gh-4293
-
Andy Wilkinson authored
Previously, NamePatternFilter looked for “*”, “$”, “^”, or “+” when trying to identify a string as being a regular expression. This meant that it missed the use of a character class ([a-z], for example). This commit adds “[“} to the list of characters that are considered to be part of a regular expression. Closes gh-4233
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-4193
-
Andy Wilkinson authored
See gh-4263
-
Andy Wilkinson authored
Closes gh-4263
-
Andy Wilkinson authored
Closes gh-4257
-
Stephane Nicoll authored
Make sure that the remote URL does not contain a trailing slash. Closes gh-4297
-
- 25 Oct, 2015 1 commit
-
-
Phillip Webb authored
It doesn't appear to be in Maven Central and it's breaking the eclipse setup.
-
- 23 Oct, 2015 3 commits
-
-
Stephane Nicoll authored
As the Windows service support is not related at all to the executable jar support it needs to be in a separate location.
-
Dave Syer authored
-
Dave Syer authored
-
- 22 Oct, 2015 8 commits
-
-
Stephane Nicoll authored
* pr/4272: Fix broken links
-
Johnny Lim authored
Closes gh-4272
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Improve the initial PR to include a filtering of the profiles that were already enabled via the `spring.profiles.active` property. Also add more tests to prove that each profile is loaded only once now. Closes gh-4273
-
Dave Syer authored
The problem fixed here is that the Loader keeps track of the profiles it is going to look at for loading files, but ignores any that were already active in the Environment if the listener is called initially with spring.profiles.active not empty. Closes gh-4261
-
Stephane Nicoll authored
Closes gh-4268
-
Stephane Nicoll authored
* pr/4265: Fix error messages
-
Johnny Lim authored
Closes gh-4265
-
- 21 Oct, 2015 6 commits
-
-
Stephane Nicoll authored
Closes gh-4262
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, the `PORTFILE` system property was not checked if the `EmbeddedServerPortFileWriter` was created using the default constructor. This had the effect to prevent overriding of the port file when this listener is created without any file or via `META-INF/spring.factories`. Closes gh-4254
-
Stephane Nicoll authored
-
Phillip Webb authored
Update the "INIT INFO section" of `launch.script` to include `initInfoProvides`, `initInfoShortDescription` and `initInfoDescription` property substitutions. The Maven plugin has been updated to populate substitutions with `${project.artifactId}`, `${project.name}` and `${project.description}`. Fixes gh-4245
-
Phillip Webb authored
-
- 20 Oct, 2015 8 commits
-
-
Phillip Webb authored
* pr/4189: Replace Base64Encoder with Base64Utils
-
Johnny Lim authored
Replace the custom Base64Encoder class with Spring's Base64Utils which since 4.2 can encode bytes using Java 8's encoder, commons-digest or Java 6's JAX-B encoder. Closes gh-4189
-
Phillip Webb authored
* pr/4242: Make response headers optional in /trace endpoint
-
Johnny Lim authored
Update `WebRequestTraceFilter` so that the response respects the TraceProperties.Include.RESPONSE enum. See gh-3948 Closes gh-4242
-
Phillip Webb authored
Effectively revert commit b396d0d2 to restore exception first logging of exceptions for Logback and Log4j2. This commit also introduces new extended versions of "whitespace" padding exception loggers so that source jar information is still included in the stacktrace. Fixes gh-4247
-
Phillip Webb authored
-
Phillip Webb authored
Use an order relative to REQUEST_WRAPPER_FILTER_MAX_ORDER. Closes gh-2637
-
Phillip Webb authored
-