SpringBoot JPA repositories mode should not be deferred by default

In Spring Boot 2.3.0 we've introduced deferred JPA bootstrap by default. As a result we got a number of deadlock-related...

SpringBoot Actuator endpoints support for Jackson's Serialization Views

I am writing actuator endpoint having two @ReadOperation-s, one without @Selector, one with:@ReadOperation without the s...

SpringBoot Auto-configure ObjectMapper used in the WebSocket MappingJackson2MessageConverter

I just wanted to include some cool websocket stuff within my project. This kinda worked out of the box! Thank you!!I use...

SpringBoot BufferingApplicationStartup doesn't seem to be thread-safe

I got the following error:2020-12-08 19:03:33.250 ERROR 1 --- [http-nio-8080-exec-61] o.a.c.c.C.[.[.[/].[dispatcherServl...

SpringBoot Remove Neo4jDefaultCallbacksRegistrar import

The SDN Neo4jDefaultCallbacksRegistrar and the reactive pendant will be a Noop in the upcoming 6.0.2 patch and deprecate...

SpringBoot CVE-2020-27218 in spring-boot-jetty-starter

There is a security vulnerability in recent versions of jetty: https://github.com/eclipse/jetty.project/security/advisor...

SpringBoot @Name support for value object binding fails with Kotlin classes

Spring Boot 2.4.0 added custom property name support for constructor binding on configuration property classes. The rele...

SpringBoot Looping a dependency in Mockito will cause the Bean creation to fail

Using Mockito will cause dependency injection to fail when multiple beans have circular dependencies.View source found t...

SpringBoot Upgrade to spring-doc-resources 0.2.5

I just noticed that the anchors and navigation bar sync is not working correctly in Chrome-based browsers.Fresh browser ...

SpringBoot QueryMap doesn't conform to set naming property style.

I have a feign client with a method like below - it uses SpringQueryMap to send URL parameters.@PostMapping(path="/api/s...

SpringBoot Missing the login/logout URIs in the actuator metrics

The spring security filter related endpoints (e.g. /login, /logout) are mapped to ROOT uri, instead of being mapped to t...

SpringBoot Set Spring profiles based on Maven build profiles

Hi there, I think it would be useful if the Spring Boot Maven plugin was somehow able to set Spring active profiles base...

SpringBoot update tomcat version

Update version due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17527Comment From: pivotal-issuemaster@vse...

SpringBoot Upgrade to Hibernate 5.4.25.Final

Closes gh-24331Comment From: pivotal-issuemaster@VinodAnandan Please sign the Contributor License Agreement!Click here t...

SpringBoot Bump Tomcat 9.0.40

because of CVE-2020-17527https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-17527Comment From: philwebbThanks for the P...

SpringBoot Lines in application.properties with just pound character (#) cause property on next line to be skipped

On upgrading to 2.4.0, lines in application.properties which only have the pound/hash character (#), without a trailing ...

SpringBoot content of application.properties not processed after upgrading to Spring Boot 2.4.0

I'm upgrading my application to the new SpringBoot version.I'm actually in 2.3.5 using properties files like that : appl...

SpringBoot when interceptor preHandler throw exception, the cors is broken

spring boot version: 1.5.4.RELEASEComment From: wilkinsona@binlaniua Thank you for trying to report what, I guess, you t...

SpringBoot Upgrade to Hibernate 5.4.25.Final

https://nvd.nist.gov/vuln/detail/CVE-2020-25638Comment From: philwebbSuperseded by #24332
上一页 下一页
.