springboot Fix typos in how to section of reference documentation

Forward port of issue #20313 to 2.3.0.M3.

springboot DependencyCustomizer ifAllResourcesPresent adds modules if any resources are present

Forward port of issue #20418 to 2.2.6.

springboot Spring Boot Actuator: Endpoint

Implementing Custom Endpoints@Component@Endpoint(id = "test")class TestEndpoint {// ... some operations ...}En...

springboot Provide a way to customize layers with the Maven plugin

Comment From: philwebbI'd been thinking about the layers configuration during the design of the API. Its unfortunately r...

springboot Upgrade to Spring Kafka 2.4.4.RELEASE

Comment From: wilkinsonaThere's a 2.4.4 coming before M3 ships, so let's repurpose this issue to upgrade once it's been ...

springboot RestTemplateBuilder does not set root uri when called

RestTemplateBuilder.rootUri(String) doesn't seem to work. The documentation saysSet a root URL that should be applied to...

springboot Spring Boot 2.2.4 + Spring Batch + Data JPA

We upgraded our SpringBoot Application to Spring Boot 2.2.4, Spring 5.2.3 and Spring Batch 2.2.4 releases respectively. ...

springboot Add support for configuring Liquibase's clearCheckSums

Liquibase auto configuration is extended with clearCheckSums to allow to clear all checksums in the current changelog, s...

springboot Upgrade CI to Docker 19.03.7

Hi,this upgrades the Docker version for the CI environment to 19.03.7.Cheers,ChristophP.S.: I could offer to create a si...

springboot Inconsistent behaviour of ServletContext.getResources()

The behavior of javax.servlet.ServletContext#getResourcePaths and (its sibling methods) is inconstent, depending on how ...

springboot Ambiguous description of server.ssl.ciphers in documentation

We're writing an application using Spring Boot Webflux and trying to configure SSL.In application.yml, we have:server: ...

springboot DevTools triggers eager initialization of jaxws-client defined in XML config

When including springboot-devtools in my java applications, CXF JAX-WS clients being initialized with XML config were st...

springboot DevTools triggers eager initialization of jaxws-client defined in XML config

Forward port of issue #20430 to 2.3.0.M3.

springboot Usage of LdapTemplate forces to make project dependent on spring-boot-starter-data-ldap even when there are no instances of LdapRepository

I've prepared a demonstration for this case:1) checkout https://github.com/stsypanov/spring-boot-ldap-issue2) run LimitT...

springboot DependencyCustomizer ifAllResourcesPresent adds modules if any resources are present

Forward port of issue #20418 to 2.2.6.

springboot DependencyCustomizer ifAllResourcesPresent adds modules if any resources are present

I found that the logic of theifAllResourcesPresentand ifAnyResourcesPresentmethods is exactly the samehttps://github.com...

springboot Polish

This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks again @izeye!

springboot Upgrade to Spring Kafka 2.4.4.RELEASE #20469

Hi,this PR fixes #20469 Upgrading to Spring Kafka 2.4.4.RELEAS.Cheers,Christoph

springboot TomcatReactiveWebServerFactory does not call getTomcatWebServer to create the TomcatWebServer

Forward port of issue #20386 to 2.3.0.M3.Comment From: wilkinsonaClosed by 899efc9ebaadecc7d7671dde5adb223f5ea2f841.
上一页 下一页
.