Aurora Blog
Home
Spring AI OpenAiApi object is not registered as a bean via AutoConfiguration
2025-09-20 14:00:58
1230
Bug descriptionAccording to the Spring AI documentation (https://docs.spring.io/spring-ai/reference/api/chatclient.html#...
SpringBoot The max-uri-tags property should prevent unlimited meter growth & memory leaks
2025-09-20 14:00:45
1576
Spring Boot Version: 3.5.6Expected BehaviorSetting the management.metrics.web.client.max-uri-tags property should preven...
SpringBoot Mockito @Captor property null on @WebMvc test after migrating from Spring Boot 3 to 4-M3
2025-09-20 14:00:39
1011
I'm migrating a project from Spring Boot 3, to 4.0.0.M3 with an existing test class using @WebMvc which has an Mockito a...
SpringBoot Document registration of a Jackson module in Spring Boot v4
2025-09-20 14:00:35
3113
Spring Boot v4 includes an upgrade from Jackson v2 to v3, which includes many breaking changes. One of these change is t...
SpringBoot IncorrectResultSizeDataAccessException after upgrade from 3.5.5 to 3.5.6
2025-09-20 14:00:27
1004
After upgrading from version 3.5.5 to 3.5.6, a method that previously worked correctly now throws the following exceptio...
Spring WebFlux fails to decode json array into String collection
2025-09-20 14:00:21
2642
Spring Boot: 3.5.6Spring Framework: 6.2.11When attempting to decode a JSON payload like this["hello", "wo...
Spring Improve Task Javadoc about Runnable wrapping
2025-09-20 14:00:15
352
As seen in https://github.com/spring-projects/spring-framework/issues/35320#issuecomment-3233859012, we should refine th...
Spring UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat
2025-09-20 14:00:08
2448
If you use the UrlHandlerFilter to ignore or remove trailing slash in URLs, when you call RequestDispatcher.forward() fr...
Golang access: requesting may-start-trybots
2025-09-19 14:08:20
777
After an extended hiatus, I am back to contributing to Go. I'm going to be working with @FiloSottile on cryptographic pl...
Golang crypto/tls: X25519MLKEM768 curve causes panics under GODEBUG=fips140=only
2025-09-19 14:08:18
3248
Go versiongo version go1.25.1 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/go: internal package import not allowed from within the standard library
2025-09-19 14:08:15
1430
For a new version of CL 703015 I tried importing internal/syscall/windows from the new crypto/internal/fips140/entropy p...
Golang debug/elf: panic slice out of range in DWARF
2025-09-19 14:08:13
2872
Go versiongo version go1.23.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/internal/obj/s390x: VSTRC vector instruction emitting incorrectly for few of extended mnemonics
2025-09-19 14:08:09
3008
Go versiongo 1.24Output of go env in your module/workspace:GO111MODULE=''GOARCH='s390x'GOBIN='/root/go/bin'GOCACHE='/roo...
Golang net: pure-Go DNS resolver occasionally delayed by GC/scheduler — kernel receives UDP but userspace processes late (short DNSLookup spikes)
2025-09-19 14:08:06
13558
Go versiongo1.20 - go 1.24 linux/amd64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_...
Golang proposal: allow type parameters on methods (generic methods)
2025-09-19 14:08:00
4961
Proposal DetailsBackgroundGo 1.18 introduced type parameters on functions and types, but methods cannot declare their ow...
Golang cmd/compile: error message for misuse of < in generic refers confusingly to comparable
2025-09-19 14:07:55
3063
Extracted from #63523. Compiling this programpackage pfunc F[T comparable](a, b T) bool { return a < b}producesfo...
Golang x/website: barely visible image in dark theme
2025-09-19 14:07:53
485
What did you do?Set the dark appearance in macOS.Open the blog post https://go.dev/blog/llmpowered in the latest Chrome ...
Golang x/tools/gopls: Implementation: OOB index panic in unify
2025-09-19 14:07:48
3248
#!stacks"goPanicIndex" && "fingerprint.unify.func3:+8"Issue created by stacks.func unify(x, ...
Golang crypto/internal/fips140/rsa: requires a panic if self-tests fail [1.24 backport]
2025-09-19 14:07:46
1504
@FiloSottile requested issue #74947 to be considered for backport to the next 1.24 minor release.@gopherbot please open ...
Viper for V2: make more fields public
2025-09-19 14:07:37
2641
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
上一页
下一页
1
…
35
36
37
38
39
…
368
.