Aurora Blog
Home
Spring AI Add retry options for VertexAiGeminiChatModel
2025-08-13 14:01:01
2186
Expected BehaviorVertexAiGeminiChatModel should use retry options similar to e.g. OpenAiChatModel.Current BehaviorVertex...
Spring AI Common types for text-to-speech
2025-08-13 14:00:59
2343
Similar to what I suggested in #1478, it would be great if text-to-speech had a set of common types. The SpeechModel int...
Spring AI The document segmentation vectorization failed.
2025-08-13 14:00:56
1648
The reason is that there is a problem with the batching logic in the TokenCountBatchingStrategy, which exists in version...
Spring AI Stability AI does not produce observability metrics
2025-08-13 14:00:54
2083
When I generate images with OpenAI, I can see the metrics for those generations in the Actuator's metrics endpoint. But ...
Spring AI Health indicators for vector stores (and any other external APIs)
2025-08-13 14:00:52
1034
Given that vector stores are databases that are external to the application, which could go down or otherwise become una...
Spring AI Native compilation support for Qdrant and Weaviate
2025-08-13 14:00:50
2176
The work on native compilation support for the vector stores in Spring AI is tracked in https://github.com/spring-projec...
Spring AI Web scraping ETL
2025-08-13 14:00:48
3077
Is there a feature in the pipeline to support web scraping functionality - similar to what the LangChain library has to ...
Spring AI Add aws opensearch serverless collections as vector store
2025-08-13 14:00:45
285
Update opensearch to include the new opensearch serverless collections as vector storeComment From: markpollackThere hav...
Spring AI (Feature request) Add support for latency optimized performanceConfig (AWS bedrock converse)
2025-08-13 14:00:41
645
AWS Bedrock has support for latency optimization that speeds up response times for certain models. Would love to be able...
SpringBoot Fail with a useful error message if Gradle is run on JDK < 24
2025-08-13 14:00:34
2469
As we now have JSpecify and NullAway in our build, we should configure our build to always compile with JDK 24, no matte...
SpringBoot CORS Blocking Requests from Client App Android — Backend Does Not Process POST
2025-08-13 14:00:31
1957
CORS Blocking Requests from Client App Android — Backend Does Not Process POST /notificationDescriptionWhen making a req...
SpringBoot Support transitive exclusions in Maven to reach parity with Gradle
2025-08-13 14:00:28
6956
The Spring Boot Gradle plugin defines the developmentOnly and testAndDevelopmentOnly configurations that are extremely c...
Spring Refine Jackson 3 constructors to accept only JsonMapper instances for JSON
2025-08-13 14:00:08
755
Originally, Jackson 3 JSON converters, codecs et views constructors were taking an ObjectMapper parameters. I did that t...
Golang x/tools/internal/refactor/inline: choose better local names for renaming imports
2025-08-12 14:05:46
3098
Part of #63352The current mechanism takes the last segment of the package path and appends a numeric suffix (if needed) ...
Golang cmd/compile: infinite loop in compiler
2025-08-12 14:05:37
2862
git clone https://github.com/valkey-io/valkey-gocd valkey-go/internal/cmdsgo test -cSeems to generate an infinite loop i...
Golang x/tools/internal/stdlib: update stdlib index after every major Go release
2025-08-12 14:05:29
4755
API changes should automatically be detected by x/tools/internal/imports after each major release. After 1.14, they were...
Golang x/tools/gopls/internal/analysis: add "modernizer" analyzers
2025-08-12 14:05:26
17336
[Note: please create new issues for bugs and feature requests rather than expanding the scope of this one.]Between gener...
Golang proposal: encoding/jsonc: adding standard library support for JSONC ("JSON with Comments")
2025-08-12 14:05:22
2214
Proposal DetailsAdd support for the JSON with Comments specification, in a new package, called encoding/jsonc.Given Go's...
Golang net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix
2025-08-12 14:05:13
5438
The accepted proposal is to add new methods to new.Dialer: https://github.com/golang/go/issues/49097#issuecomment-989057...
Golang x/crypto/x509roots: regeneration fails with "404 Not Found"
2025-08-12 14:05:05
446
Attempting to regenerate this package currently fails with:$ go generate golang.org/x/crypto/x509roots2025/08/11 15:34:0...
上一页
下一页
1
…
125
126
127
128
129
…
373
.