SpringBoot XXXXXXXXRepository' that could not be found In Spring boot application (3.0.0Version)

As per the project requirement , I am going to migrate spring boot application from Springboot 2.7.6 to 3.0.0 version.I ...

SpringBoot Tracing baggage is not present / propagated

I have a PoC repository at https://github.com/dweber019/spring-tracing-example to use B3.The only thing missing is bagga...

SpringBoot XXXXXXXXRepository' that could not be found In Spring boot application (3.0.0Version)

As per the project requirement , I am going to migrate spring boot application from Springboot 2.7.6 to 3.0.0 version.I ...

SpringBoot Auto-configure java.time.Clock

Consider autoconfiguring a default java.time.Clock instance.I was very surprised to see that there is currently is no au...

SpringBoot yaml.application file is missing in java application

Comment From: wilkinsonaGiven that there's no description of the problem, I guess this was opened in error. @Arushisingh...

SpringBoot Document how to use testcontainers service connections for test slices

Close GH-35121Comment From: wilkinsonaThanks for the proposal. We'd prefer to try to fix the underlying problems. I've o...

SpringBoot Align testcontainers and docker compose supported containers

I think we're currently missing a few container images in both Docker Compose and Testcontainers.Comment From: wilkinson...

SpringBoot Using spring-boot-starter-log4j2 to send logs to kafka causes the program to start stuck

model versionsspring boot: 3.0.0openjdk: 17.0.2kafka-server: 3.3.1describeI created a new spring boot project, using log...

SpringBoot Consider reworking documentation around efficient deployment

We've already got a section on unpacking the executable jar. It's nested within the Container Images section but it isn'...

SpringBoot Update getting started with alternative gradle instructions

Our getting started section in the docs currently uses Maven. It would be nice to offer a Gradle version alongside it.Co...

SpringBoot Add service connection from Testcontainers Zipkin

Comment From: dsyerIt’s already supported in spring-boot-docker-compose, so I vote for this. Maybe you could add prometh...

SpringBoot Disable incompatible integration tests on aarch64 platforms

Some integration tests use docker images which have no ARM support. Those tests, if they even run, use emulation, which ...

SpringBoot Support import of idomatic testcontainer declaration classes

Most testcontainers users will declare containers using static fields. It could be nice if we could import these declara...

SpringBoot Allow testcontainer beans to also contribute properties

When using testcontainers at development time @DynamicPropertySource is not an option. If you're working with a containe...

SpringBoot SessionRepositoryFilterConfiguration can cause early initialization of SessionRepository beans including Redis

SessionRepositoryFilterConfiguration.sessionRepositoryFilterRegistration is a filter registration bean which means it's ...

SpringBoot Add manifest entry to indicate that a jar has been built for native image

When a Spring Boot jar has been built for use in a native image, an entry named Spring-Boot-Native-Processed with a valu...

SpringBoot Reduce the volume of Logback's output before the logging system is initialized

Logback defaults to DEBUG level logging. When running integration tests, this can result in a large volume of log output...

SpringBoot Liveness and readiness probes return down when lazy initialization is enabled

Since Spring Boot 3.0.6, Liveness and Readiness probes return 503 (DOWN)With this configuration :spring: main: lazy-...

SpringBoot Improve testcontainers lifecycle to Initialize containers first and destroy them last

Container instances should be started as early as possible and stopped as late as possible. This will help with #35201 a...

SpringBoot Correct list of annotations that are equivalent to @SpringBootApplication

In a working app I tested replacing @SpringBootApplication with@Configuration@EnableAutoConfiguration@ComponentScanand t...
上一页 下一页
.