SpringBoot Rename MongoDB properties that do not require Spring Data MongoDB

Unless I have overlooked something, I think we may have missed some changes when determining the scope of #11574. MongoP...

Spring API Versioning with path segment strategy does not behave as expected

I currently test the new feature with Spring Web version 7.0.0-M8, and there are multiple issues I had before making it ...

Spring Support injecting the API version into a controller method

Most often it would be SemanticApiVersionParser.Version parses to a known, public Version type. We can easily support in...

Spring Avoid pinning in SSEEmitter & ResponseBodyEmitter

https://github.com/spring-projects/spring-framework/issues/30996 fixed thread pinning issue. But only for SSEEmitter. St...

Spring Improve reference docs on API versioning by path

As explained under #35404 it would help to show an example of inserting a path prefix with a placeholder for the version...

Spring Refine Nullness for Kotlin functions returning Unit

Should have unspecified nullness like for Java void/ Void (see related check here).

Spring Invalid Nullness information for Kotlin properties

It seems that Nullness properly gets the nullness information for Kotlin function return types, but not for members acce...

Apache Superset [SIP] Semantic Layer Support in Apache Superset

SIP: Semantic Layer Support in Apache SupersetAbstractThis proposal introduces changes to Apache Superset to better supp...

Apache Superset Error fetching table metadata + 404 on /ws + SupersetParseError (Unexpected token) in SQL Lab

Bug descriptionBug DescriptionI am facing multiple issues in Apache Superset (running via Docker Compose):When I try to ...

Apache Dubbo [Bug] there are short, float type deserialization issues at hessian lite of dubbo3

Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...

Redis [BUG] Ubuntu 24.04 & redis-sentinel is missing redis-server

Describe the bugThe service redis-sentinel does not start after upgrading redis-sentinel from 6:7.4.3-1rl1~jammy1 to 6:8...

Redis [BUG] Redis CLI ctrl+arrow

Describe the bugOften in the interactive Linux CLI one may want to keep a long key from a previous command but modify th...

Spring Security Add SecurityAssertions

There are many Security tests that extract authorities, convert them to strings, and then assert their contents. It woul...

Spring Security RequestMatchers should implement equals and hashCode

Because Spring Security sometimes uses RequestMatcher as a Map key, all implementations should implement equals and hash...

Spring Security AuthenticatedMatcher#withRoles should only check roles

Currently, AuthenticatedMatcher#withRoles checks all authorities in MvcResult.It's semantics would be clearer if withRol...

Spring AI Add headers support for mcp clients

The SseParameters and McpStreamableHttpClientProperties need Map<String, String> headers to support custom header...

Spring AI zhipu embedding model support batch processing

Zhipu's embedding model now supports batch processing. The current code doesn't, and it's throwing a warning. We need to...

Spring AI Add support for ByteDance's LLM doubao-seed-1-6-thinking

Expected BehaviorCan use Spring AI to integrate with ByteDance's LLM doubao-seed-1-6-thinking-250715or which starter sho...

Spring AI Error when using TikaDocumentReader

```java@GetMapping("/ai/MyTikaDocumentReader") public String MyTikaDocumentReader () throws FileNotFoundException { ...

SpringBoot Rename ConditionalOnEnabledTracing

See https://github.com/spring-projects/spring-boot/pull/46166#issuecomment-3236210953:The @ConditionalOnEnabledTracing i...
上一页 下一页
.