Nineya
Home
Blog
软著申请
SpringBoot Native image | ClassPathScanningCandidateComponentProvider not working
2025-01-07 16:57:13
3038
Hi,I've been trying to use native image support offered in spring boot 3.x. ProblemWhen running a graalvm generated nati...
SpringBoot How is Dispatcher Servlet working?
2025-01-07 16:57:11
1412
In Springboot 3.0We have registered a servlet ss000Action that extends from HttpServlet and does nothing inside.Use Serv...
SpringBoot Allow builds with flaky tests to pass
2025-01-07 16:57:06
151
We'd like the build to pass as the cost of the failures outweigh the benefits. We can still use ge.spring.io to keep tra...
SpringBoot RabbitMQ smoke test is missing a test
2025-01-07 16:57:04
384
The docker-compose file for spring-boot-smoke-test-amqp is invalid, it's missing a services top-level element.Comment Fr...
SpringBoot spring-boot-docker-compose java.lang.IllegalStateException: No POSTGRES_PASSWORD defined
2025-01-07 16:57:02
7472
Hi I'm using spring-boot-docker-compose to have a postgres database start when the app starts but getting error at start...
SpringBoot Update ManagementContextConfigurationImportSelector to use optimized conditions evaluation
2025-01-07 16:56:56
601
Spring Boot generates a metadata file that we use to avoid loading an auto-configuration class when a basic condition do...
SpringBoot @KakfaListener is not detected if listener bean is spied by @SpyBean
2025-01-07 16:56:53
5558
package com.example.demo;import static org.assertj.core.api.Assertions.assertThat;import static org.mockito.BDDMockito.t...
SpringBoot Add Docker Compose service connection support for Neo4j
2025-01-07 16:56:50
261
As pointed out in #37378, we don't have Docker Compose support for Neo4j. I think that was an oversight as it's missing ...
SpringBoot @ConditionalOnBean should not be dependant on class file order in jar
2025-01-07 16:56:43
4736
My project works if compiled on Linux but does not work when compiled on Mac. When I diffed the jars the only difference...
SpringBoot "languageVersion is final and cannot be changed" when using Gradle 8.3 and configuring the Java toolchain's language version
2025-01-07 16:56:40
115
Fixes #37342Comment From: wilkinsonaThanks very much for making your first contribution to Spring Boot, @Eng-Fouad.
SpringBoot Add service connection from Testcontainers OpenTelemetry Collector
2025-01-07 16:56:36
538
Comment From: eddumelendez@jonatan-ivanov I think it make sense 😃 PR updatedComment From: mhalbritterHey, I was just loo...
SpringBoot Load custom starter properties files based on profile with spring boot v3.0
2025-01-07 16:56:34
2569
With spring boot v2.3.4 I could use ConfigFileApplicationListener to load properties files from my custom starters by wr...
SpringBoot "languageVersion is final and cannot be changed" when using Gradle 8.3 and configuring the Java toolchain's language version
2025-01-07 16:56:30
853
When using GraalVM gradle plugin (v0.9.26) with Spring Boot gradle plugin (v3.1.3), languageVersion cannot be set:java {...
SpringBoot JdbcRepositoriesRegistrar Not honoring nameGenerator Strategy
2025-01-07 16:56:26
8214
Using spring 3.0.10 with spring-boot-starter-data-jdbc:When using a FullyQualifiedAnnotationBeanNameGenerator as the bea...
SpringBoot springboot 3.x webflux abort Error static/favicon.ico: Too many open files
2025-01-07 16:56:22
14559
When the client request accumulates a certain number of times will appear this error, the general server application wil...
SpringBoot Provide auto-configuration for OpenTelemetry metrics
2025-01-07 16:56:07
218
While we make it easy for users to contribute a SdkMeterProvider (see #36545), we don't have full-fledged auto-configura...
SpringBoot Spring-Boot 2.0.2 actuator with Spring-Security, /shutdown is forbidden
2025-01-07 16:56:04
1012
My Spring-Boot config is working fine except the /actuator/shutdown endpoint is forbidden. I can access all of the other...
SpringBoot Upgrade to OpenTelemetry 1.30.1
2025-01-07 16:56:01
719
Supersedes #37325Comment From: wilkinsonaThis appears to have broken the build due to some newly deprecated API:/home/ru...
SpringBoot Remove workaround for #18440
2025-01-07 16:55:59
570
When https://github.com/spring-projects/spring-framework/issues/23795 has been fixed, we should be able to revert the ma...
SpringBoot Update Batch tests
2025-01-07 16:55:56
276
In Spring Batch 5.1, a JobRegistryBeanPostProcessor bean is now defined by default in DefaultBatchConfiguration. This PR...
上一页
下一页
1
…
1777
1778
1779
1780
1781
…
2246
.