- 03 Jan, 2017 39 commits
-
-
Andy Wilkinson authored
Closes gh-7849
-
Andy Wilkinson authored
Closes gh-7405
-
Andy Wilkinson authored
Closes gh-7847
-
Andy Wilkinson authored
Closes gh-7845
-
Andy Wilkinson authored
Closes gh-7844
-
Andy Wilkinson authored
Closes gh-7843
-
Andy Wilkinson authored
Closes gh-7842
-
Andy Wilkinson authored
Closes gh-7841
-
Andy Wilkinson authored
Closes gh-7840
-
Andy Wilkinson authored
Closes gh-7839
-
Andy Wilkinson authored
Closes gh-7838
-
Andy Wilkinson authored
Closes gh-7837
-
Andy Wilkinson authored
Closes gh-7836
-
Andy Wilkinson authored
Closes gh-7835
-
Andy Wilkinson authored
Closes gh-7834
-
Andy Wilkinson authored
Closes gh-7833
-
Andy Wilkinson authored
Closes gh-7832
-
Andy Wilkinson authored
Closes gh-7831
-
Andy Wilkinson authored
Closes gh-7830
-
Andy Wilkinson authored
Closes gh-7829
-
Andy Wilkinson authored
Closes gh-7828
-
Andy Wilkinson authored
Closes gh-7827
-
Andy Wilkinson authored
Closes gh-7826
-
Andy Wilkinson authored
Closes gh-7825
-
Andy Wilkinson authored
Closes gh-7823
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7734
-
Stephane Nicoll authored
* pr/7796: Polish contribution Autodetect spring.jpa.database from spring.datasource.url
-
Stephane Nicoll authored
Closes gh-7796
-
Eddú Meléndez authored
Previously, property `spring.jpa.database` should be provided. This commit allows to detect the database when `spring.datasource.url` is provided. Closes gh-7708
-
Phillip Webb authored
This reverts commit fb4099df.
-
Phillip Webb authored
* pr/7807: Upgrade to Spring HATEOAS 0.22.0
-
Craig Andrews authored
Closes gh-7807
-
Phillip Webb authored
Restore the `-9` flag to the send `kill` call which was inadvertently lost in commit a35a1022. Closes gh-6223
-
Phillip Webb authored
* pr/6579: Polish audit event endpoint support Improve MBean without backing Endpoint support Add MVC and JMX endpoints to retrieve audit events Add JMX without backing `Endpoint` support
-
Phillip Webb authored
Closes gh-6579
-
Phillip Webb authored
Improve support for MBeans without a backing endpoint by introducing a `JmxEndpoint` interface. The `JmxEndpoint` is intentionally similar in design to the `MvcEndpoint` from the `mvc` package and allows for completely custom JMX beans that are not backed by any real actuator `Endpoint`. The `AuditEventsMBean` has been refactored to use the new interface and has been renamed to `AuditEventsJmxEndpoint`. See gh-6579
-
Vedran Pavic authored
Add MVC and JMX specific endpoints that allow audit events to be retrieved. See gh-6579
-
Vedran Pavic authored
Decompose `EndpointMBean` to improve support for JMX endpoints without a backing `Endpoint`. See gh-6579
-
- 31 Dec, 2016 1 commit
-
-
Phillip Webb authored
-