SpringBoot Spring Boot 4 war does not work with external tomcat out of the box

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

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

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

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

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

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

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

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

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的接口或者实现

确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...

MyBatis-Plus [功能改进]: 对于enum对象的 in 操作 支持

确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...

Redis Support JavaScript - Choose JS Engine

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?

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

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

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

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)

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

Describe the bugWhen using HeaderWriterFilter and asynchronous processing (e. g. a Spring MVC controller method that ret...

Spring AI StucturedOutput Example doesn’t work

List<ActorsFilms> actorsFilms = ChatClient.create(chatModel).prompt() .user("Generate the filmography ...

Spring AI ollama - Align keep-alive handling across OllamaEmbeddingModel and OllamaChatModel

IssueCurrently, the keep-alive option is handled inconsistently between models.In OllamaEmbeddingModel, a duration parse...
上一页 下一页
.