Aurora Blog
Home
SpringBoot Rename MongoDB properties that do not require Spring Data MongoDB
2025-09-05 14:00:18
1291
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
2025-09-05 14:00:14
5410
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
2025-09-05 14:00:12
387
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
2025-09-05 14:00:11
853
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
2025-09-05 14:00:09
758
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
2025-09-05 14:00:07
83
Should have unspecified nullness like for Java void/ Void (see related check here).
Spring Invalid Nullness information for Kotlin properties
2025-09-05 14:00:05
621
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
2025-09-04 14:01:35
15007
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
2025-09-04 14:01:34
5390
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
2025-09-04 14:01:20
1473
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
2025-09-04 14:01:16
2664
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
2025-09-04 14:01:14
1776
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
2025-09-04 14:01:04
398
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
2025-09-04 14:01:02
125
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
2025-09-04 14:01:01
271
Currently, AuthenticatedMatcher#withRoles checks all authorities in MvcResult.It's semantics would be clearer if withRol...
Spring AI Add headers support for mcp clients
2025-09-04 14:00:53
187
The SseParameters and McpStreamableHttpClientProperties need Map<String, String> headers to support custom header...
Spring AI zhipu embedding model support batch processing
2025-09-04 14:00:51
233
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
2025-09-04 14:00:48
4634
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
2025-09-04 14:00:46
17594
```java@GetMapping("/ai/MyTikaDocumentReader") public String MyTikaDocumentReader () throws FileNotFoundException { ...
SpringBoot Rename ConditionalOnEnabledTracing
2025-09-04 14:00:40
583
See https://github.com/spring-projects/spring-boot/pull/46166#issuecomment-3236210953:The @ConditionalOnEnabledTracing i...
上一页
下一页
1
…
11
12
13
14
15
…
312
.