Spring Security Raise log level from DEBUG to WARN for firewall-rejected requests in HttpStatusExchangeRejectedHandler

Expected BehaviorIt seems that logging request rejections from ServerWebExchangeFirewall at the WARN level would improve...

Spring AI Support for Re-ranking Retrieval Optimization in Advanced RAG

I want to add a re-ranking feature in RAG but have encountered some issues that need improvement.Initially, I planned to...

Spring AI Supporting multiple LLMs in auto-config

Currently, proprietary or open models running in Google Vertex can be accessed through the Vertex Gemini module, respect...

SpringBoot Docker response 407 is not handled correctly resulting in no error message

HttpClientTransport has the following code: private Response execute(HttpUriRequest request) { try { ...

SpringBoot Add configuration properties for MongoDB's read and write consistency

SummaryCurrently, MongoProperties in Spring Boot does not provide a dedicated property for configuring MongoDB read pref...

Spring Allow to set TTL (and other QoS-related settings) on a per-message (and/or per-send) basis

I know there are at least two other issues on this topic:- #9856 describes the requirement and the context precisely; ho...

Spring Introduce JmsClient with customizable send/receive operations

Inspired by the introduction of JdbcClient in 6.1 (#30931) and by the requirements for customizable operations expressed...

Spring Improve handling of ResponseEntity<?> in Spring MVC

We have separate HandlerMethodReturnValueHandlers for regular response body vs streaming type return values, and if you ...

Spring Introduce value alias for cacheNames in @CacheConfig

35096 made me aware of the fact that @CacheConfig does not have a value attribute alias for cacheNames, even though the ...

Golang x/tools/gopls: inconsistent documentation for builtin error.Error

Currently, error.Error appears to be the only symbol without a doc comment in builtin.go. This causes inconsistency in h...

Golang proposal: time: add Time.AppendText

Proposal DetailsHi,I wrote a zero allocation marshaller with mus-go for a struct that contains a lot of time.Time. Unfor...

Golang cmd/gofmt: inconsistent behavior on removing unnecessary type names with -s arg

Go versiongo version go1.21.5 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang runtime/race: illegal instruction when building for old processor

Go versiongo version devel go1.23-82c371a307 Fri Jun 28 19:59:35 2024 +0000 linux/amd64Output of go env in your module/w...

Golang time: datarace on localLoc between initLocal and a library following private fields through reflect

What version of Go are you using (go version)?$ go versiongo version go1.24.4 darwin/arm64Does this issue reproduce with...

Golang x/sys/unix: add PthreadChdir and PthreadFchdir for darwin

Proposal DetailsDarwin has __pthread_chdir and __pthread_fchdir syscalls, wrapped (for internal use) in libpthread as pt...

Golang net/http: After request.WithContext(), the underlying request.MultipartForm.RemoveAll() becomes ineffective.

Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:noneWhat did you do?https://github.c...

Golang net/http: recommended way of handling MultipartForm and WithContext in middleware

I am currently working on fixing an issue in the OpenTelemetry Gin middleware: #6609. However, resolving this properly r...

Golang x/tools: v0.8.0 through v0.25.0 (Oct 2024) contain public packages that fail to build with Go 1.25.0

Go versiongo version go1.25rc1 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...

Golang cmd/compile: generics cannot infer slice/array of slice/array types

Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:Doesn't matter.What did you do?Go's ...

Golang errors: Join docs should mention Is/As

errors.Join docs are terse on how to inspect joined errors. My initial approach, upon reading the following passage// A ...
上一页 下一页
.