Aurora Blog
Home
Spring Cloud Netflix Fix selecting HTTP client builders for Eureka Client
2025-09-22 14:00:35
1128
Currently, if there's a builder bean for HTTP client (RestClient.Builder, WebClient.Builder, etc.) created by the user, ...
Spring AI How spring-ai-starter-mcp-server-webflux honours non-blocking behaviour with Tool response being always synchronous?
2025-09-22 14:00:23
1486
I'm exploring spring-ai-starter-mcp-server-webflux project to spin up MCP server and my expectation with this offering i...
SpringBoot SB 4.0.0-M3: springBootImage containers fails starting with ClassNotFoundException: org.springframework.boot.env.EnvironmentPostProcessor
2025-09-22 14:00:14
585
To reproduce the problem, unzip the attached file (created using Spring Initializer):SB4-M3-buildpack.zipFirst, verify t...
Spring Missed Quartz Triggers After Spring Boot Upgrade to 3.4.5
2025-09-22 14:00:11
9772
Hi Team,We recently upgraded our application’s Spring Boot version from 3.4.2 to 3.4.5, which also included an update to...
Spring Issue/Question: RequestPart and HttpExchange not working together in Tests
2025-09-22 14:00:07
2488
First I want to say thank you for all the work that you are doing!I am not pretty sure if this is an issue or something ...
Golang proxy.golang.org, cmd/go, net/http: http2 PROTOCOL_ERRORS from the proxy
2025-09-21 14:03:36
9252
Go versiongo1.23.1 Linux (on GitHub Actions CI runs)What did you do?A ton of our GitHub CI jobs started failing today wi...
Golang os: file write permission ignored on linux trybots
2025-09-21 14:03:34
2586
https://go.dev/cl/614296 includes a simple test of file permissions:os.WriteFile a file with 0o444 permissions (read-onl...
Golang Asymmetric incompatibility of functions using func[H hash.Hash](h func() H, ...) vs func(h func() hash.Hash, ...)
2025-09-21 14:03:30
3141
Some newer standard libraries like crypto/hkdf started using the generics form of func[H hash.Hash](h func() H, ...). F...
Golang proposal: go/ast: add CommentsBetween helper function
2025-09-21 14:03:27
2264
Proposal DetailsWorking with go/ast and comments is hard (inserting/moving comments), but the current API of go/ast does...
Golang x/website: code in README.md is excessively HTML escaped
2025-09-21 14:03:24
356
Go versionn/aOutput of go env in your module/workspace:n/aWhat did you do?Go to https://go.dev/src/cmd/compile/internal/...
Golang cmd/go: use os.Args[0] instead of "go" in the go command output
2025-09-21 14:03:22
4750
Proposal DetailsI'm maintaining a thin wrapper over go command called emgo. It adds to the go build command some useful ...
Golang mime: builtinTypes ".xml" defaults to "text/xml" instead of "application/xml"
2025-09-21 14:03:20
1000
Go versiongo version go1.23.0 windows/amd64Output of go env in your module/workspace:DNAWhat did you do?DNAWhat did you ...
Golang spec: methods of the embedded struct field won't be promoted in two cases
2025-09-21 14:03:15
5234
What is the URL of the page with the issue?https://go.dev/ref/spec#Struct_typesWhat is your user agent?Mozilla/5.0 (X11;...
Golang proposal: mime/multipart: add WriteFile method to mime/multipart.Writer for streamlined file uploads from io.Reader
2025-09-21 14:03:10
9974
Proposal DetailsAbstractThis proposal suggests adding a new method, WriteFile, to the mime/multipart.Writer type in the ...
Golang proposal: strings,bytes: add ReplaceOnce
2025-09-21 14:03:08
891
Proposal Detailsas there many usage of Replace(old, new, 1).I Proposal to add ReplaceOnce to strings and bytes package. ...
Golang mime/quotedprintable: single line with only period cause message truncation when used in SMTP DATA
2025-09-21 14:03:06
5492
What version of Go are you using (go version)?$ go versiongo version devel go1.21-a618094c2a Sat Jul 8 13:45:19 2023 +07...
Golang mime: ParseMediaType can parse something FormatMediaType can't reformat
2025-09-21 14:03:04
1401
During fuzzing some custom HTTP request handling of my own I discovered a Content-Type #;*0="" which mime.ParseMediaType...
Golang mime/quotedprintable: support message with long lines
2025-09-21 14:03:01
1509
What version of Go are you using (go version)?$ go versiongo version go1.14.5 darwin/amd64Does this issue reproduce with...
Golang image/jpeg: Unable to decode concatenated JPEGs (MIME-less "MJPEG")
2025-09-21 14:02:59
9547
What did you do?Wrapping ffmpeg -i <url> -c:v mjpeg -f image2pipe - in a exec.Cmd and continuously decoding the co...
Golang net/http: still return the content on malformed MIME header line
2025-09-21 14:02:57
9553
Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go vers...
上一页
下一页
1
…
49
50
51
52
53
…
386
.