Nineya
Home
Blog
软著申请
SpringBoot Hibernate Schema Validation filter is not working after upgrading to Spring Boot >3 (v3.0.1 - v3.1)
2025-01-07 16:42:31
1608
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
2025-01-07 16:42:24
4868
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
2025-01-07 16:42:21
6104
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
2025-01-07 16:42:17
1920
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
2025-01-07 16:42:12
215
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
2025-01-07 16:42:10
2806
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
2025-01-07 16:42:08
30805
For SB 3.1.1 with the following dependencies<dependency> <groupId>org.springframework.boot</groupId>...
SpringBoot Use virtual threads in SpringApplicationShutdownHook if enabled
2025-01-07 16:42:05
557
The SpringApplicationShutdownHook creates a new Thread in org.springframework.boot.SpringApplicationShutdownHook#addRunt...
SpringBoot Use virtual threads in ShutdownEndpoint if enabled
2025-01-07 16:42:02
267
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
2025-01-07 16:42:00
798
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
2025-01-07 16:41:58
1140
Comment From: mhalbritterI did some benchmarks, where I measured the total time taken in AutoConfigurationImportSelector...
SpringBoot Clarify the effect of using @EnableWebMvc
2025-01-07 16:41:53
3882
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
2025-01-07 16:41:49
1307
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
2025-01-07 16:41:45
656
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
2025-01-07 16:41:39
2791
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
2025-01-07 16:41:29
351
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
2025-01-07 16:41:27
465
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
2025-01-07 16:41:24
7987
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
2025-01-07 16:41:21
6969
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
2025-01-07 16:41:19
3498
In one of my project I am also facing a similar issue and AbstractMongoClientConfiguration class does not contain the me...
上一页
下一页
1
…
1788
1789
1790
1791
1792
…
2246
.