- 03 Jan, 2017 8 commits
-
-
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
-
- 30 Dec, 2016 28 commits
-
-
Phillip Webb authored
Update `MvcEndpointSecurityInterceptor` and `CloudFoundrySecurityInterceptor` to allow OPTIONS requests to be processed. Fixes gh-7720
-
Phillip Webb authored
Closes gh-6223
-
Phillip Webb authored
* pr/7787: Add force-stop to launch.script usage
-
Kazuki Shimizu authored
See gh-6223 Closes gh-7787
-
Phillip Webb authored
Update `ImportAutoConfigurationImportSelector` to ignore excludes for classes that aren't loaded. Since the import classes for tests tend to be much more limited, the exception isn't really helpful. Closes gh-6809
-
Phillip Webb authored
Update LiveReloadServerTests which seems to be failing intermittently on Travis.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7637
-
Stephane Nicoll authored
* pr/7793: Polishing log message and comment
-
Kazuki Shimizu authored
Closes gh-7793
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-7793
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7792
-
Stephane Nicoll authored
Update `CacheManagerCustomizers` to deal directly with `ClassCastException` assuming that they are because a customizer is implemented using a lambda. Closes gh-7788
-
Stephane Nicoll authored
Update `CacheManagerCustomizers` to deal directly with `ClassCastException` assuming that they are because a customizer is implemented using a lambda. Closes gh-7788
-
Phillip Webb authored
Update `@ImportAutoConfiguration` with support for an exclude attribute that works in a similar way to `@EnableAutoConfiguration`. Also update existing `@Test...` annotation with exclude attribute aliases. Fixes gh-6809
-
Phillip Webb authored
* pr/6223: Add `force-stop` support to launch script
-
Gaurav Rawat authored
Update the embedded launch script to support `force-stop`. Closes gh-6223
-
Phillip Webb authored
Update `TransactionManagerCustomizers` to deal directly with `ClassCastExceptions` assuming that they are because a customizer is implemented using a lambda. See gh-7561
-
Phillip Webb authored
* pr/7786: Remove a nested TransactionProperties
-
Kazuki Shimizu authored
Remove a few nested `TransactionProperties` that should have been deleted in commit f22744c7. See gh-7561 Closes gh-7786
-
Phillip Webb authored
Refine commit 1e9e1b04 since it unfortunately had the side-effect of disabling logging when a valid `log4j2.xml` file was found. The updated code uses a similar technique but instead of accepting '*' as a file type it now looks for `.springboot` (which it finds because we ship a `log4j2.springboot` file in out JAR. Rather than exiting Log4J2's `ConfigurationFactory.Factory` `getConfiguration` method early, our `SpringBootConfigurationFactory` is now only triggered on the last call to `getConfiguration`. Closes gh-4809
-
- 29 Dec, 2016 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7781
-
Stephane Nicoll authored
Closes gh-7773
-