- 10 Oct, 2014 2 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
Update `Launcher` and `JarFile` to correctly deal with Windows UNC paths. Fixes gh-1641
-
- 09 Oct, 2014 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
When logging.level.* is set in external configuration they can now contain placeholders. Fixes gh-1680
-
Dave Syer authored
-
Dave Syer authored
-
- 08 Oct, 2014 3 commits
-
-
Andy Wilkinson authored
-
matzschmanski authored
Closes gh-1671
-
Andy Wilkinson authored
Closes gh-1660
-
- 07 Oct, 2014 1 commit
-
- 06 Oct, 2014 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-1474
-
Andy Wilkinson authored
In addition to requiring the Servlet API to be on the classpath, MetricFilter requires spring-web to also be on the classpath as it extends OncePerRequestFilter. This commit updates the auto-configuration for MetricFilter so that it will be disabled in the absence of a dependency on spring-web. Fixes gh-1664
-
- 02 Oct, 2014 2 commits
-
-
Dave Syer authored
Some weird looking test failures led me to track this down. If the user changes the prefix for metric names, he probably wanted to change the keys as welll (otherwise 2 repositories can use the same key, which is why the test was failing for me). We can do that in an afterPropertiesSet().
-
Dave Syer authored
-
- 01 Oct, 2014 12 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, the Gradle plugin’s ProjectLibraries produced a new library for every file dependency, even if the dependencies where on the same file. This would lead to a repackaging failure due to multiple libraries having the same name. This commit updates ProjectLibraries to treat file dependencies on the same file as a single library, thereby resolving the name clash. Fixes gh-1646
-
Andy Wilkinson authored
See gh-1631
-
Dave Syer authored
The file name can now be overridden at runtime with a System property or environment variable named "PIDFILE" (or "pidfile"). Fixes gh-1579
-
Dave Syer authored
...so that application startup that fails because of an Error (for instance NoClassDefFoundError) won't be swallowed. Fixes gh-1645
-
Dave Syer authored
Fixes gh-1489
-
Dave Syer authored
Fixes gh-1631
-
Dave Syer authored
Fixes gh-1636
-
Andy Wilkinson authored
Closes gh-1621
-
Andy Wilkinson authored
To make it easier to identify the source of the competing LoggerFactory implementation, this commit updates the exception message to include the code source location of the offending class. Closes gh-1630
-
Andy Wilkinson authored
Closes gh-1643
-
Dave Syer authored
-
- 30 Sep, 2014 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1627
-
bangsen.yin authored
Without the @Param annotations, using either of the search URIs would resulted in a 400 response and an error describing the lack of @Param annotation. See gh-1627
-
- 26 Sep, 2014 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
- 25 Sep, 2014 2 commits
-
-
Phillip Webb authored
Update Tomcat ServerProperties to support the RemoteIpValve portHeader property. Fixes gh-1616
-
Phillip Webb authored
The `protocolHeader` and `remoteIpHeader` no longer have default values and must be opt-in. Fixes gh-1624
-