SpringBoot Hibernate Schema Validation filter is not working after upgrading to Spring Boot >3 (v3.0.1 - v3.1)

Hi @all!I am still missing a working schema filter as the issue here https://github.com/spring-projects/spring-boot/issu...

SpringBoot All trace id and span id lost after migration to SpringBoot 3

Hi, I have the same problem as described here, https://stackoverflow.com/questions/75214884/all-traces-lost-after-migrat...

SpringBoot Can't Override the ConversionService to apply GenericConverter's early enough in the process

I'm trying to register a GenericConverter that will be able to convert things with @Value or configuration property bind...

SpringBoot Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data

In https://docs.spring.io/spring-boot/docs/2.5.x/reference/html/features.html#features.nosql, below the bulleted list, t...

SpringBoot Clarify how nested directories are treated for configtree with wildcards

Any configtree: location that ends with /*/ will import all immediate children as config trees. It is worth stating expl...

SpringBoot Some Maven goal parameters have inaccurate descriptions and since versions

The mojos in the Maven plugin use inheritance in their implementations. This has created some problems with how those go...

SpringBoot Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory

For SB 3.1.1 with the following dependencies<dependency> <groupId>org.springframework.boot</groupId&gt...

SpringBoot Use virtual threads in SpringApplicationShutdownHook if enabled

The SpringApplicationShutdownHook creates a new Thread in org.springframework.boot.SpringApplicationShutdownHook#addRunt...

SpringBoot Use virtual threads in ShutdownEndpoint if enabled

ShutdownEndpoint creates a thread to call close on the application context to shutdown the application. This is done in ...

SpringBoot Add Assert.notNull calls and other polish

Hey,i've run SonarQube on the Spring Boot codebase and started to add some Assert.notNull calls where we use references ...

SpringBoot Use virtual threads in OnClassCondition if enabled

Comment From: mhalbritterI did some benchmarks, where I measured the total time taken in AutoConfigurationImportSelector...

SpringBoot Clarify the effect of using @EnableWebMvc

The following line:https://github.com/spring-projects/spring-boot/blob/07a7ff473b6e97db6f00eb62f4f8beb2fb8da73b/spring-b...

SpringBoot Document defaults for spring.mvc.format.* and spring.webflux.format.* properties

Why are there no default settings for spring.mvc.format.* properties?I mean: spring is convention over configuration, bu...

SpringBoot Documentation describes how to opt in to using the path pattern parser but it's now the default

We switched to using MVC's path pattern parser by default in 2.6, however the documentation doesn't reflect this everywh...

SpringBoot Document that scripts for database initialization are optional by default and how they can be made mandatory

HelloPls, read the following SO post firstWhy spring.sql.init.mode and spring.sql.init.platform are not throwing an erro...

SpringBoot Add ArchUnit rule to enforce declaring @Order on built-in Customizer beans

Customizer beans should declare an explicit reasonable order, it should be 0 with most case.See https://github.com/sprin...

SpringBoot Tune order of built-in Customizers

Leave some space let application Customizers executed after built-in Customizers.It's arguable to use Ordered.LOWEST_PRE...

SpringBoot Support initialization on different table names in the Spring Sesssion database initializer

I was reading #6649 and thought that since the fix got lost in the 2.1 merge (its here but not here) - why not support i...

SpringBoot Multiple datasource setup - injected jpa properties depend on load order

DescriptionWe have a setup where our spring boot app is connected to 2 separate datasources, primary and secondary. Thes...

SpringBoot spring.data.mongodb.auto-index-creation=true not working

In one of my project I am also facing a similar issue and AbstractMongoClientConfiguration class does not contain the me...
上一页 下一页
.