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...

Spring AI Pure Java Implementation SentencePiece4J Released

Google has sentencepiece but its written in C++ and java side requires jni and its not that much portableSo we have adde...

Spring AI Separate Authorization for MCP Initialisation Calls from MCP User/Tool Calls

My current understanding is this:When I have a chat service (acting as mcp client) and an mcp server deployed in a serve...

Spring AI Allow defining multiple MCP servers in a single application, with parametrized paths

Expected BehaviorDevelopers should be able to register multiple MCP servers on non-default paths, and these paths could ...

Spring AI Multiple tools with the same name

使用spring-ai-mcp-client-webflux-spring-boot-starter-1.0.0.M6 maven依赖,创建mcp client启动时报错:Multiple tools with the same name...

Spring AI Cannot exclude certain auto-configurations in a consuming Boot application

Bug descriptionThere is a special case in MCP tools, where excluding the ToolCallingAutoConfiguration would be desirable...

Spring AI getToolCalls empty!

ChatResponse chatResponse = chatClient.prompt() .user(prompt) .tools(new OpenIaFunctions()) ...

SpringBoot Typo: Envronment -> Environment

Typo found on the word Envronment. Should be Environment.https://github.com/search?q=repo%3Aspring-projects%2Fspring-boo...

SpringBoot PrimaryDefaultValidatorPostProcessor mismatches between bean lookup and BeanDefinition lookup when using parent/child ApplicationContext

Spring Boot Version:1.5.6.RELEASE or 2.2.10.RELEASEProblem Description:When using a parent/child ApplicationContext setu...

SpringBoot ActiveProfiles not used on SpringBootApplication for bootTestRun

It would seem that ActiveProfiles isn't detected when on a SpringBootApplication when run as part of bootTestRunIn src/t...

SpringBoot Empty gap in log messages in v4.0.0-M3

After upgrading to Spring Boot v4.0.0-M3 the console log messages have a big empty gap before the package name, e.g.2025...

SpringBoot Adapt source code references to new modules in reference guide

The reference documentation still has a number of use of code-spring-boot-autoconfigure-src which are broken with the mi...

Spring Upgrade to JUnit 5.14

OverviewJUnit 5.14 is scheduled to be released tomorrow.Although we will not require JUnit Jupiter 5.14 as a new baselin...
上一页 下一页
.