- 05 Nov, 2019 14 commits
-
-
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
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-16062
-
Andy Wilkinson authored
Closes gh-18266
-
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
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
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/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-18763
-
Andy Wilkinson authored
Closes gh-18874
-
- 04 Nov, 2019 11 commits
-
-
Andy Wilkinson authored
Closes gh-18765
-
Andy Wilkinson authored
Closes gh-18865
-
Andy Wilkinson authored
Closes gh-18761
-
Andy Wilkinson authored
Closes gh-18860
-
Andy Wilkinson authored
Closes gh-18859
-
Andy Wilkinson authored
Closes gh-18858
-
Andy Wilkinson authored
Closes gh-18743
-
Stephane Nicoll authored
* pr/18848: Drop JDK 12-based CI Closes gh-18848
-
dreis2211 authored
See gh-18848
-
Stephane Nicoll authored
* pr/18845: Test the Gradle Plugin against Gradle 5.6.4 Closes gh-18845
-
dreis2211 authored
See gh-18845
-
- 02 Nov, 2019 1 commit
-
-
Stephane Nicoll authored
Closes gh-18737
-
- 01 Nov, 2019 1 commit
-
-
Madhura Bhave authored
Closes gh-17261
-
- 29 Oct, 2019 13 commits
-
-
Stephane Nicoll authored
Closes gh-18791
-
Stephane Nicoll authored
Closes gh-18790
-
Stephane Nicoll authored
Closes gh-18789
-
Stephane Nicoll authored
Closes gh-18788
-
Stephane Nicoll authored
Closes gh-18787
-
Stephane Nicoll authored
Closes gh-18786
-
Stephane Nicoll authored
Closes gh-18785
-
Stephane Nicoll authored
Closes gh-18784
-
Stephane Nicoll authored
Closes gh-18783
-
Stephane Nicoll authored
Closes gh-18782
-
Stephane Nicoll authored
Closes gh-18781
-
Stephane Nicoll authored
Closes gh-18780
-
Stephane Nicoll authored
Closes gh-18779
-