SpringBoot Review package and property name for persistence exception translation auto-configuration

Framework's PersistenceExceptionTranslationPostProcessor is in its spring-tx module in the org.springframework.dao.annot...

SpringBoot Add methods to connector and request factory builds to apply pre-packaged customizations

Hey!Spring Boot 4.0.0-SNAPSHOTInterface WebClient.Builder has method apply(). It would be fine, to see it also for Clien...

SpringBoot Support a generalized way to configure Liquibase global properties through Spring Boot configuration

ProblemLiquibase has an expanding set of global configuration options (e.g. duplicateFileMode, logLevel). Currently, the...

SpringBoot Document that you need to build with Java 25 for buildpack build-image Graal support

I think the new reachability JSON files means that we'll need to raise the baseline for native image generation. We'll a...

SpringBoot Consider how to support HTTP service clients without using @ImportHttpServices

Our initial cut of HTTP Service clients doesn't support automatic classpath scanning and as such @ImportHttpServices is ...

SpringBoot Trace context (traceId/spanId) seems to sometimes get lost when execution moves from imperative to reactive stack

I'm working on a Spring Boot application using Spring WebFlux with reactive WebClient and Micrometer for tracing. It see...

SpringBoot Use a shaded version of org.json in spring-boot-configuration-metadata and spring-boot-cli

Hi,spring-boot-configuration-metadata has a dependency on com.vaadin.external.google:android-json:0.0.20131108.vaadin1 (...

Spring Support of basicAuthentication in RestClient

Can we add support for basicAuthentication to the RestClient? I found it really helpful to have this authentication meth...

Spring Allow BeanRegistrar to access already registered bean definitions

DescriptionAs a framework developer, I want BeanRegistrar to provide access to already registered bean definitions, so t...

Spring Introduce KotlinUtils

Kotlin support has grown organically both in Spring Framework and other Spring portfolio projects, the set of features r...

Spring Optimize Kotlin reflection runtime efficiency

kotlin-reflect is a big 2 MB JAR, producing important CPU and memory spikes at startup on the JVM.It would be interestin...

Gorm Table structure mapping bug

DescriptionThere are two bugs:My UserGame table has a Describe field, but it's not mapped to the database table. After r...

Gorm Wrong create SQL Args generated, Wrong SQL log generated

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/1Descriptiontype UserStatus int32const ( Active UserSt...

Spring AI It is recommended to add SpEL expression support to the @Tool annotation.

Comment From: sunyuhan1998I think this might require significant changes. Currently, the handling of @Tool is parsed in ...

Spring Spring 6.2.9+ causes ALB Lambda validation failures to return 502 instead of 400

A regression appears when running a Spring Boot 3.5.5 (Spring Framework 6.2.9 or later) application on AWS Lambda behind...

Spring Missing Nullable on body parameter in HttpClientErrorException.create methods.

The create methods on org.springframework.web.client.HttpClientErrorException seems to be missing a Nullable annotation ...

Golang cmd/go: can use invalid sub-dependency version

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

Golang cmd/compile: incorrect error message when assigning an interface to a constant

What version of Go are you using (go version)?go version devel +68c7cb25a7 Wed Apr 4 12:18:29 2018 +0100 darwin/amd64Doe...

Golang cmd/compile: channel element type too large compiling errors are not reported for channels named with blank identifer

Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go vers...

Golang proposal: x/term: make x/term functions take uintptr file descriptors instead of ints

Proposal DetailsThe documentation recommends getting the file descriptor with the following:oldState, err := term.MakeRa...
上一页 下一页
.