SpringBoot Enhancing @Sql with TEST_CLASS and TEST_METHOD Execution Phases

When using Spring Test's @Sql annotation, can we add two values, TEST_CLASS and TEST_METHOD, to the ExecutionPhase enum?...

SpringBoot Custom property conversion bypassed again in Spring Boot 3.4.6 and 3.5.0

A previously resolved issue appears to have resurfaced in Spring Boot 3.4.6 and 3.5.0.When resolving configuration prope...

SpringBoot Binding no longer works with sytem environment properties that are not upper case

The relaxed binding of Configuration Properties in Spring Boot 3.5.0 is broken for records with field names containing a...

SpringBoot SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT

In spring boot 3.4.5 I could setup my management server port as an env var with a prefix since 3.5.0 this is no longer t...

SpringBoot Include configuration classes from all modules in the "Auto-configuration Classes" appendix

Currently, only spring-boot-autoconfigure and spring-boot-actuator-autoconfigure are included. We should include all oth...

SpringBoot Remove ZipkinAutoConfigurationIntegrationTests as it's no longer relevant

Support for RestTemplate- and WebClient-based senders was deprecated in 3.3 and then removed in 3.5. The removal made Zi...

SpringBoot Properties bound in the child management context ignore the parent's environment prefix

Property binding performed in the child management context, for example through @EnableConfigurationProperties on a @Man...

Spring OutOfMemoryError in springboot stomp/websocket server with embedded tomcat when many clients connect

I have a springboot application that acts as a websocket server using stomp. The embedded server is tomcat. I am using s...

Spring RSocket Interfaces doesn't work with coroutines.

Hello, dear team. I use Spring Boot starters of recent 3.4.5 version to investigate Spring RSocket Interfaces. Here is m...

Spring Serializer hint registration is broken for some Kotlin classes

ReproduceThe issue does not occur in the JVM environment, but it fails in the native environment.kotlin generic classkot...

Golang runtime: make injectglist starting spinning m

Proposal DetailsCan we set the parameter spinning of the runtime.startm function to true by default to make full use of ...

Golang proxy.golang.org:

Comment From: gabyhelpRelated Issuesproxy.golang.org: #55024 (closed) proxy.golang.org: #54574 (closed) proxy.golang.o...

Golang encoding/xml: brittle support for matching a namespace by identifier or url

The issue is that I believe a struct tag's namespace should be matchable by the xmlns identifier or url. To shed some li...

Golang proposal: encoding/xml: allow caller to specify preferred namespace prefix

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

Golang encoding/xml: proposed fixes for namespaces

Issue #13400 lists a number of issues related to namespace handling in encoding/xml. It's been noted that this area nee...

Golang encoding/xml: Serializing XML with namespace prefix

Hi!I'm struggling with serializing XML (and deserializing again).But first things first:go version devel +434e0bc Mon Ju...

Golang encoding/xml: fix name spaces

There are many pending issues related to the handling of xml name spaces. We need to rethink this. One more try and then...

Golang encoding/xml: support for XML namespace prefixes

Marshal-ing data back to XML does not seem to support namespace prefixes.. For example:https://play.golang.org/p/6CY71H...

Golang proposal: cmd/go: warn if module uses features from next version of Go

Proposal Details// go.mod module testgo 1.20// main.gopackage mainimport ( "fmt" "go/types&q...

Golang proposal: cmd/compile: align all the global variables to cache line size boundaries

Proposal DetailsThe issueGo compiler / linker packs tightly global variables, so multiple global variables can be put in...
上一页 下一页
.