SpringBoot Message conversion issue going from 2.3.0 to 2.3.1

Hello,The project I'm working on is experiencing an interesting HTTP message conversion issue starting with Spring Boot ...

SpringBoot Upgrade to Spring Data Neumann-SR2

Comment From: mp911deSpring Data dependencies:org.mongodb:mongodb-driver-*:4.0.5io.lettuce:lettuce-core:5.3.2.RELEASEred...

SpringBoot Upgrade to Spring Data Moore-SR9

Comment From: mp911deSpring Data dependencies:org.mongodb:mongodb-driver-reactivestreams:1.12.0org.mongodb:mongodb-drive...

SpringBoot Upgrade to Spring Data Lovelace-SR19

Comment From: mp911deNote: This should be Lovelace-SR19.Spring Data dependencies are:org.mongodb:mongodb-driver-reactive...

SpringBoot Add plugin management for liquibase-maven-plugin

HelloWould it be possible to add liquibase-maven-plugin to spring-boot-dependencies pom.xml ?With something like this, p...

SpringBoot Misleading error message with immutable configuration properties and @Component

Consider the following example that is target for regular classpath scanning@Component@ConstructorBinding@ConfigurationP...

SpringBoot Binding to immutable Map fails with UnsupportedOperationException

It works for Collections. See #9290Comment From: mbhaveActually, maybe this is expected behavior since for collections w...

SpringBoot Remove redundant compiler arguments in Gradle build files

Hi,this PR removes redundant compiler arguments in build.gradle files. The -parameters option is already applied via the...

SpringBoot springboot @AutoConfigureAfter error

The Project A(Custom starter) maven as flow <parent> <groupId>org.springframework.boot</group...

SpringBoot Consider supporting health check RFC

See https://inadarei.github.io/rfc-healthcheck/Comment From: philwebbThe RFC doesn't seem to be getting much traction. I...

SpringBoot Configurable waiting time before graceful shutdown starts (to let kubernetes pick up new readiness state)

I started to use the new graceful shutdown feature of spring boot. When running on kubernetes, the readiness probe is us...

SpringBoot Improve Liveness/Readiness health indicators and probes configuration

Hello, I've tested the following issue with both Spring Boot 2.3.0 and 2.3.1I am trying to override the default health c...

SpringBoot Spring Circular dependency + Setter Dependency Injection + Java Config => Getting Exception - Documentation update may require

Hi Team,This is continuous to https://github.com/spring-projects/spring-boot/issues/22479 Thanks for the information. I'...

SpringBoot Register Controller

Hello.How can I manually register a Controller at Runtime?Comment From: bclozelThanks for getting in touch, but it feels...

SpringBoot Make DefaultErrorAttributes easier to subclass for message customization

I have an exception like this@ResponseStatus(value = HttpStatus.BAD_REQUEST)public class RequestValidationException exte...

SpringBoot Spring Boot 2.2.8 XML/JSON mix-up with arbitrary maps

Serializing a model which has a Map<String, ?> appears to serialize as XML in all cases.We found this in:Spring Bo...

SpringBoot Numerous logs mentioning a failed JNDI lookup when using Jetty

Affects: 5.2.7.RELEASEAfter migrating to Spring Boot 2.3.1.RELEASE / Spring 5.2.7.RELEASE, I am seeing the following DEB...

SpringBoot Fix some typos in test code

as title.Comment From: wilkinsonaThank you, @XenoAmess.

SpringBoot Fix unwrapping of captured PrintStream in test support's OutputCapture

this should not be like this. I guess you made a mistake here.if you really get the original work flow, you should use i...

SpringBoot Remove redundant close() call from JarResourceManagerTests

why close it two times?Comment From: wilkinsonaThanks again, @XenoAmess.
上一页 下一页
.