Aurora Blog
Home
SpringBoot Enhancing @Sql with TEST_CLASS and TEST_METHOD Execution Phases
2025-06-10 14:00:37
547
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
2025-06-10 14:00:36
1944
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
2025-06-10 14:00:34
8324
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
2025-06-10 14:00:32
6139
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
2025-06-10 14:00:30
168
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
2025-06-10 14:00:27
225
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
2025-06-10 14:00:25
327
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
2025-06-10 14:00:22
5628
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.
2025-06-10 14:00:12
17241
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
2025-06-10 14:00:09
3114
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
2025-06-09 14:02:45
4097
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:
2025-06-09 14:02:34
483
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
2025-06-09 14:02:30
2787
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
2025-06-09 14:02:28
4966
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
2025-06-09 14:02:26
15006
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
2025-06-09 14:02:24
4734
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
2025-06-09 14:02:22
16556
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
2025-06-09 14:02:19
12097
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
2025-06-09 14:02:17
692
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
2025-06-09 14:02:15
1806
Proposal DetailsThe issueGo compiler / linker packs tightly global variables, so multiple global variables can be put in...
上一页
下一页
1
…
29
30
31
32
33
…
55
.