Nineya
Home
Blog
SpringBoot JPA repositories mode should not be deferred by default
2025-01-06 20:07:19
2110
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
2025-01-06 20:07:12
3305
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
2025-01-06 20:07:05
6467
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
2025-01-06 20:06:58
5994
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
2025-01-06 20:06:51
441
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
2025-01-06 20:06:44
1297
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
2025-01-06 20:06:24
786
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
2025-01-06 20:06:18
2023
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
2025-01-06 20:06:11
778
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.
2025-01-06 20:05:21
728
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
2025-01-06 20:05:13
5882
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
2025-01-06 20:05:02
1034
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
2025-01-06 20:04:44
599
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
2025-01-06 20:04:37
1101
Closes gh-24331Comment From: pivotal-issuemaster@VinodAnandan Please sign the Contributor License Agreement!Click here t...
SpringBoot Bump Tomcat 9.0.40
2025-01-06 20:04:28
248
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
2025-01-06 20:04:20
945
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
2025-01-06 20:04:13
9988
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
2025-01-06 20:04:05
5628
spring boot version: 1.5.4.RELEASEComment From: wilkinsona@binlaniua Thank you for trying to report what, I guess, you t...
SpringBoot Add some guidance to the reference documentation about diagnosing unexpected property values
2025-01-06 20:03:58
14
Fixes gh-18583
SpringBoot Upgrade to Hibernate 5.4.25.Final
2025-01-06 20:03:52
89
https://nvd.nist.gov/vuln/detail/CVE-2020-25638Comment From: philwebbSuperseded by #24332
上一页
下一页
1
…
2090
2091
2092
2093
2094
…
2246
.