SpringBoot Failed to compile native(AOT) program; version is 3.0.0-RC2

[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ syrtc-ums ---[INFO] Changes detected - recompiling t...

SpringBoot Make Ant smoke test more robust

Investigating a recent CI failure with @bclozel has revealed that our Ant smoke test isn't as robust as it could be and ...

SpringBoot Native profile should configure execution in pluginManagement

When using Spring Boot Maven plugin 3.0.0-RC2 with a multi-module Maven project, the plugin fails to run at the parent l...

SpringBoot Upgrade to HttpCore5 5.1.5

Comment From: andrei-ivanovMaybe even to 5.2?Comment From: wilkinsonaUnfortunately, it's too late in the RC phase for us...

SpringBoot Spring Boot 3.0 (RC2) Observability Questions

IntroI've been working with spring sleuth Zipkin in Spring Boot 2.x in Combination with JaegerThis helped me to get conn...

SpringBoot Upgrade to Spring WS 4.0.0

Comment From: mdeinumAs I created the initial spring-ws-bom I wonder what is managing the dependencies? I noticed that t...

SpringBoot ScheduledBeanLazyInitializationExcludeFilter is auto-configured even when annotation-based scheduled has not been enabled

This PR makes the exposure of ScheduledBeanLazyInitializationExcludeFilter conditional on the annotation @EnableScheduli...

SpringBoot Update documented for @Timed to reflect narrower support

Spring Data Repositories are the only place where built-in support for @Timed remains. We should update the documentatio...

SpringBoot Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents

The documentation currently mentions WebMvcTagsProvider, WebMvcTagsContributor, WebFluxTagsProvider and so on. We should...

SpringBoot Remove remnants of AutoTimer support if possible

Much of the AutoTimer support has been removed in favor of the observation support that's been added to WebClient, RestT...

SpringBoot Spring Batch | ItemReader Read() method call for infinate loop, or some time skip and duplicate the data

Comment From: snicollPlease do not dump code snippet. Us scanning through your code manually is not what we should be do...

SpringBoot compileAotJava Failed for Actuator and Webflux

A blank project created from the initializr using- Spring Boot 3 (RC2)- Actuator- WebfluxGenerated the following error d...

SpringBoot @EnableJpaAuditing does not work with @DataJpaTest

Spring Boot 2.0.2.RELEASE I have tried to write a Jpa sample test with @DataJpaTest, and I set @CreatedDate and @LastMod...

SpringBoot Wavefront MeterRegistryCustomizer is not applying application tags from application.properties

See #32844The MeterRegistryCustomizer isn't getting created when the dependent ApplicationTags bean is instantiated from...

SpringBoot Exclude IntComponentScanConfiguration from AOT

In AOT mode the component scan is done during build phase before we generate code for beans to be registered at runtime....

SpringBoot Upgrade to Spring Data 2022.0.0

Comment From: mp911deProject Dependencies Spring Data 2022.0.0Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....

SpringBoot SpringBootContextLoader prints banner twice when using a @ContextHierarchy

Run SpringBootTestContextHierarchyTests and you see the banner printed twice. We should disable it for child contexts or...

SpringBoot Problem with PagingAndSortingRepository in Spring Boot 2.7.5?

We have this repository & method declared in our system:public interface ImportBatchRowsRepository extends PagingAnd...

SpringBoot Clarify use of the spring.cache.type property with Hazelcast

In the "Caching" chapter of the ref doc on "Hazelcast", could we please clarify and make it apparent that the spring.cac...
上一页 下一页
.