Aurora Blog
Home
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...
Golang math/big: TestMulUnbalanced failures
2025-08-12 14:05:04
1683
#!watchflakesdefault <- pkg == "math/big" && test == "TestMulUnbalanced"Issue created aut...
Golang net/http: http2 client data race to close request body when server crashes unexpectedly
2025-08-12 14:04:51
6342
Go versiongo version go1.24.2 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/vulndb: TestLintReports/data/reports/GO-2025-3368.yaml failures
2025-08-12 14:04:43
1986
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang cmd/asm: ARM64 NEON floating point instructions (VFABD VFMAX, VFMAXNM, VFMINNM VFMIN VFADD, VFSUB VFMUL, VFDIV VFMLA, VFMLS VCVT*)
2025-08-12 14:04:40
5652
What version of Go are you using (go version)?$ go versiongo version go1.15 linux/arm64Does this issue reproduce with th...
上一页
下一页
1
…
38
39
40
41
42
…
285
.