SpringBoot Need confirmation of EOL of Spring boot 2.7.x

According to https://spring.io/projects/spring-boot#support, OSS support for Spring boot 2.7.x has reached "End of suppo...

SpringBoot Add support for org.testcontainers.kafka.KafkaContainer

Currently, spring-boot-testcontainers supports only org.testcontainers.containers.KafkaContainer, but not org.testcontai...

SpringBoot AnonymousAuthenticationFilter bug

org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to acce...

SpringBoot Use early static registration of EventPublishingContextWrapper

https://github.com/spring-projects/spring-boot/blob/a34917007308fbcd22028c2a39522a4fad5e9651/spring-boot-project/spring-...

SpringBoot Spring Boot Unable to Connect to Redis in Production Mode, Despite Working Requests

🐞 Bug reportDescription:I am experiencing an issue with the spring-boot-starter-data-redis-reactive version 3.1.3 when t...

SpringBoot Document that spring-boot:repackage should not be run from the command-line

This is exactly the same as reported https://github.com/spring-projects/spring-boot/issues/19055Environment:mvn -VApache...

SpringBoot Bump fast-xml-parser from 4.4.0 to 4.4.1 in /antora

Bumps fast-xml-parser from 4.4.0 to 4.4.1.ChangelogSourced from fast-xml-parser's changelog.Note: If you find missing in...

SpringBoot Maven plugin integration tests cannot run against release local repository

https://github.com/spring-projects/spring-boot/issues/33383 introduced an integration test that uses spring-boot-starter...

SpringBoot Spring Boot 2.5.0 and InvalidDefinitionException: Java 8 date/time type java.time.Instant not supported by default

After update from Spring Boot 2.4.5 to Spring 2.5.0 I noticed the following exceptions in the application logs:Caused by...

SpringBoot Migrating to Spring Boot v2 to v3 and Getting ClassNotFoundException for javax.xml.bind.annotation.XmlElement

While migrating from Spring Boot v2.7.14 to v3.3.2, I'm getting the below error :ClassNotFoundException for javax.xml.bi...

SpringBoot Allow binder to compose collections from multiple sources

Currently the Binder class has a "first wins" policy for binding lists. From the docs:When lists are configured in more ...

SpringBoot Propose new spring.autoconfigure.exclusion property binding as Map to support multiple property sources

Currently the spring.autoconfigure.exclude property is bound as a List<Class<?>>. This is a problem as colle...

SpringBoot DynamicPropertyRegistry in @Bean-method fails with spring-boot-testcontainers dependency in classpath (3.4.0-M1)

In Spring Boot until 3.3.x I was able to inject an instance of DynamicPropertyRegistry into a @Bean configuration in my ...

SpringBoot CVE-2024-38809 in spring-web, any plans to upgrade to 6.0.23

Comment From: PookiPokversion 3.1.xComment From: wilkinsonaOSS support for Spring Boot 3.1.x is no longer available. 3.1...

SpringBoot Reduce the boilerplate that's required in tests that use a service in a Testcontainers-managed container

A common pattern when using Testcontainers is to use @DynamicPropertySource to configure the properties required to use ...

SpringBoot StatusAssertions expectStatus() should use the HTTP status (not json field)

I'd like to strip the reactive DefaultErrorAttributes to only expose timestamp and message fields in the json response.E...

SpringBoot Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice

In Version 3.3.1 https://github.com/spring-projects/spring-boot/commit/60b7e6cf23c9befefa78bb41e1fb5073d2258de7 got merg...

SpringBoot Gradle Kotlin DSL - Spring boot - parameter not working [java.lang.IllegalArgumentException: Name for argument of type...] - Integration Test

I'm posting it here because I don't know who's fault it is, whether it's Srping or Gradle's.https://github.com/gradle/gr...

SpringBoot Micrometer’s OpenTelemetry integration fails when OpenTelemetry context is used too early

I discovered an issue with Spring Boot Micrometer`s OpenTelemetry integration, version 3.2 and newer but older versions ...

SpringBoot Allow PemContent.of to work with untrimmed content

Hello.I am currently using Spring Boot 3.3.1, I noticed the utility org.springframework.boot.ssl.pem.PemContent is very ...
上一页 下一页
.