SpringBoot Reduce code duplication when working with a bean definition's bind method attribute

The introduction of AOT has added some more places where we need to work with the bean method attribute on a bean defini...

SpringBoot NullPointerException during JPA deleteAll with lazy collections

Since upgrading to Spring Boot 3.1.0 from 3.0.6 we are experiencing NPEs when calling .deleteAll() on Spring Data JPA re...

SpringBoot refactor: Change loop code

method was using stream and foreach together.We changed foreach to streamAlso, using stream's toList() eliminates the ne...

SpringBoot Spring-boot-docker-compose with Docker in Docker

Whilst trying the new spring-boot-docker-compose module, I ran into an issue in the Gitlab pipeline. Previously I used t...

SpringBoot Static initialization cycle among javax.el.JreCompat.java and javax.el.Jre9Compat.java

SpringBootVersion 2.5.0-RC1spring-petclinic-3.0.0tomcat-10.1.5It can happen that static method javax.el.Jre9Compat.isSu...

SpringBoot No traces info anymore in implementation classes of AbstractErrorWebExceptionHandler

Reproducer details and problem explanationA reproducer is shared at the following location : https://github.com/jackcat1...

SpringBoot Document audience support in OAuth2 resource server

Closes #34848Comment From: pivotal-cla@bikash30851 Please sign the Contributor License Agreement!Click here to manually ...

SpringBoot MDC context map is not loading the context variables after migrating to spring boot 3.0

After migrating from Spring Boot 2.1.8 to Spring Boot 3.0 with Java 17, I'm experiencing an issue where the MDC context ...

SpringBoot Native test fails with class not found exception for ApplicationContextInitializer when test uses SpringApplicationBuilder

IssueRunning Native test with SpringApplicationBuilder results in error: java.lang.ClassNotFoundException: org.graalvm.j...

SpringBoot Spring context configuration with PostgreSQL container tests doesn't work after an update to Spring 3.1.0.

After upgrading to Spring 3.1.0, all of my tests using @ContextConfiguration that instantiate the class ApplicationConte...

SpringBoot Health actuator mail details shows the port as -1 when using the default port

When mail is autoconfigured and spring.mail.port is not defined, the health contributor shows the port as -1 instead of ...

SpringBoot refactor: Remove unnecessary local variables

This PR is neither a bug nor a feature add-onRemoved unnecessary local variable 'portMappings'.Comment From: pivotal-cla...

SpringBoot Spring boot autoconfigure 3.1.0 ingores MongoProperties authenticationDatabase

Hi,After migration from Spring boot 3.0.6 to 3.1.0, the application using proproty authenticationDatabase can not authe...

SpringBoot Upgrade Kafka image used in integration tests

Issue link: https://github.com/spring-projects/spring-boot/issues/35234Updated the Kafka image version from 5.4.0 to 7.4...

SpringBoot Spring Boot 2.7 - org.keycloak.adapters.KeycloakDeployment.java - protocol an error

In my opinion, you should protocol an error here. In my case I had a SSLHandshakeException exception,which was not clear...

SpringBoot span-joining-supported is not working (as expected)

Hi, I'm using SB 3.1 and the propertiesmanagement.tracing.propagation.type=B3management.tracing.brave.spanJoiningSupport...

SpringBoot Update Kafka image tag used in integration tests

We're using 5.4.3 of confluentinc/cp-kafka, which has no ARM support. Starting with 7.x the developers added ARM support...

SpringBoot bump io.github.git-commit-id from 5.0.0 to 5.0.1

The 5.0.1 release avoids Maven 3.9.2 warnings since it declares org.apache.maven:maven-plugin-api and org.apache.maven:m...

SpringBoot Update Git Commit ID Maven Plugin to 6.x to make it compatible with Maven 3.9.2

Maven 3.9.2 complains about git-commit-id-maven-plugin 5.0.0[WARNING][WARNING] Plugin validation issues were detected in...

SpringBoot Spring Boot 3.1.0 - "mappingModelPart" is null

Same code works on Spring Boot 3.0.7 but has this error on 3.1.0 and 3.1.1-SNAPSHOT:org.springframework.beans.factory.Be...
上一页 下一页
.