Nineya
Home
Blog
软著申请
SpringBoot XXXXXXXXRepository' that could not be found In Spring boot application (3.0.0Version)
2025-01-07 07:46:18
1248
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
2025-01-07 07:46:15
1486
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)
2025-01-07 07:46:13
3839
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
2025-01-07 07:46:10
4454
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
2025-01-07 07:46:08
360
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
2025-01-07 07:46:05
144
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
2025-01-07 07:46:03
1114
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
2025-01-07 07:46:00
13697
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
2025-01-07 07:45:57
321
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
2025-01-07 07:45:55
586
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
2025-01-07 07:45:53
628
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
2025-01-07 07:45:50
616
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
2025-01-07 07:45:48
196
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
2025-01-07 07:45:46
592
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
2025-01-07 07:45:44
402
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
2025-01-07 07:45:40
674
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
2025-01-07 07:45:38
3991
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
2025-01-07 07:45:34
4449
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
2025-01-07 07:45:31
5970
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
2025-01-07 07:45:28
635
In a working app I tested replacing @SpringBootApplication with@Configuration@EnableAutoConfiguration@ComponentScanand t...
上一页
下一页
1
…
1822
1823
1824
1825
1826
…
2246
.