Nineya
Home
Blog
软著申请
SpringBoot Spring Boot 3.4.1 has Java 21 built dependency
2025-01-16 16:46:49
1459
We are updating Spring Boot from 3.3 to 3.4 and using the gradle plugin:org.springframework.boot:spring-boot-gradle-plug...
SpringBoot Logback OnErrorConsoleStatusListener is not registered when using a custom logback-spring.xml
2025-01-16 16:46:47
455
Registration of OnErrorConsoleStatusListener was added in the LogbackLoggingSystem.loadDefaults method (PR: #43575), sim...
SpringBoot Spring Boot 3.4.1 fails to start on Windows when using docker-compose because of --orphans flag
2025-01-16 16:46:38
6376
After upgrading to spring boot 3.4.1 my application isn't working anymore on Windows because of an unknown --orphans fla...
SpringBoot Enable ECS structured logging takes away the Banner and startup logging
2025-01-16 16:46:35
6201
Comment From: wilkinsonaenable ECS structured logging takes away the BannerThis is intentional. The banner isn't in a st...
SpringBoot Remove ZipkinWebClientSender and ZipkinRestTemplateSender
2025-01-16 16:46:17
113
Comment From: ngocnhan-tran1996May I work on this?Comment From: wilkinsonaThis will be handled as part of #43788.
SpringBoot Binding fails in presence of a synthetic constructor
2025-01-16 16:46:12
14105
There are cases that configuration property binding does not work when integrating 3rd party configuration class and it ...
Spring Update RestClientException Javadoc to refer to RestClient
2025-01-16 16:46:05
334
According to the reference documentation, the RestClient introduced in Spring 6 "throws a subclass of RestClientExceptio...
Spring Connection reset exception from RestTemplate call in Spring Web MVC controller is ignored
2025-01-16 16:46:03
8080
Consider a Spring Web MVC controller method that calls some downstream http service:@PostMapping("/hello")publ...
Spring R2DBC URL parser fails with "Illegal character in path" for specific URL patterns
2025-01-16 16:46:00
3007
DescriptionThe Spring R2DBC URL parser fails when handling certain database URLs, specifically throwing an "Illegal char...
Spring URIEditor prevents configuring URIs with encoded # sign
2025-01-16 16:45:27
1162
I have a ConfigurationProperties class containing a property of type java.net.URI.If I configure a value of file:///C:/s...
Spring Introduce a dedicated nullness API
2025-01-16 16:45:06
813
As a follow-up of #28797, this issue intends to introduce a nullness API for runtime checks since MethodParameter#isOpti...
Spring Track only qualifier annotations in BeanOverrideHandler
2025-01-16 16:44:50
383
BeanOverrideHandler currently tracks all "field annotations" for bean override fields (such as those annotated with @Moc...
Spring Remove @FunctionalInterface declaration from BeanOverrideProcessor
2025-01-16 16:44:48
394
A BeanOverrideProcessor is always instantiated via reflection and is never supplied as a lambda expression. In addition,...
Spring @Cacheable when keyBuilder return null, then throw error to main thread
2025-01-16 16:44:36
824
https://github.com/spring-projects/spring-data-redis/issues/3089#issue-2782880207Can we not handle the cache when return...
Gorm *string and *int cause left join not to return nil
2025-01-15 04:27:03
3021
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/781DescriptionI have two model structs. When I combine th...
Gorm Why is there an extra insert query running for updating Many to Many field updates?
2025-01-15 04:27:01
2938
Why is there an extra insert query running for updating Many to Many field updates? [check the second last INSERT query]...
Gorm Why update by map do not run Value() (driver.Value, error)
2025-01-15 04:26:58
689
Why update by map do not run Value() (driver.Value, error) function?db.create() will run the function.Comment From: gith...
Gorm invalid value, should be pointer to struct or slice
2025-01-15 04:26:55
2090
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/662DescriptionAfter adding BeforeSave hook, updating mode...
Gorm Many2Many with custom join table gets converted to snake_case when with TableName() function
2025-01-15 04:26:53
2090
Your QuestionUnable to set custom many2many table, always gets converted to snake caseThe document you expected this sho...
Gorm 如何全局禁用掉关联表数据的默认写和删除操作
2025-01-15 04:26:50
1483
Your Question在我目前的项目里,会需要使用 Preload Joins 这样的方法,但是确实不需要写操作的时候也去处理关联数据,所以我期望能全局禁用掉这个默认或者非默认行为,防止团队成员使用导致非预期错误。经过调研,找到了三种方...
上一页
下一页
1
…
900
901
902
903
904
…
2246
.