Spring RestTemplate rootUri() gets ignored in @HttpExchange methods with URI parameter

DescriptionWhen using @HttpExchange clients with a custom RestClient built from a RestTemplate, setting RestTemplateBuil...

Spring API Versioning - media-type-parameter in YAML config

I'm trying out the new API Versioning for Spring Framework 7 and using the 'media-type-parameter' with YAML config that ...

Spring Fix spring-core multirelease jar

The multi-release jar for spring-core doesn't validate when running jar --validate --file spring-core.jar. Instead, the ...

Spring Consider adding a gradle-daemon-jvm.properties file

As of the change made in https://github.com/spring-projects/spring-framework/commit/7edb0b339719db49803f5a81c9501816d750...

Spring AbstractStreamingClientHttpRequest isn't actually streaming but buffering

Changes made in Spring 6.1 by removing buffering from the ClientHttpRequest implementations in this commit actually made...

Spring Proposal: Preserve Original 'Produces' Media Types in Exception Handlers

I have a REST service that can produce responses in either JSON or XML, as defined by the produces = {"application/xml",...

MyBatis-Plus [功能改进]: 希望能固定Querywrapper等的调用顺序

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

Gorm Customized Join Table Select/Update

Your QuestionSay for example I have these structs:type Person struct { ID int Name string Addresses []Add...

Spring Cloud Config Spring Cloud Config Import Config Behaviours

Describe the bugSpring Cloud Config 4.3.0Spring Boot 3.5.6Scenario 1application.ymlspring.application.name: demo1spring....

Spring Cloud Config Inconsistent exceptions thrown by Repository#resolve(String revstr) for invalid commit IDs

I was validating a scenario where, if I provide a commit ID that is not present in the repository, the Config Client sho...

Spring Security Add a Minimal Authorization Server Configuration

The reference currently has two samples. It would be nice if there was an intermediate example that shows a minimal conf...

Spring Security Oauth2 Graavlm issue

Describe the bugWhen running a native spring boot image with spring security and redis sessions I get an error both with...

Spring Security JdbcRegisteredClientRepository should support Jackson 3

Jackson 3 support was added to JdbcOAuth2AuthorizationService in gh-17832, however, it was not added to JdbcRegisteredCl...

Spring Security One Time Token Authentication Failure Handler

Expected Behaviorwhen the request resolver doesn't match, the filter should have a handler for failure for the user to c...

Spring Security Customizable Default Authentication Entry Point for Multi-Factor Authentication

Summary / Expected BehaviorWhen using @EnableGlobalMultiFactorAuthentication with Spring Security, the framework current...

Spring AI MCP tool not invoked when using .entity(Class) with ChatClient (version 1.1.0-M4)

When using ChatClient.prompt() with .entity(MyClass.class), the MCP (Model Context Protocol) tool is not invoked. Howeve...

Spring AI OpenAI Chat Response doesn't include Websearch annotations in stream mode

The OpenAI gpt-4o-search-preview model doesn't seem to return web search annotations in streaming mode.This is currently...

Spring AI Streaming token usage always zero in OpenAI chat streams [BUG]🐞

Bug descriptionWhen using the Spring AI chatClient.prompt().stream() API with OpenAI (tested on version 1.1.0-M3), the r...

SpringBoot Use since attribute in configuration properties deprecation consistently

Most properties that are deprecated don't have a since attribute. We should revisit them and add the attribute so that n...

SpringBoot GC pressure from SpringConfigurationPropertySource

SpringConfigurationPropertySource.DelegatingPropertyMapper.callMappers() is showing up in Flight Recorder as a source of...
下一页
.