SpringBoot Actuator web endpoints cannot respond with custom HTTP status codes when running on MVC or WebFlux

The issue can be reproduced the issue with following git projectSpring boot: v2.3.5.RELEASEJava 8In the application.prop...

SpringBoot Missing Spring Integration metrics due to the MeterRegistry bean being looked for before it has been defined

Related to https://github.com/spring-projects/spring-integration/issues/3420After fixing https://github.com/spring-proje...

SpringBoot Provide a configuration property for the driverClassName of the Liquibase DataSource

Fixes gh-23810Comment From: wilkinsonaThanks very much for the PR, @evgeniycheban. I've squeezed this into 2.4. While I ...

SpringBoot The properties server.servlet.context-path=/somepath did not work with webflux netty container

The properties server.servlet.context-path=/somepath did not work with webflux netty container. version:<groupId>...

SpringBoot Remove unused AutoConfigureMetricsSpringBootApplication

Hi,this PR removes a package private class in the test scope that seems to be unused.Cheers,ChristophComment From: dreis...

SpringBoot @ConditionalOnProperty silently ignored on @EventListener

@EventListener(ApplicationReadyEvent.class) @ConditionalOnProperty(havingValue = "true", value = USE_SE...

SpringBoot 2.3.4 spring boot loggers/ROOT GET call returns 404 error

With previous spring boot version this seemed to be working fine. However, in 2.3.4 I see this is no more working. Has G...

SpringBoot Fix regular expression used in devools documentation

In the docs for customizing the Spring Boot Devtools RestartClassLoader, the example regex captures jars named mycorp-co...

SpringBoot Caused by: java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration$RedisConfiguration.stringRedisTemplate

Hi. I'm using Spring Boot 1.5.22.RELEASE and Apache CXF 3.3.8. I'm not sure if this is a Spring or CXF issue, but when...

SpringBoot Pre Spring-boot 2.0 Relaxed Binding - Clarify whether previous 1.x relaxed behavior is possible

Using references:https://spring.io/blog/2018/03/28/property-binding-in-spring-boot-2-0https://github.com/spring-projects...

SpringBoot Any line that is immediately after a line that contains only a # is lost when reading application properties files

If an application.properties file has the following content:#property1.name=value1property2.name=value2The second line (...

SpringBoot Add support for picocli in the CLI

I could swear I had remembered Spring Boot already supporting something like this, but I can't find it. So..I haven't ac...

SpringBoot Add support for environment variables with custom prefix

Use case:* Publish a Docker image for a Spring Boot application, for example using com.google.cloud.tools.jib* Use this ...

SpringBoot DataSourceUnwrapper calls Wrapper.isWrapperFor with a class rather than an interface causing Oracle UCP warnings

Spring Boot gets exception when using oracle ucp datasource and actuator.This is because that "isWrapperFor" call speci...

SpringBoot logging woes

SB 2.4.0doc problemsI'm having some problems with logging, the simplest is, could you please add documentation for how t...

SpringBoot Security properties appendix contains spring.session and spring.ldap properties that belong elsewhere

When looking at the documentation for Common Application properties, at the Security section, I also found the propertie...

SpringBoot WebFluxTags performs unnecessary Pattern compilation when ignoring trailing slashes

Fix minor cpu hotspot where String.replaceAll calls Pattern.compile for each call. Reuse a precompiled Pattern.Found in ...

SpringBoot log4j2 configuration vulnerable to CRLF injection

https://owasp.org/www-community/vulnerabilities/CRLF_Injection#:~:text=Description,ASCII%2010%2C%20%5Cn%20).&text=A%...

SpringBoot LoggingSystem calls with Log4J throws NullPointerException

build.gradleplugins { id 'org.springframework.boot' version '2.4.0' id 'io.spring.dependency-management' version '...

SpringBoot Pin github-pr-resource to v0.21.0

The latest version of the resource triggers GitHub's rate limit abuse detection. Pinning to v0.21.0 will hopefully avoid...
上一页 下一页
.