Spring Security userDetailsPasswordService cannot be null error when using ReactiveUserDetailsService

Describe the bugWhen using Spring Security 7.0.0-M3 and defining a ReactiveUserDetailsService the applicationfails to st...

Spring AI CallToolResult: support EmbeddedResources

Using org.springframework.ai.tool.annotation.Tool with return of io.modelcontextprotocol.spec.McpSchema.CallToolResult d...

Spring AI How to get the _meta parameter in tools/call

How to get the _meta parameter in tools/callComment From: quaffSee https://docs.spring.io/spring-ai/reference/1.1-SNAPSH...

Spring AI Tool: support nullable ToolParams for inputSchema

OpenAi inputSchema requires nullable ToolParams. We have the issue, that OpenAI can not handle tool call where all ToolP...

SpringBoot spring-boot-starter-test:jar:4.0.0-M3 puts an ancient version of org.json:json on the classpath

After updating my Spring Boot Starter from v3.3.9 to v4.0.0-M3 some tests started failing because of an incompatibility ...

SpringBoot GraalVM Wiki page note on Buildpack support is out of date

The Spring Boot with GraalVM page in the project Wiki contains a note about Paketo buildpacks not supporting ARM archite...

SpringBoot Adapt to deprecation of org.eclipse.jetty.server.handler.gzip.GzipHandler

GzipHandler has been deprecated for removal in Jetty 12.1.1. The replacement seems to require an extra artifact accordin...

SpringBoot graalvm native-image: spring.profiles.active=prod does not take effect

When I try to build a SpringBoot application using GraalVM, spring.profiles.active does not seem to take effect.spring b...

SpringBoot Document how to configure API versioning for tests

Assume that we have a versioned REST API:@RestController@RequestMapping("/api")class QuoteController { @Get...

SpringBoot Liquibase 5.0 licensing issue

Liquibase 5.0 has been released [1] and has changed its license to Functional Source License. Can/should Spring Boot pro...

SpringBoot Support for PEM encoded encrypted private key

At the moment, when using spring.ssl.bundle.pem property with PEM encoded content, it works fine with what is defined in...

SpringBoot Review WebServers' auto-start behavior

Auto-start was introduced before 1.0. The intent appears to have been to prevent the server from starting. At the time i...

SpringBoot Embedded web servers behave inconsistently when server.port is set to -1

The behaviour is as follows when starting with server.port=-1:Jetty: app starts and stays running, but is not listening ...

SpringBoot Rename spring.mvc.view.prefix and spring.mvc.view.suffix as they are specific to JSPs

The prefix suggests they apply MVC-wide, however they're used to configure InternalResourceViewResolver which is largely...

SpringBoot Drop some transitive starters

The following starters aren't very useful on their own and we could consider dropping them:spring-boot-starter-reactorsp...

Spring Bug on WebFlux When Headers Arrive With Spanish Words

Description: Currently, I am working on a Spanish project using Spring Web Flux where some requests´ headers contain acc...

Spring Remove redundant object allocation in cglib proxy method calls

Hello!I've noticed a huge amount of memory allocations of java.lang.Boolean being made in calls to CGLIB proxies with a ...

Spring Simplify overriding of default codec for Jackson 3 vs 2

At the moment CodecConfigurer.DefaultCodecs has settings for a default Jackson vs Jackson2 codecs, but the actual logic ...

Spring Support explicitly specifying "no version" on a request

When a request is prepared, as a client or in tests, you can choose to either specify a version or not specify it. If yo...

Apache Superset Several errors with docker install and websocket config

Bug descriptionHello !I still have some trouble with my superset install.I opened a thread a few weeks ago about issues ...
上一页 下一页
.