SpringBoot When the GraalVM Native Image Gradle plugin is applied, configure bootBuildImage to build a native image

When the GraaVM Native Image plugin is applied, we should apply this configuration by convention:tasks.named('bootBuildI...

SpringBoot SimpleCacheManager seems to take precedence over other cache managers, preventing dynamic cache creation

It looks like SimpleCacheManager has the highest precedence when being instantiated from CacheAutoConfiguration.This beh...

SpringBoot Injecting beans from auto-configuration by their actual type fails

Lets assume following auto-configuration class:@AutoConfigurationpublic class PersonAutoConfiguration { @Bean Pers...

SpringBoot When the GraalVM Native Image Gradle plugin is applied, configure bootJar to contain the output of collectReachabilityMetadata

Once we have an NBT release with https://github.com/graalvm/native-build-tools/pull/322 in it we should provide some con...

SpringBoot ConstructorBinding default detection is considered with a private constructor

I am upgrading a project to Spring Boot 3 and I am facing an issue that is summarized in this sample project: https://gi...

SpringBoot Add logging at INFO level if AOT is enabled and working

Currently there is no visual clue that it is working, so you don't know if you set the property right or not.Comment Fro...

SpringBoot Java Info Contributor

This InfoContributor add Java-related details to actuator's info endpoint as part of the Enhanced Observability effort: ...

SpringBoot Provide maven configuration for native-build-tools reachability metadata goal

Once we have an NBT release with https://github.com/graalvm/native-build-tools/pull/322 in it we should provide some con...

SpringBoot Allow "native" Maven profile to support both NBT and buildpacks

The Spring Boot build plugins support creating native images out of the box using the build-image command that uses Buil...

SpringBoot Able to provide tags base on data fetcher result

Previously, GraphQlTagsContributor was unable to produce tags base on GQL data fetcher result as DataFetcher<?> do...

SpringBoot Add AOT section to Gradle Plugin

The Maven Plugin has a basic section on AOT processing, but the Gradle plugin does not. To help users getting started we...

SpringBoot Spring Boot Maven plugin: Cannot override arguments set in pom.xml

If I have this in my pom.xml (Spring Boot 2.7.4):<configuration> <arguments> <argument>--oh_hello=...

SpringBoot Register resource hints for application resources

Like it was done for Spring Native, it would significantly improve the native DevXP if Spring Boot was adding resource h...

SpringBoot Document minimum GraalVM version

As of now, we need at least GraalVM 22.1 for native image support. This is currently not in the docs, add it.Comment Fro...

SpringBoot Replace our TestCompiler with Spring Framework's version

Our test support has a TestCompiler (org.springframework.boot.testsupport.compiler.TestCompiler). Now that Spring Framew...

SpringBoot Security OAuth2 Autoconfiguration should update package imports

As part of https://github.com/spring-projects/spring-security/issues/7349, BearerTokenAuthenticationToken in Spring Secu...

SpringBoot Spring Boot 3.0.0-M5 cannot be registered to consul 1.13.2

Spring Boot 3.0.0-M4 is normal.Unable to register with Spring Boot 3.0.0-M5, no error.Comment From: xuxiaowei-com-cnspri...

SpringBoot Update initialization of WebSocket handler in GraphQlWebMvcAutoConfiguration

GraphQlWebSocketHandler now exposes a method to create the WebSocketHttpRequestHandler instance to use, that's pre-confi...

SpringBoot Environment in ExceptionReporter is not the same one as our project use

Spring Boot version:2.1.4There are two steps in the method run of SpringApplication.classConfigurableEnvironment environ...

SpringBoot Add reference for failover project

Failover is a project to manage the failover on referential systems for improving the resiliency of our systems.Comment ...
上一页 下一页
.