SpringBoot Redis health indicator requests more information than it needs resulting in unnecessarily large responses from Redis

Health check of Redis only uses redis_version field in server section, however, info command without any section is used...

SpringBoot spring-boot-maven-plugin:build-image should support agents

mvn spring-boot:run already supports agents to take a list of java agents which need to be started/attached to the runni...

SpringBoot aa

Comment From: pivotal-issuemaster@oneGeekOfJava Please sign the Contributor License Agreement!Click here to manually syn...

SpringBoot @JsonCreator factory ignored when deserializing enums

Using SpringBoot 2.4.0, Jackson 2.11.3 along with Java 11, I get a deserialization error when using an enum with a @Json...

SpringBoot Cannot access 'WebSecurityEnablerConfiguration': it is package-private

Describe the bugWith kotlin 1.4 explicit api mode enabled explicit api mode I could not compile with Spring boot 2.4.0 a...

SpringBoot Make WebSecurityEnablerConfiguration public

Should solve this issue https://github.com/spring-projects/spring-boot/issues/24240Comment From: pivotal-issuemaster@nnt...

SpringBoot Reactive: "Avoid exposing the whole classpath in a non-servlet environment"? Why?

Hi there! I am trying to move from blocking JDBC repositories to reactive R2DBC repositories. But I cannot use named que...

SpringBoot Include URL to springboot announcement in github release page

Expected behaviorAs a spring boot user * when receiving automated notifications of a new springboot release (in particul...

SpringBoot ErrorAttributeOptions.excluding throws IllegalArgumentException if includes is empty

Comment From: spencergibbDid you target the wrong branch?Comment From: snicoll@wanderleisouza thanks for the PR.Thanks @...

SpringBoot ErrorAttributeOptions.excluding throws IllegalArgumentException if includes is empty

The excluding method of ErrorAttributeOptions throws an IllegalArgumentException Collection is empty if its includes mem...

SpringBoot @RestControllerAdvice with @PostMapping consumes doesnt work for HttpRequestMethodNotSupportedException

Hello All,i have issue similar to #14984. The only change is instead of HttpMediaTypeNotSupportedException i am having H...

SpringBoot JmsHealthIndicator doesn't work properly for ActiveMQ failover transport

For failover transport:spring.activemq.broker-url: failover:(tcp://localhost:61616,tcp://127.0.0.1:61616)?randomize=fals...

SpringBoot Spring Boot 2, Mongo Reactive and MongoTimeoutException

Hello I use Mongo Reactive with Spring Boot 2And I have sometimes this stacktrace : level Errorthread_name h...

SpringBoot When the @Async method that does not receive the return value throws an exception, the exception information that appears cannot be captured

I use AsyncConfigurer to implement asynchronous configurationcode show as below:@Slf4j@Configuration@EnableAsyncpublic c...

SpringBoot properties file can not loaded, if file begins (#) empty comment line

Hello,I get error bellow when properties file's first line is # (empty comment). If first line comment has more characte...

SpringBoot @ConditionalOnMissingBean with conditional missing bean results in missing bean

Using an interface with two bean implementations. One implementation has a conditional. I want them to be mutually exclu...

SpringBoot Remove management.security.enabled from documentation

management.security.enabled has been removed in spring-boot 2. But the docs still mention the property. Please adjust th...

SpringBoot default value of spring.mustache.enabled is not true as documented

Starting with spring boot initializer project : https://start.spring.io/#!type=gradle-project&language=kotlin&pl...

SpringBoot Avoid running deployment integration tests when there have been no material changes to the war that's deployed

The war file that's deployed is an input of the intTest task isn't reproducible and input isn't configured with any cust...

SpringBoot Cucumber JVM Tests ignored by maven with 2.4.0 compared to 2.3.5.RELEASE

After updating spring-boot-starter-parent from 2.3.5.Release to 2.4.0 cucumber integration tests will be not executed by...
上一页 下一页
.