- 05 Nov, 2019 33 commits
-
-
Andy Wilkinson authored
Closes gh-18887
-
Andy Wilkinson authored
Previously, the documentation did not provide any guidance on using Jersey alongside Spring MVC or any other web framework. This improves the documentation in two ways: 1. It notes that, in the presence of both Jersey and Spring MVC, the Actuator will prefer Spring MVC for exposing HTTP endpoints. 2. It adds a how-to describing how to configure Jersey to forward requests for which it has no handler on to the rest of the filter chain. When Spring MVC is the other framework, this allows them to be handled by its dispatcher servlet. Closes gh-17523
-
Andy Wilkinson authored
Closes gh-18877
-
Andy Wilkinson authored
This commit is a continuation of the work done in 987a5f81. In addition to developers and licenses that are covered in the earlier commit, a number of other settings are still inherited from the starter parent. This commit updates the documentation to show them being overridden as well. Closes gh-18532
-
Stephane Nicoll authored
Closes gh-18885
-
Stephane Nicoll authored
* pr/18884: Reduce method visibility in EndpointDiscovererTests Closes gh-18884
-
dreis2211 authored
See gh-18884
-
Stephane Nicoll authored
* pr/18808: Polish "Support amqps:// URIs in spring.rabbitmq.addresses" Support amqps:// URIs in spring.rabbitmq.addresses Closes gh-18808
-
Stephane Nicoll authored
See gh-18808
-
Mark Pollack authored
See gh-18808 Co-Authored-By:
Bryan Kelly <xyloman@gmail.com>
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-18882
-
Andy Wilkinson authored
Previously, @EndpointFilter would only have an effect when used as an annotation or meta-annotation on the endpoint class itself. It would have no effect when used on a super-class of the endpoint bean's class. This commit updates EndpointDiscoverer so that an @EndpointFilter annotation or meta-annotation on a super-class will be found and applied to the discovery process. This is achieved by using find… rather than get… when retrieving the attributes for the EndpointFilter annotation. Fixes gh-17866
-
Andy Wilkinson authored
Closes gh-18880
-
Andy Wilkinson authored
Closes gh-16062
-
Andy Wilkinson authored
Closes gh-18879
-
Andy Wilkinson authored
Closes gh-18266
-
Andy Wilkinson authored
Closes gh-18878
-
Andy Wilkinson authored
Previously, AbstractDependsOnBeanFactoryPostProcessor was unordered which meant that it was impossible to guarantee that another bean factory post-processor would run after it. This prevented overriding of the dependsOn relationships that is creates. This commit updates AbstractDependsOnBeanFactoryPostProcessor to give it a default order of zero. This will allow additional bean factory post-processors to be configured with a lower precedence order (values greater than 0) so that they run after any AbstractDependsOnBeanFactoryPostProcessor and can override the dependencies that it has configured. Fixes gh-18362
-
Andy Wilkinson authored
Closes gh-18877
-
Andy Wilkinson authored
Publishing to Maven Central requires spring-boot-starter-parent to declare its license and developers. When a user then uses spring-boot-starter-parent as their project's parent, these values are inherited and this is almost certainly unwanted. This commit updates the documentation to recommend and demonstrate overriding the license and developers that are inherited from the starter parent. Closes gh-18532
-
Andy Wilkinson authored
Closes gh-18876
-
Andy Wilkinson authored
Previously, the security risks and our recommendations on how to mitigate them were not documented as clearly as they could have been. This commit makes some changes to try to address this: 1. The security risk is now noted at the beginning of the section 2. The recommendation to use SSL is now documented more prominently and an alternative recommendation to only use remote support on a trusted network has been added. 3. The example secret has been removed to prevent copy and paste 4. A recommendation to use a secret that is unique and strong has been added Closes gh-18825
-
Stephane Nicoll authored
* pr/18864: Remove non-existent FailureAnalyzer from spring.factories Closes gh-18864
-
dreis2211 authored
See gh-18864
-
Stephane Nicoll authored
Closes gh-18875
-
Stephane Nicoll authored
* pr/18870: Polish "Document Settings as jooq supported auto-configuration type" Document Settings as jooq supported auto-configuration type Closes gh-18870
-
Stephane Nicoll authored
See gh-18870
-
Jens Teglhus Møller authored
See gh-18870
-
Andy Wilkinson authored
Closes gh-18764
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-18763
-
Andy Wilkinson authored
Closes gh-18874
-
- 04 Nov, 2019 7 commits
-
-
Andy Wilkinson authored
Closes gh-18869
-
Andy Wilkinson authored
Closes gh-18867
-
Andy Wilkinson authored
Closes gh-18766
-
Andy Wilkinson authored
Closes gh-18762
-
Andy Wilkinson authored
Closes gh-18866
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-18765
-