- 14 Aug, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10000: Polish "Expose SpringBootCondition's logger" Expose SpringBootCondition's logger
-
Stephane Nicoll authored
Closes gh-10000
-
Oleg Zhurakousky authored
See gh-10000
-
- 11 Aug, 2017 13 commits
-
-
Andy Wilkinson authored
Previously, the heap dump endpoint test asserted that the temporary heap dump file had been deleted as soon as the client received a response. This led to intermittent test failures as the input stream is closed after its contents have been sent to the client, creating a race condition between the client receiving the response and then asserting that the file had been deleted and the server close the input stream and deleting the temporary file. This commit updates the test so that, after receiving the response, it will wait for up to 5 seconds for the server to have deleted the temporary heap dump file.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
If an annotation attribute is linked to in javadoc before the javadoc processor encounters a usage of the annotation, the javadoc tool fails with a class cast exception. This is a known issue [1] but it has been closed as won't fix so we need to work around it. Sadly, the only reasonable way to do so appears to be to remove the links to the annotation attributes and only link to the annotation itself. [1] https://bugs.openjdk.java.net/browse/JDK-8170447
-
Andy Wilkinson authored
See gh-9996
-
Andy Wilkinson authored
This commit migrates the Actuator onto the new endpoint infrastruture. In addition to the existing support for accessing the endpoints via JMX and HTTP using Spring MVC, support for access via HTTP using Jersey and WebFlux has been added. This includes using a separate management port where we now spin up an additional, appropriately configured servlet or reactive web server to expose the management context on a different HTTP port to the main application. Closes gh-2921 Closes gh-5389 Closes gh-9796
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9843
-
Stephane Nicoll authored
Jolokia is a 100% web concern and does not fit in the Endpoint infrastructure. This commit removes `JolokiaMvcEndpoint` and exposes the servlet directly instead while still being part of the management context. As such, the Jolokia servlet is exposed beneath the management context path and will move to a separate port when the management port is not the same as the main server port. Closes gh-9843
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9989: Polish "Add missing dependency management for Jetty" Add missing dependency management for Jetty
-
Stephane Nicoll authored
Closes gh-9989
-
Benoit Lacelle authored
See gh-9989
-
- 10 Aug, 2017 2 commits
-
-
Andy Wilkinson authored
Closes gh-7545
-
Andy Wilkinson authored
Closes gh-7545
-
- 09 Aug, 2017 17 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9944
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9965: Clarify docs on effect RANDOM_PORT or DEFINED_PORT has on transactions
-
pulsation authored
Previously, when read too quickly, the current note may lead a user to think that RANDOM_PORT or DEFINED_PORT directly affect transaction management. This is not the case. This commit attempts to clarify that the difference in transaction behaviour is due to transactions being bound to a particular thread and separate threads being used for the client and server when tests are making HTTP requests. Closes gh-9965
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9940: Add more ConditionalOnClass checks in HealthIndicatorAutoConfiguration
-
Johnny Lim authored
Closes gh-9940
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9914: Avoid NPE in AnnotationsPropertySource if getAnnotations returns null Polish "Avoid NPE in PropertyMappingContextCustomizer" Avoid NPE in PropertyMappingContextCustomizer
-
Andy Wilkinson authored
Closes gh-9914
-
Andy Wilkinson authored
See gh-9914
-
Dennis Kieselhorst authored
See gh-9914
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9944: Polish "Fix logged property names when initializing OAuth2 client" Fix logged property names when initializing OAuth2 client
-
Andy Wilkinson authored
See gh-9944
-
Christian Bühler authored
Closes gh-9944
-
- 08 Aug, 2017 2 commits
-
-
Andy Wilkinson authored
Closes gh-9974
-
Andy Wilkinson authored
Closes gh-9973
-
- 04 Aug, 2017 3 commits
-
-
Andy Wilkinson authored
See gh-9924
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9956
-