Aurora Blog
Home
SpringBoot WebTestClientAutoConfiguration fails when WebFlux is on the classpath and spring-boot-http-codec is not
2025-08-06 14:00:33
798
Hello, I just upgraded Spring Boot's version from 3.5.4 to 4.0.0-M1 in my project and tests build failed with this stack...
Spring Introduce ConfigurableApplicationContext.pause() and SmartLifecycle.isPauseable()
2025-08-06 14:00:30
959
Following up on #35171 and #35168, there are scenarios where a hard Lifecycle.stop() call on context pausing is undesira...
Spring Slowing down a Publisher/Flux based on WebSocket outbound queue size
2025-08-06 14:00:28
1879
When using Flux.generate to create WebSocketMessages for sending outbound on a WebSocketSession, there doesn't seem to b...
Spring URIEditor prevents configuring URIs with encoded # sign
2025-08-06 14:00:24
3462
I have a ConfigurationProperties class containing a property of type java.net.URI.If I configure a value of file:///C:/s...
Spring Unable to inject a URI with a fragment as a bean property value [SPR-7083]
2025-08-06 14:00:17
2733
Olav Reinert opened SPR-7083 and commentedIf I create a bean with a property of type java.net.URI, and try to initialize...
Spring URIEditor should not double escape classpath: URIs [SPR-16581]
2025-08-06 14:00:15
1405
Gerhard Bloch opened SPR-16581 and commentedMy Tomcat installation has a space character in the path (installation is pr...
Spring URIEditor double escapes % signs for URIs that contain a schema [SPR-6005]
2025-08-06 14:00:11
2846
Andreas Hartl opened SPR-6005 and commentedorg.springframework.beans.propertyeditors.URIEditor does a double escaping of...
Spring ScriptUtils.executeSqlScript() does not support multiple results per statement
2025-08-06 14:00:08
1527
I actually faced an issue for a Sybase ASE database using DatabasePopulator.execute() and ScriptUtils.executeSqlScript()...
Golang x/tools/gopls: add windsurf and cursor bucket to the gopls/client counter
2025-08-05 14:06:09
1787
SummaryAs an extension of #61038, can we also add a windsurf and cursor bucket to the gopls/client counter. New definit...
Golang cmd/compile: register allocation of rematerializable ops ignores the op output register constraints.
2025-08-05 14:05:59
4737
Note: as far as I know, this issue is not reachable with any Go source today, but it may be roadblock as we do more with...
Golang x/tools/go/packages: add Postorder, an iterator over import graph
2025-08-05 14:05:50
1116
Background: the x/tools/go/packages.Load function returns a set of packages that are nodes in a DAG, the import graph ov...
Golang cmd/go: test cache uses stale coverage data with -coverpkg
2025-08-05 14:05:47
5458
Go versiongo1.26-devel_bb124921e9 Sun Jul 27 12:36:07 2025 -0400 darwin/amd64Output of go env in your module/workspace:╰...
Golang x/mobile: EGLNativeWindowType definition mismatch on Android Termux
2025-08-05 14:05:41
4369
I first encountered this issue when compiling an Ebitengine app in an Android Termux environment.Full disclosure, there'...
Golang x/telemetry/config: telemetry for vscode-go command execution and source trigger
2025-08-05 14:05:38
3522
SummarySince #73036, we have collected the third party tool usage of gotests, goplay and gomodifytags.However the data i...
Golang x/mobile: fatal error: bulkBarrierPreWrite: unaligned arguments
2025-08-05 14:05:23
26923
What version of Go are you using (go version)?$ go versiongo version go1.16.5 darwin/amd64Does this issue reproduce with...
Golang cmd/go: doc for built-in package should use -u by default
2025-08-05 14:05:20
4167
Go versiongo version go1.25rc2 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g...
Golang x/tools/gopls: sigpanic in methods of persistent.Map (corrupt g)
2025-08-05 14:05:03
4369
#!stacks"sigpanic" && ("persistent.union:+0,+0x0" ||/* union */ "persistent.(*mapNod...
Golang x/tools/gopls: "file not found for pos = %d (%s)" crash in go/types
2025-08-05 14:05:01
8198
#!stacks"runtime.gopanic" && "go/types.(*Checker).fileFor:+11"This stack vD1W8g was reported...
Golang cmd/link: issues with Apple's new linker in Xcode 15
2025-08-05 14:04:42
39653
NOTE -- please readIf you see lines starting with ld: warning but not other outputs, they are just warnings, not errors....
Golang x/pkgsite: search for math/rand should answer with math/rand/v2 too
2025-08-05 14:04:37
486
What is the URL of the page with the issue?https://pkg.go.dev/math/randWhat is your user agent?irrelevantScreenshotNo re...
上一页
下一页
1
…
54
55
56
57
58
…
280
.