- 30 Oct, 2016 8 commits
-
-
Dave Syer authored
A layout can also optionally change the loader jar that is unpacked in the root of the repackaged archive by implementing a new method in Layout.
-
Dave Syer authored
Instead of a fixed enum of layout types, user can provide custom layouts via implementations of LayoutFactory in spring.factories.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7215: Polish contribution Update documentation on Actuator hypermedia support
-
Stephane Nicoll authored
Closes gh-7215
-
Johnny Lim authored
Spring Boot Actuator hypermedia support has been disabled by default via c7c685f6, but its documentation wasn't updated. This commit updates the documentation related to the change. See gh-7215
-
- 28 Oct, 2016 5 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, the algorithm that computes the String representation of a class reference and a property type was shared. This lead to generic information for group's `type` and `sourceType` property. This commit separates that logic in two: `getQualifiedName` is now responsible to generate a fully qualified class name while the existing `getType` is solely responsible to generate a type representation for the property. Only the latter has generic information. Closes gh-7236
-
Dave Syer authored
-
Dave Syer authored
It's more useful as a building block for other tools that way, and it's easy to add the spring boot dependencies using public methods.
-
- 26 Oct, 2016 9 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This commit restores the logic in Handler that was changed when d20ac56a was merged, while leaving the structural improvements intact. In addition to a couple of changes where a typo meant the wrong variable was being referenced, some logic branches now return false rather than called super. This realigns our Handler's behaviour with that of the JDK's. Some more tests have also been added to try to catch the problems that were introduced during the merge. Closes gh-7021
-
Stephane Nicoll authored
* pr/7225: Polish contribution Allow to configure Tomcat's rotatable property
-
Stephane Nicoll authored
Also add rotate attribute to Undertow Closes gh-7225
-
Matthieu Mouminoux authored
See gh-7225
-
Stephane Nicoll authored
* pr/7224: Fix indentation for spring.jms.template.* keys
-
ajk authored
Closes gh-7224
-
Phillip Webb authored
-
Andy Wilkinson authored
Previously our handler didn't override parseURL or sameFile which resulted in behaviour that differed from that of the JDK's handler. Crucially, this would result in our JarURLConnection being passed a spec that didn't contain a "!/". A knock-on effect of this was that the connection would point to the root of the jar rather than the intended entry. Closes gh-7021
-
- 24 Oct, 2016 18 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7178
-
Madhura Bhave authored
See gh-7108
-
Phillip Webb authored
* pr/7086: Polish `/loggers` actuator endpoint Add `/loggers` actuator endpoint
-
Phillip Webb authored
See gh-7086
-
Ben Hale authored
Add `LoggersEndpoint` that can enables listing and configuration of log levels. This actuator builds on top of the `LoggingSystem` abstraction and implements support for Logback, Log4J2, and JUL. The LoggingSystem interface is modified to require each implementation to list the configuration of all loggers as well as an individual logger by name. The MVC endpoint exposes these behaviors at `GET /loggers` and `GET /loggers/{name}` (much like the metrics actuator). In addition `POST /loggers/{name}` allows users to modify the level for a given logger. This modification is passed to the logging implementation, which then decides, as an internal implementation detail, what the final outcome of the modification is (e.g. changing all unconfigured children). Users are then expected to request the listing of all loggers to see what has changed internally to the logging system. Closes gh-7086
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7214
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7174 See gh-7213
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7202
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/6954: Improve systemd service documentation
-
Vedran Pavic authored
Closes gh-6954
-
Stephane Nicoll authored
Closes gh-7016
-