- 25 Jul, 2016 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update `spring-boot-dependencies` so that `json-simple` does not include an `<option>true</optional>` element. Fixes gh-6450
-
Phillip Webb authored
Update PropertiesConfigurationFactory so that collections can grow beyond 256 items. Prior to this commit configuration property binding used the default `DataBinder.autoGrowNestedPaths` setting of 256. Fixes gh-6436
-
- 24 Jul, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/6446: Upgrade jsf-spring-boot-starter references
-
Marcelo Romulo Fernandes authored
Closes gh-6446
-
- 21 Jul, 2016 6 commits
-
-
Andy Wilkinson authored
* gh-6437: Align message with regex for AbstractMvcEndpoint.path
-
Johnny Lim authored
Closes gh-6437
-
Andy Wilkinson authored
Closes gh-6434
-
Andy Wilkinson authored
The MBean requires that a file does not exist at the location to which it’s dumping the heap. This commit updates the test to ensure that the temporary file that’s created to get a location for the heap dump file is deleted before asking the MBean to dump the heap to that location.
-
Andy Wilkinson authored
Prior to this commit parsing addresses had an inconsistent effect on the various properties that can be contained in an address (host, port, username, password, and virtual host). Three different approaches were used: 1. Return the property if no addresses were set. If there was one address set, return the property from the address. Otherwise return null. (host) 2. Return the property if no address were set, otherwise return the property from the first address (port) 3. Return the property if no addresses were set, otherwise return the property from the last address that had such property (username, password, virtual host). This commit aims to make the behaviour consistent. If no addresses were set the property is returned. Otherwise the value extracted from the first address is returned. If the first address has no such value the property is returned. Closes gh-6424
-
Stephane Nicoll authored
Closes gh-6414
-
- 20 Jul, 2016 11 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
As a result of ccaa19d5, the documentation is now built in the prepare-package phase.
-
Stephane Nicoll authored
* pr/6432: Use the managed version for H2 in spring-boot-sample-actuator
-
Johnny Lim authored
Closes gh-6432
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6419
-
Andy Wilkinson authored
4.1.2 is not going to be out in time for inclusion in 1.4.0 See gh-6390
-
- 19 Jul, 2016 14 commits
-
-
Phillip Webb authored
Update logback `base.xml` so that both `LOG_PATH` and `LOG_TEMP` can be specified without a trailing slash. Fixes gh-6423
-
Phillip Webb authored
See gh-5849
-
Phillip Webb authored
Update the `/env` sample used in the actuator docs to use only a limited set of keys. Fixes gh-5849
-
Phillip Webb authored
This reverts commit 037e6974. See gh-6406
-
Andy Wilkinson authored
Closes gh-5461
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-5046
-
Stephane Nicoll authored
Closes gh-6418
-
Andy Wilkinson authored
Closes gh-6412
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6417
-
Stephane Nicoll authored
-
Phillip Webb authored
Fix Gradle test broken when `tomcat-juli` was removed. See gh-6192
-
Phillip Webb authored
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli` since it's now included in `tomcat-embed-core`. Fixes gh-6192
-
- 18 Jul, 2016 3 commits
-
-
Phillip Webb authored
* tomcat-engine-valves: Register valves at the engine level Add support for engine valves
-
Christoffer Sawicki authored
Update `ServerProperties` to register `AccessLogValve` and `RemoteIpValve` at the engine level. Closes gh-6311
-
Christoffer Sawicki authored
Update TomcatEmbeddedServletContainerFactory to allow registration of engine valves as well as context values. For clarity the ambiguous `getValues()` method has been deprecated in favor of `getContextValves()` See gh-6311
-