Nineya
Home
Blog
软著申请
SpringBoot Capture console log message in tests like OutputCaptureExtension
2025-01-07 07:45:25
2039
OutputCaptureExtension does not capture console log, It would be nice if spring boot could provide ConsoleLogCaptureExte...
SpringBoot Allow test config composition with Service Connections
2025-01-07 07:45:22
3090
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
2025-01-07 07:45:19
653
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
2025-01-07 07:45:16
6324
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
2025-01-07 07:45:13
678
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
2025-01-07 07:45:11
216
Currently TestcontainersLifecycleApplicationContextInitializer is added for @SpringBootTest because SpringApplication lo...
SpringBoot DataSourceBeanCreationFailureAnalyzer should suggest adding 'spring.datasource.url' property
2025-01-07 07:45:09
4985
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
2025-01-07 07:45:05
1834
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
2025-01-07 07:45:03
2967
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
2025-01-07 07:44:59
10112
From the test report for org.springframework.boot.deployment.TomcatDeploymentTests:org.testcontainers.containers.Contain...
SpringBoot LogFactory was unintentionally initialized at build time error
2025-01-07 07:44:57
2692
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
2025-01-07 07:44:54
760
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
2025-01-07 07:44:52
3421
Enhancement :if http.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS);AutoConfiguration Not wo...
SpringBoot @ServiceConnection annotation causes early bean initialization
2025-01-07 07:44:48
3033
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
2025-01-07 07:44:45
9914
i keep getting the error message on my titlehere is my pom.xml<?xml version="1.0" encoding="UTF-8"...
SpringBoot @SpyBean not working anymore with ObjectMapper
2025-01-07 07:44:43
921
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
2025-01-07 07:44:40
2408
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
2025-01-07 07:44:38
213
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
2025-01-07 07:44:36
2544
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
2025-01-07 07:44:33
1846
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...
上一页
下一页
1
…
1823
1824
1825
1826
1827
…
2246
.