- 06 Jul, 2015 10 commits
-
-
Stephane Nicoll authored
Make sure to fail the build with a proper compilation error message if the user-defined meta-data are invalid. For now, this takes care of the JSON format but other checks may be added in the future. Closes gh-3329
-
Andy Wilkinson authored
Closes gh-3412
-
Andy Wilkinson authored
See gh-1390
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Phillip Webb authored
See gh-3391
-
Matt Benson authored
Rework RandomValuePropertySource class javadoc, particularly the description of the `random.int` range suffix. Also add support for range based random longs. Fixes gh-3391
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 05 Jul, 2015 2 commits
-
-
Stephane Nicoll authored
* pr/3416: Fix typo
-
izeye authored
Closes gh-3416
-
- 04 Jul, 2015 2 commits
-
-
Stephane Nicoll authored
* pr/3395: Remove System.out.println()
-
izeye authored
Closes gh-3395
-
- 03 Jul, 2015 6 commits
-
-
Dave Syer authored
-
Dave Syer authored
Before this change if no profile is active yaml documents with spring.profiles=default were loaded, but they are also loaded if there *is* an active profile which is more of a problem. In addition if the user chanes the default profile in the Environmemt Spring Boot ignore that value ("default" is a magic String). After this change: * If no profile is explicitly active, the default profiles from the Environment are used explicitly * The default profiles cause properties to be loaded just like other profiles, so from YAML documents with spring.profiles and from files in application-default.properties for instance * The default profiles are not active when any other profile is * Properties defined in "top-level" YAML documents with no specific spring.profiles still act as defaults for *all* profiles Fixes gh-1219, fixes gh-2623
-
Stephane Nicoll authored
* pr/3411: Fix typo
-
izeye authored
Closes gh-3411
-
Stephane Nicoll authored
* pr/3401: Use @AliasFor in @SpringApplicationConfiguration
-
Sam Brannen authored
Spring Framework 4.2 introduces first-class support for explicit annotation attribute overrides via a new @AliasFor annotation. In order to avoid potential naming conflicts in the future and to make the current, implicit attribute overrides explicit (as well as documented), this commit retrofits @SpringApplicationConfiguration with @AliasFor. Closes gh-3400 Closes gh-3401
-
- 02 Jul, 2015 15 commits
-
-
Stephane Nicoll authored
* pr/3403: Fix typo
-
izeye authored
Closes gh-3403
-
Dave Syer authored
If spring-hateoas is on the classpath and an MvcEndpoint returns a @ResponseBody it will be extended and wrapped into a Resource with links. All the existing endpoints that return sensible JSON data can be extended this way (i.e. not /logfile). The HAL browser will also be added as an endpoint if available on the classpath. Finally, asciidocs for the Actuator endpoints are available as a separate jar file, which if included in an app will also generate a new (HTTP) endpoint. Fixes gh-1390
-
Dave Syer authored
-
Dave Syer authored
The order of property values is only preserved if we check carefully that each property is actually present in the source being inspected. Fixes gh-3385
-
Phillip Webb authored
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
Update RelaxedDataBinder to so that property ordering is respected even if relaxed names are used. Prior to this commit a System property named `FOO_BAR` would never get bound to a `fooBar` field if `foo-bar` was defined in application.properties. Fixes gh-3385
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update MetricWriterMessageHandler to deal with 'reset' messages and to log unsupported payload types. Fixes gh-3378
-
sopov.ivan authored
Fixes gh-3384
-
Phillip Webb authored
See gh-3392
-
- 01 Jul, 2015 5 commits
-
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
If a JtaTransactionManager is present, it is associated with the auto-created JmsListenerContainerFactory. However, if no such transaction manager is present, local transaction support is not enabled. This gives a default situation where the message is acknowledged even before the listener is invoked. We now make sure to turn on local JMS transactions if no JtaTransactionManager is present. Fixes gh-3393
-
Andy Wilkinson authored
Closes gh-3361
-
Andy Wilkinson authored
Closes gh-3277
-