SpringBoot Capture console log message in tests like OutputCaptureExtension

OutputCaptureExtension does not capture console log, It would be nice if spring boot could provide ConsoleLogCaptureExte...

SpringBoot Allow test config composition with Service Connections

ServiceConnectionContextCustomizerFactory looks for fields annotated with @ServiceConnection in the test class and test'...

SpringBoot Automatically align buildSrc's Framework version with the version used in the main build

Our Gradle buildSrc folder has a dependency on Spring 5. We should ideally align versions across the codebase.Comment Fr...

SpringBoot Kafka autoconfiguration fails to resolve spring.kafka.bootstrap-servers when using Testcontainers' KafkaContainer

Hello.I have a Spring Boot project that uses Testcontainers Kafka for integration tests. I use the following to add the ...

SpringBoot Update testcontainers support to use ContainerState rather than Container

At some point in the future testcontainers plans to split container definitions from actual running containers. We might...

SpringBoot Apply TestcontainersLifecycleApplicationContextInitializer automatically for context tests

Currently TestcontainersLifecycleApplicationContextInitializer is added for @SpringBootTest because SpringApplication lo...

SpringBoot DataSourceBeanCreationFailureAnalyzer should suggest adding 'spring.datasource.url' property

I've generated a spring boot project using https://start.spring.io/ with java, maven, spring boot 2.7.7. I did not add/c...

SpringBoot Devtools main method search algorithm can find incorrect main method

I am using spring-boot-3.1.0-SNAPSHOT with Spring Data JPA, Postgres, Testcontainers.For local development, I have creat...

SpringBoot POST Multipart JSON + file, DTO not filling

Dear Spring boot team,recently I had the need to create POST requests with content type multipart/form-data. In particul...

SpringBoot Deployment system tests are failing due to pull rate limiting

From the test report for org.springframework.boot.deployment.TomcatDeploymentTests:org.testcontainers.containers.Contain...

SpringBoot LogFactory was unintentionally initialized at build time error

Running native image compilation with Spring Boot 3.x results in the following build-time error message:Error: Classes t...

SpringBoot Add Docker Compose service connection support for Redpanda

Comment From: wilkinsonaRedpanda has problems that are similar to those that we had with Kafka:It doesn't appear to be p...

SpringBoot Enhancement spring-boot-starter-oauth2-client Using Non Session InMemory Implementation

Enhancement :if http.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS);AutoConfiguration Not wo...

SpringBoot @ServiceConnection annotation causes early bean initialization

import static org.assertj.core.api.Assertions.assertThat;import javax.sql.DataSource;import org.junit.jupiter.api.Test;i...

SpringBoot Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured

i keep getting the error message on my titlehere is my pom.xml<?xml version="1.0" encoding="UTF-8&quot...

SpringBoot @SpyBean not working anymore with ObjectMapper

Since the 3.1.0-RC1 upgrade, in an unit test, when @SpyBean is used on an ObjectMapper, the ObjectMapper doesn't have an...

SpringBoot Don't call close methods for reusable testcontainers

When reusable mode is specified, Testcontainers will keep containers between JVM runs, allowing for much faster iteratio...

SpringBoot TestTypeExcludeFilter is not applied when using SpringApplication.from

Currently TestTypeExcludeFilter is plugged in using a ContextCustomizerFactory. This means that @TestConfiguration and @...

SpringBoot Support SSH protocol for communication with Docker daemon for image building

IssuebootBuildImage does not seem to support ssh protocol in DOCKER_HOST How to reproduce this issue?Run DOCKER_HOST="ss...

SpringBoot Spring data findBy Field/All Timeout does not work

I am using Spring Boot v3.0.6 / Spring v6.0.8/ oracle 19c / Java 17.0.5 , trying to set timeout for repositories findBy...
上一页 下一页
.