Aurora Blog
Home
SpringBoot Spring Boot 4 war does not work with external tomcat out of the box
2025-10-01 14:00:31
1446
When I generate a new Spring Boot app (4.0.0.M3) from start.spring.io using the "War" option, the assembled WAR will not...
SpringBoot Review the include of JacksonAutoConfiguration in DataElasticsearchTest
2025-10-01 14:00:29
342
Elastic uses its own, independent ObjectMapper through JacksonJsonpMapper. As such, I don't think DataElasticsearchTest ...
SpringBoot Rename Spring Session properties that depend on Spring Data
2025-10-01 14:00:28
521
Spring Session has two modules that depend on Spring Data:spring-session-data-mongodbspring-session-data-redisCurrently,...
Spring Add support for recording and reusing the outcome of classpath scanning
2025-10-01 14:00:22
621
We want Spring AOT to be able to replace runtime classpath scanning by an already-prepared index. This is similar to wha...
Spring Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes
2025-10-01 14:00:13
1386
Currently, the javadoc of org.springframework.context.event.EventListener.classes() says the following:The event classes...
Spring SpEL expression parser uses more CPU after upgrade to 6.2.9
2025-10-01 14:00:10
1484
SPEL expression parser takes more cpu after upgrade from 6.2.8 to 6.2.9,There is huge affect in performance and we use ...
Apache Superset 【6.0.0-RC2】Sorting filter values by a metric doesn't work
2025-09-30 14:03:50
2156
Bug descriptionI'm testing the version 6.0.0-RC2. Sorting filter values by a metric doesn't work. Instead of sorting the...
Apache Superset [6.0.0rc2] list of domain names that can embed this dashboard - not showing already added domains
2025-09-30 14:03:06
3688
Bug descriptionOn 6.0.0rc2With attached config overrides ( in the comment below )Start with docker compose -f docker-com...
Apache Superset gevent pulls in a conflicting greenlet
2025-09-30 14:02:26
3571
Bug descriptionTesting Superset v5.0.0 in a Python 3.10 virtual environment on Linux. In preparation for running via WSG...
MyBatis-Plus [错误报告]: 使用AspectJ不能切到继承了IService的接口或者实现
2025-09-30 14:02:05
609
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
MyBatis-Plus [功能改进]: 对于enum对象的 in 操作 支持
2025-09-30 14:02:02
1628
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...
Redis Support JavaScript - Choose JS Engine
2025-09-30 14:01:57
14959
On Redis 7 we first introduce the concept of Redis Functions. Redis function was built in a way that allows us to easily...
Gorm How to bug report of teh playground code?
2025-09-30 14:01:48
389
You request everyone to report using your playground code. But the playground code is broken on my machineHow to report ...
Gorm GORM Performance comparison with other ORMS/Tools
2025-09-30 14:01:44
2365
Your Question@jinzhu I just wanted to show you this: https://github.com/efectn/go-orm-benchmarks It seems that Gorm is a...
Gorm Support escaping double quotes in struct tags
2025-09-30 14:01:36
663
Describe the featureSupport escaping double quotes in struct tags.MotivationI have the following object and want to do a...
Spring AMQP Don't Initialize Lazy Factory Beans in RabbitAdmin
2025-09-30 14:01:24
419
When looking for exchanges, queues, bindings, don't use getBeansOfType() with eager initialization.https://stackoverflow...
Spring Security Ambiguity when multiple ReactiveAuthenticationManager beans are defined (WebFlux DSL)
2025-09-30 14:01:19
4102
Describe the bugWhen multiple ReactiveAuthenticationManager beans are defined in a WebFlux application (for example, one...
Spring Security Race condition in HeaderWriterFilter when using asynchronous processing
2025-09-30 14:01:17
10214
Describe the bugWhen using HeaderWriterFilter and asynchronous processing (e. g. a Spring MVC controller method that ret...
Spring AI StucturedOutput Example doesn’t work
2025-09-30 14:01:12
2286
List<ActorsFilms> actorsFilms = ChatClient.create(chatModel).prompt() .user("Generate the filmography ...
Spring AI ollama - Align keep-alive handling across OllamaEmbeddingModel and OllamaChatModel
2025-09-30 14:01:08
598
IssueCurrently, the keep-alive option is handled inconsistently between models.In OllamaEmbeddingModel, a duration parse...
上一页
下一页
1
…
16
17
18
19
20
…
367
.