Nineya
Home
Blog
SpringBoot Hot thread(reactor-http-epoll) appears when WebClient requests back-end services
2025-01-07 02:18:30
4239
🐞 Hot thread(reactor-http-epoll) appears when WebClient requests back-end services- Problem DescriptionI implemented an ...
SpringBoot okhttp update to 4.9.2
2025-01-07 02:18:18
732
okhttp library is vulnerable to an information disclosure issue due to how the contents of sensitive headers, such as th...
SpringBoot Set final fields that can't be reassigned.
2025-01-07 02:18:13
146
Set final fields that can't be reassigned. This try to enforce as much as possible the best practice of considering inpu...
SpringBoot Apply java8 features:
2025-01-07 02:18:10
325
Apply java8 features:Use references.Simplify stream.Use Comparator.Comment From: wilkinsona@arturobernalg Each time you ...
SpringBoot Support escaped characters in BasicJsonParser
2025-01-07 02:18:05
529
Fixes gh-14348Comment From: snicoll@DevOrc thank you for making your first contribution to Spring Boot. This is now merg...
SpringBoot Execute custom aspect before @Async
2025-01-07 02:18:02
517
@CustomAspect@Asyncpublic void test() { //do something}How to execute @CustomAspect aspect before @Async?Comment From...
SpringBoot Move appendix subsections under appendix section
2025-01-07 02:17:58
580
This involved a small code change to the generated configuration properties snippets: the section id has to start with '...
SpringBoot Tests for the example Gradle build scripts included in the Gradle plugin's docs do not run when those build scripts are changed
2025-01-07 02:17:50
621
I noticed this as part of working on https://github.com/spring-projects/spring-boot/pull/29611. The documentation was re...
SpringBoot In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples
2025-01-07 02:17:47
1295
The Spring Boot Gradle Reference Guide uses AbstractArchiveTask.classifier which is deprecated as of Gradle 5.1 and repl...
SpringBoot Document WebMvc.fn
2025-01-07 02:17:43
289
We document WebFlux.fn but not the Spring MVC one. We should probably add a short section.Comment From: mhalbritterHere'...
SpringBoot build-image fails sometimes with ArrayIndexOutOfBoundsException
2025-01-07 02:17:39
10654
Hi,We are experiencing an ArrayIndexOutOfBoundsException in some very rare cases while building our image with the sprin...
SpringBoot bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied
2025-01-07 02:17:35
2988
Due to some requirements with the xjc plugin, I need to declare multiple sourceSets in my project, and gather outputs of...
SpringBoot WebMvcTest and WebFluxTest ignore user-provided Thymeleaf IDialect beans
2025-01-07 02:17:29
1861
Beans implementing Thymeleaf's IDialect interface are automatically registered by Spring Boot as dialects for Thymeleaf ...
SpringBoot Add support for Redis 6 authentication with username
2025-01-07 02:17:26
2053
Redis 6 finally brings full ACL support by accepting a username in addition to the already existing password.It would ma...
SpringBoot Spring CORS Configuration is ignored after spring-boot 2.5.5 update
2025-01-07 02:17:22
2504
HelloI have a project using spring-boot with spring-securityAs I was trying to update my versions, my CORS configuration...
SpringBoot Avoid resolving configurations unnecessarily when building a layered jar
2025-01-07 02:17:19
1409
When BootJar is building a layered jar, it currently resolves all of the project's Configurations so that it can map the...
SpringBoot Docs appendix is at wrong level
2025-01-07 02:17:15
1072
Appendix sections are all at the top level. They should probably move under the Appendix titleComment From: mhalbritterI...
SpringBoot Spring Boot Dev Tools: Template updates, static files, and other file changes not being copied into target/** after modifying the file
2025-01-07 02:17:12
4542
I'm working on a Java/Spring Boot Application and like many web applications created with Java and Spring Boot it uses T...
SpringBoot Use Kotlin 1.6 for API and language version in reference documentation
2025-01-07 02:17:08
695
KotlinConventions currently uses 1.3, we should upgrade.Comment From: wilkinsonaI think we should only do this in the do...
SpringBoot Upgrade to R2DBC Borca-RELEASE
2025-01-07 02:17:04
1645
Spring boot version: 2.5.5r2dbc-pool version: 0.9.0.M2Autoconfiguration creates the pool successfully, but the connectio...
上一页
下一页
1
…
1967
1968
1969
1970
1971
…
2246
.