SpringBoot Spring Boot 3.4.1 has Java 21 built dependency

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

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

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

Comment From: wilkinsonaenable ECS structured logging takes away the BannerThis is intentional. The banner isn't in a st...

SpringBoot Remove ZipkinWebClientSender and ZipkinRestTemplateSender

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

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

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

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

DescriptionThe Spring R2DBC URL parser fails when handling certain database URLs, specifically throwing an "Illegal char...

Spring URIEditor prevents configuring URIs with encoded # sign

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

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

BeanOverrideHandler currently tracks all "field annotations" for bean override fields (such as those annotated with @Moc...

Spring Remove @FunctionalInterface declaration from BeanOverrideProcessor

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

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

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?

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)

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

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

Your QuestionUnable to set custom many2many table, always gets converted to snake caseThe document you expected this sho...

Gorm 如何全局禁用掉关联表数据的默认写和删除操作

Your Question在我目前的项目里,会需要使用 Preload Joins 这样的方法,但是确实不需要写操作的时候也去处理关联数据,所以我期望能全局禁用掉这个默认或者非默认行为,防止团队成员使用导致非预期错误。经过调研,找到了三种方...
上一页 下一页
.