SpringBoot Make Oracle Docker Compose integration tests more robust

Oracle doesn't always start reliably on CI with the container indicating that it's healthy when the database isn't actua...

SpringBoot Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.9.19:compile-no-fork (build-native)

I am trying to compile natively Spring Boot (version 3.0.2) application, which I am able to run successfully in JVM. The...

SpringBoot Add support for apache toolchains during spring-boot:repackage

I'm trying to build spring boot appplication using maven-toolchains-plugin, and i realized, that toolchains is supported...

SpringBoot Support bind mounts for image building workspace

When building an image using the Maven or Gradle plugin, the CNB builder is provided a volume mount that is used to uplo...

SpringBoot Support security options for CNB builder container

When building an image with the Maven or Gradle plugin, a builder container is created to run the CNB lifecycle and buil...

SpringBoot Spring Boot 3.1 + liquibase + testcontainers (single container) is not working as expected

I'm using:- SB 3.1.3- liquibase 4.20- testcontainers 1.18.3I came accross this article: https://www.atomicjar.com/2023/0...

SpringBoot @WebMvcTest doesn't automatically configure @ControllerAdvice annotations

According to the documentation, @WebMvcTest will pick up @ControllerAdvice as well. However this is not what is happenin...

SpringBoot NativeTest (aotTestClasses) fails on the mock bean.

My tests contain the following mock : @MockkBean lateinit var myService: MyService@MockkBean is frompackage import...

SpringBoot When SLF4J and Logback are initialized on multiple threads in parallel, startup may fail due to SubstituteLoggerFactory being considered to be a competing LoggerFactory implementation

Spring Boot Version: 3.0.10SLF4J Version: 2.0.9We're running Junit 5 with parallel concurrent execution for our @SpringB...

SpringBoot Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used

Related to https://github.com/spring-projects/spring-security/issues/11818The order of precedence for security.relyingpa...

SpringBoot Allow application properties to be contributed from module jars

Currently application.properties and application.yaml files are loaded from the classpath and the first match wins. This...

SpringBoot Experience errors during entity graph call to DB after upgrading Spring boot from 3.0.2 to 3.1.3

Bug reportAfter upgrading spring boot from 3.0.2 to 3.1.3 and spring data jpa entity graph library from 3.0.1 to 3.1.0 m...

SpringBoot spring-boot.run.useTestClasspath does not take target/test-classes in account

spring-boot-maven-plugin v3.1.0OpenJDK 20When I put an @SpringBootApplication annotated class into the test folder src/t...

SpringBoot Leaking file descriptor / socket within DomainSocket tooling

This is the result of a long journey searching for a very strange leaking issue. I hope I have put everything together a...

SpringBoot Invalid cors request on same-domain requests

Thanks for raising a Spring Boot issue. What sort of issue are you raising?Bug reportSpring boot version: 1.5.8General i...

SpringBoot In Spring Boot 3.0.2, dispatcherServlet is not working when combined with filterChain function

I'm using spring-security in my project. After upgrading to Spring Boot 3.0.2, the dispatcherServlet seems not working.I...

SpringBoot Reduce logging in WelcomePageHandlerMapping on invalid Accept headers

Every now and then I find the InvalidMimeTypeException followed by a stack trace in my logfiles. These are apparently er...

SpringBoot Upgrade to Spring WS 4.0.6

Comment From: kumarisbackHi @snicoll I'm new to contribution. I wanted to start contributing to the spring project I lo...

SpringBoot Rename spring.jms.listener.concurrency property to spring.jms.listener.min-concurrency

See discussion in #37180, specifically https://github.com/spring-projects/spring-boot/pull/37180#issuecomment-1704770720...

SpringBoot Dependency convergence failed: nimbus-jose-jwt

Dependency convergence conflict for com.nimbusds:nimbus-jose-jwt using Spring Boot version 3.1.3Step by step:1. Copy the...
上一页 下一页
.