SpringBoot It would have been better if the release notes for Spring Boot 2.3.0 contained a hint about a breaking change in the Jackson dependency

In the release notes of Spring Boot 2.3.0 at https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release...

SpringBoot Incorrect Configuration Validation for mongo AutoConfigurationFactory()

The following assertion is incorrect, the behavior of Assert.state is to throw an exception when the expression is false...

SpringBoot Rename NoneOfNestedConditions to NoneNestedConditions in example docs

Java doc isstatic class OnNeitherJndiNorProperty extends NoneOfNestedConditions {when it should probably bestatic class ...

SpringBoot Weird behaviour of dispatcherservlet

Hi,I have implemented case when I need XSD validation of output XML messages. To support multiple reads of responses, I ...

SpringBoot mongo AutoConfigurationFactory exception on valid mongo uri

The following assertion is incorrect, the behavior of Assert.state is to throw an exception when the expression is false...

SpringBoot Upgrade to Atomikos 5.0.8

While we arrange a way of taking over the starter project, would it be possible to accept these changes that fix the iss...

SpringBoot OAuth2ResourceServerAutoConfiguration does not back off completely when spring-security-oauth2-resource-server is not on the classpath

I see it in every single Spring Boot app (even if it is eventually excluded because of some other condition). In a serv...

SpringBoot Auto-configure Rabbit connection factory with CredentialsProvider and CredentialsRefreshService when available

Consider adding support for OAUTH2 by auto-configuring CredentialsProvider and CredentialsRefreshService beans (if prese...

SpringBoot Polish ErrorPage.equals()

This PR polishes ErrorPage.equals() by short-circuiting immediately without additional evaluation and assignments.Commen...

SpringBoot Period conversion does not support a ChronoUnit of WEEKS but supports weeks in ISO-8601 (e.g. P2W) and simple (e.g. 2w) formats

It may be worth adding to the documentation (chapter 2.8.8) that ChronoUnit.WEEKS is not supported in @PeriodUnit annota...

SpringBoot SpringBootJdbcConfiguration no longer needs to proxy bean methods

SpringBootJdbcConfiguration originally proxied its bean methods as its super-class required it. Since this change in Spr...

SpringBoot NullPointerException in ErrorPageFilter when a MissingServletRequestParameterException is thrown and there's no DefaultHandlerExceptionResolver

We are using Spring Boot 2.1.12 with Spring Web 5.1.3.A controller has a method annotated with @RequestMapping and a man...

SpringBoot Use Class.getDeclaredConstructor().newInstance()

Hi,this PR replaces the deprecated Class.newInstance() with Class.getDeclaredConstructor().newInstance(). While only dep...

SpringBoot The number of TCP connections is increasing.

Spring Boot Version: 2.3.1 or the dependency netty version: 4.1.50When using spring cloud gateway, it happens. I think t...

SpringBoot Add a property to not create HealthIndicators from AbstractRoutingDatasources

This is about https://github.com/spring-projects/spring-boot/issues/22151Comment From: juliojgd@wilkinsona Suggested cha...

SpringBoot Spring Boot 2.3.1 fails when try to convert ids to domain objects in the rest calls.

After upgrade to spring boot 2.3.1 (In 2.3.0 works fine), the following rest call doesn't work:curl localhost:8080/api/u...

SpringBoot resource loading error

Hi I got a problem with springboot 2.3.1 when I try to load a resource from the root resource directory. I provided a mi...

SpringBoot Upgrade to Maven Shade Plugin 3.2.4

This PR updates maven-shade-plugin to 3.2.4.The resource transformer was updated here https://github.com/spring-projects...

SpringBoot Extending the ResponseEntityExceptionHandler class for validation in SB 2.3.0 / 1.

Hi Team,I have successfully extended the ResponseEntityExceptionHandler class to perform validation. It was successfully...

SpringBoot PropertyPlaceholderAutoConfigurationTests.propertyPlaceholders does not test PropertyPlaceholderAutoConfiguration

If the test is modified so that PropertyPlaceholderAutoConfiguration is not registered it still passes. That appears to ...
上一页 下一页
.