- 18 Aug, 2017 12 commits
-
-
Stephane Nicoll authored
Closes gh-9752
-
Vedran Pavic authored
This commit updates database initializers configuration to enable them automatically only when an embedded `DataSource` is used. Related configuration properties have been updated to use a more expressive `DatabaseInitializerMode` enum rather than `Boolean` flag. See gh-9752
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Neo4jDataAutoConfiguration is meant to kick in when Spring Data Neo4J is on the classpath. Yet, we were only checking for the presence of neo4j itself and the transaction manager provided by spring-tx. This commit makes sure to back off if Spring Data Neo4J is not present. Closes gh-10038
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This reverts commit 0e645988
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10034
-
Stephane Nicoll authored
* pr/10032: Polish
-
Johnny Lim authored
Closes gh-10032
-
Stephane Nicoll authored
* pr/10033: Remove null check before instanceof
-
Johnny Lim authored
Closes gh-10033
-
- 17 Aug, 2017 12 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10025
-
Stephane Nicoll authored
Closes gh-10028
-
Stephane Nicoll authored
Closes gh-7513
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure to prevent the Freemarker web auto-configuration to kick in if `spring-webmvc` is not on the classpath. Closes gh-10027
-
Stephane Nicoll authored
This commit introduces manual metadata for the endpoints.all.* namespace and polish the appendix following the work that happened in #9692
-
Stephane Nicoll authored
The new endpoint infrastructure does not provide a `path` property so the manual metadata for older endpoints have been removed.
-
Stephane Nicoll authored
This commit improves the configuration metadata annotation processor to explicitly handle `@Endpoint` annotated class. Adding a new endpoint on a project potentially creates the following keys: * `endpoints.<id>.enabled` * `endpoints.<id>.cache.time-to-live` * `endpoints.<id>.jmx.enabled` * `endpoints.<id>.web.enabled` Default values are extracted from the annotation type. If an endpoint is restricted to a given tech, properties from unrelated techs are not generated. Closes gh-9692
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10026
-
- 16 Aug, 2017 12 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10012: Polish "Add link to AMQP 1.0 JMS Binding Spring Boot starter" Add link to AMQP 1.0 JMS Binding Spring Boot starter
-
Stephane Nicoll authored
Closes gh-10012
-
Timothy Bish authored
See gh-10012
-
Stephane Nicoll authored
Closes gh-10021
-
Andy Wilkinson authored
Closes gh-10020
-
Andy Wilkinson authored
Closes gh-10019
-
Stephane Nicoll authored
Closes gh-9904
-
Stephane Nicoll authored
This commit adds a new `/application/status` endpoint that provides only the Health's status of an application. Previously, `/application/health` was returning full health details or only the status depending on configuration. Those two use cases are now separate in two endpoints that can be configured, secured and enabled separately. Closes gh-9721
-
Stephane Nicoll authored
-
Stephane Nicoll authored
`EndpointProperties` is a left over of the infrastructure in 1.x and is no longer used. Besides the `endpoints.enabled` property is now `endpoints.all.enabled`. Closes gh-10016
-
Stephane Nicoll authored
This commit restores the configuration properties used to configure how the ObjectName of an endpoint is generated. For consistency, those properties have been renamed to `management.jmx` Closes gh-10005
-
- 14 Aug, 2017 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9895
-
Stephane Nicoll authored
* pr/10003: Upgrade to Narayana 5.6.4.Final
-
Gytis Trikleris authored
Closes gh-10003
-