Spring AI I have discovered a bug ---- Custom Advisor cannot obtain token consumption quantity

I wanted to obtain the number of tokens consumed for calling the large model, so I customized the Advisor, but it didn't...

Spring AI Model Tool Calls not persisted in chat memory

Bug descriptionWhen adding a MessageChatMemoryAdvisor to my chat client. I would expect it to persist all messages, incl...

SpringBoot When using embedded servlets and log4j2, should "log4j2.enableThreadlocals" be enabled by default to avoid GC issues?

When using log4j2, I noticed these two system properties: "isWebApp" and "enableThreadlocals," which are mutually exclus...

SpringBoot Introduce customizer for SpringOpaqueTokenIntrospector

I want to customize authenticationConverter of SpringOpaqueTokenIntrospector, currently I need to redefine my own bean t...

SpringBoot Consider reverting predicate support for OperationMethod

Reviewing #45389 I noticed that OptionalParameter isn't documented and is quite hidden compared to the check that exists...

SpringBoot Only support @OptionalParameter annotation with endpoint methods

Given the decision in #45390 and the added confusion cause by the predicate in OperationMethod (see #46772) I think we s...

SpringBoot Hibernate Configuration error with Springboot 3.4.x native images

(https://drive.google.com/file/d/1VhiNjbatpojBah1XOaYRBN8NKWDMkzpw/view?usp=sharing)Have been hitting this issue regular...

SpringBoot Remove dependency management for Spring Retry in favor of spring-core's new retry support

Spring Retry is phasing out and no new major releases are scheduled. The core infrastructure of Spring Retry has moved t...

SpringBoot Adapt RabbitRetryTemplateCustomizer now that Spring AMQP no longer relies on Spring Retry

Looking at the latest state of affairs in Spring AMQP, things are a bit out of sync:The server-side (interceptors for @R...

Golang runtime/pprof: TestProfilerStackDepth/mutex failures

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/mutex"I...

Golang proposal: runtime/pprof,runtime: add new goroutine leak profile as a GOEXPERIMENT

This is a mini-proposal to land the work powering #74609 behind a new GOEXPERIMENT, goleakprofiler, so1. The implementat...

Golang x/tools/gopls/internal/analysis/modernize: rangeint suggests changes that alter some programs' semantics

Go versiongo version go1.25.1 darwin/amd64Output of go env in your module/workspace:N/AWhat did you do?I ran modernize (...

Golang proposal: net/http: reuse connection if entire unread body is in buffer

Proposal DetailsCurrently, if an HTTP response body is closed before fully read (fully means till EOF),the underlying HT...

Golang x/tools/gopls: Improve MCP Port Management for gopls in Multi-Workspace Environments

Description:The current implementation of the gopls MCP server (https://tip.golang.org/gopls/features/mcp) presents chal...

Viper Viper errors should honor errors.Is() from standard package errors

It would be very nice and consistent with the modern ways of processing errors if viper's errors would follow the Unwrap...

Pandas BUG: DataFrame.xs multi-index drop_level=False has no effect when level= is left at default

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas ENH: implement shift(method='head|tail')

http://stackoverflow.com/questions/22670904/python-pandas-turn-absolute-periods-into-relative-periods/22671904?noredirec...

Pandas ENH: simple, compact and reversible JSON interface

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas API/DOC: Add NumpyEADtype to the public API

This is currently accessible viaIn [5]: pd.array([1], dtype="int16").dtypeOut[5]: NumpyEADtype('int16')I think...

Pandas BUG: Index.get_indexer will change behaviour for nulls with arrow strings

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页 下一页
.