Aurora Blog
Home
SpringBoot Spring Boot 3.5.2 + Spring Cloud Gateway + Java 24 is still failing
2025-06-20 14:00:46
701
I have my application using Spring Boot 3.5.0 + Spring Cloud Gateway + Java 24 working fine.Then I upgraded to Spring Bo...
SpringBoot Use code-include for Gradle Groovy/Kotlin in documention
2025-06-20 14:00:44
404
There's a lot of copy/paste at the moment, especially with the tabs markup. We could use something like code-include if ...
SpringBoot spring-boot-starter-test is missing junit-platform-launcher to work with Gradle 9
2025-06-20 14:00:42
1688
This Gradle project:dependencies { testImplementation(platform("org.springframework.boot:spring-boot-dependencie...
SpringBoot Potential Regression with Configuration Properties in Spring Boot 3.5.1
2025-06-20 14:00:39
1629
Hello,when updating one of my applications from Spring Boot 3.5.0 to 3.5.1/3.5.2 a few testcases started to fail when lo...
SpringBoot Update Log4j's configuration using reconfigure rather than start
2025-06-20 14:00:37
4144
If I update my project from Log4J 2.24.1 to 2.25.0 (no other changes), I no longer get logging output.Spring Boot 3.5.1,...
SpringBoot Potential regression in charset encoding for Content-Type header
2025-06-20 14:00:35
2740
DescriptionSpring Boot version: 3.4.4Java version: 17Maven version: 3.9.0I have a Spring Boot app that:1. extends the On...
SpringBoot Error to read list of records from postgresql when install. 3.5.1 spring boot. Works fine with 3.5.0.
2025-06-20 14:00:33
2974
2025-06-19 11:45:19 ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet] - Servlet....
SpringBoot Support using Log4j2 in a GraalVM native image
2025-06-20 14:00:31
14764
Starting a native image built with bootBuildImage and org.springframework.boot:spring-boot-starter-log4j2 throws an erro...
SpringBoot IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice
2025-06-20 14:00:29
6030
Discovered by the Spring Cloud team, the fix for #45994 has caused a nasty regression when filtering is applied twice:Ca...
SpringBoot IllegalArgumentException in configuration properties binding
2025-06-20 14:00:28
6840
After update from Boot 3.5.0 to 3.5.1, the following arrangement now throws on startup:@ConfigurationProperties(prefix =...
Spring Add support for application/x-www-form-urlencoded content type in HTTP Interface (HttpExchange)
2025-06-20 14:00:18
3300
Hello!SummaryPlease add support for sending application/x-www-form-urlencoded request bodies using the @HttpExchange / @...
Spring TransactionalEventListener(phase = BEFORE_COMMIT) not called if the event was fired by another transactional listener in the same BEFORE_COMMIT phase
2025-06-20 14:00:16
8838
DescriptionAn event published within the handling of a transactional event listener with its phase set to BEFORE_COMMIT ...
Spring GenericConversionService selects incorrect converter for String to List<String> conversion
2025-06-20 14:00:13
3459
This issue is related to #34535 and #34298.Converter<String, List<? extends Map<String, ?>>> is incorr...
Spring Consistent validation of supported API versions
2025-06-20 14:00:10
349
Currently an @RequestMapping without a version matches any version regardless of whether it is even supported. While it ...
Golang Protobuf internal/encoding/json/decode_number accepts string values that contain a comma
2025-06-19 14:11:37
2072
What version of protobuf and what language are you using?Version: master, GoWhat did you do?With the parseNumber functio...
Golang proposal: maphash: drop purego version and establish stronger runtime boundary
2025-06-19 14:11:06
4573
Proposal DetailsBackgroundToday, the Go standard library does not have a clear boundary between what is part of the gc-s...
Golang runtime, cmd/compile: consider runtime.free, runtime.freetracked and GOEXPERIMENT=runtimefree
2025-06-19 14:11:04
9237
I have a WIP CL 673695 with a better and more complete description, but opening this issue here to help with discussion....
Golang proposal: slices: Add functions Map and Filter
2025-06-19 14:11:01
4287
Proposal DetailsI propose the creation of two new function, Map and Filter, to the slices package:MapMap creates a new s...
Golang proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation
2025-06-19 14:10:57
25844
(API in this note updated Jun 18 2025 --adonovan.)Background: In https://github.com/golang/go/issues/69420 I proposed to...
Golang proposal: encoding/{base32,base64}: constant-time implementations of RFC 4648 codecs for use with cryptography keys
2025-06-19 14:09:10
15569
Proposal DetailsBackgroundThe current implementations of the base32 and base64 codecs are not ideal for cryptographic us...
上一页
下一页
1
…
150
151
152
153
154
…
234
.