Aurora Blog
Home
MyBatis-Plus [功能改进]: 描述:与TableLogic注解搭配使用的逻辑删除功能
2025-07-05 14:01:26
998
确认[X] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[X] 我已经在 issue 中搜索过, 确认问题没有被提出过[X] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进我的业务里删除数据...
Gorm Allow Logger.Config.Colorful to be set as needed
2025-07-05 14:01:19
1255
Describe the featureI was looking to a have Method (example: func (l *logger) ColorMode(enabled bool) Interface that all...
Spring AI MistralAiChatModel returns an error if MessageChatMemoryAdvisor is used
2025-07-05 14:01:06
1769
Bug descriptionIf I use MistralAiChatModel with MessageChatMemoryAdvisor + InMemoryChatMemory, at the second iteration, ...
Spring AI run license:update-file-header faild
2025-07-05 14:01:04
134
The command ./mvnw license:update-file-header -Plicense cannot be executed correctly in my environment.Has anyone succes...
Spring AI com.fasterxml.jackson.databind.JsonMappingException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 43, column: 43]
2025-07-05 14:00:55
483
调用gpt4.1报错,大模型输出的结果被截断导致反序列化失败,怀疑是completionTokens超过了1024,但我并没有显式设置token任何长度限制的参数。是spring ai本身对模型输出长度做了限制吗?请问怎么解决?Here i...
Spring AI How does zhipu ai embeddings model support dimensions parameters
2025-07-05 14:00:52
982
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
SpringBoot Update spring-boot-webclient to have an API dependency on spring-webflux
2025-07-05 14:00:46
185
It currently has an optional dependency, but the module name would suggest that org.springframework.web.reactive.functio...
SpringBoot Change in DefaultErrorAttributes alters the shape of API validation error responses
2025-07-05 14:00:42
1907
A change in Spring Boot 3.5 (here and here) has what I consider an unintended API side-effect in applications. Basically...
Spring Content-Disposition response header duplicated for failed StreamingResponseBody
2025-07-05 14:00:37
4461
Spring Boot: 3.3.13; 3.4.7If return type in Controller is ResponseEntity and Content-Disposition header is set, it's cop...
Spring Consistent nullability and exception declarations in AbstractMessagingTemplate hierarchy
2025-07-05 14:00:31
284
In the course of #32501, it turned out that some of the method signatures in the AbstractMessagingTemplate hierarchy (an...
Spring InstanceFilter and ExceptionTypeFilter should set matchIfEmpty to true by default
2025-07-05 14:00:30
313
The constructors for InstanceFilter and ExceptionTypeFilter currently require one to supply the matchIfEmpty flag.Howeve...
Spring Require explicit constraints in @Contract
2025-07-05 14:00:28
513
@Contract is currently defined as follows.public @interface Contract { String value() default "";}That allo...
Spring Intercept JMS messages
2025-07-05 14:00:26
10576
I'm working on a Spring Boot app which communicates with other apps, or with itself, using JMS. In addition to the funct...
Spring Specify fetchSize/maxRows/queryTimeout per statement in JdbcClient
2025-07-05 14:00:19
895
I would like to be able do the following:jdbcClient.sql("SELECT * FROM table1 WHERE column1 = ?") .param(12...
Spring Request handler doesn't receive model attributes as built with a build-method
2025-07-05 14:00:17
5938
I'm trying to upgrade from Spring-Boot 3.3.13 to 3.4.6 and noticed that there has been a change in how @ModelAttribute o...
Spring Register runtime hints for Instant-to-Timestamp conversion
2025-07-05 14:00:11
2126
Issue DescriptionWhen creating a Spring JDBC application with GraalVM native support it seems that the Converters that n...
Golang proposal: sync: SlicePool for variable-sized slices
2025-07-04 14:04:18
15832
Proposal DetailsTo address the known footguns of using Pool with variable-sized slices (excessive memory usage on misuse...
Golang crypto/sha512: arm optimizations not implemented
2025-07-04 14:04:12
1748
by jeromyj:sha family hash functions on ARM architectures are quite slow, there is animplementation of sha512 (and sha1)...
Golang cmd/cgo: add -ldflags to augment CGO_LDFLAGS
2025-07-04 14:04:07
7534
Proposal Detailscgo proposal to avoid "argument list too long" (E2BIG) issues when CGO_LDFLAGS outgrows system limits.Pr...
Golang x/pkgsite: package removal request for github.com/digitalghost-dev/poke-cli
2025-07-04 14:04:05
755
What is the path of the package that you would like to have removed?https://pkg.go.dev/github.com/digitalghost-dev/poke-...
上一页
下一页
1
…
245
246
247
248
249
…
375
.