springboot POST /actuator/env returns 405 method not allowed

Hi,Since version 2.2.5, when I callcurl localhost:8080/actuator/env -d'{"name":"test",value:"hello world!"}' -H "Content...

springboot BuildInfo task not run in Gradle project when project's version number changes

Forward port of issue #20135 to 2.3.0.M3.

springboot Add support for configuring embedded Jetty's max queue capacity

Closes gh-19493This is that pull request for Jetty. I think this property is Jetty specific and does not have a direct e...

springboot Add support for configuring Liquibase's tag

See gh-19200

springboot Use query-less datasource validation by default

To add a bit more context on why i ask this. We have noticed that in our database there are a lot of select 1 from dual ...

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.
上一页 下一页
.