SpringBoot Hot thread(reactor-http-epoll) appears when WebClient requests back-end services

🐞 Hot thread(reactor-http-epoll) appears when WebClient requests back-end services- Problem DescriptionI implemented an ...

SpringBoot okhttp update to 4.9.2

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.

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:

Apply java8 features:Use references.Simplify stream.Use Comparator.Comment From: wilkinsona@arturobernalg Each time you ...

SpringBoot Support escaped characters in BasicJsonParser

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

@CustomAspect@Asyncpublic void test() { //do something}How to execute @CustomAspect aspect before @Async?Comment From...

SpringBoot Move appendix subsections under appendix section

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

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

The Spring Boot Gradle Reference Guide uses AbstractArchiveTask.classifier which is deprecated as of Gradle 5.1 and repl...

SpringBoot Document WebMvc.fn

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

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

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

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

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

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

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

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

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

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

Spring boot version: 2.5.5r2dbc-pool version: 0.9.0.M2Autoconfiguration creates the pool successfully, but the connectio...
上一页 下一页
.