Nineya
Home
Blog
SpringBoot When the GraalVM Native Image Gradle plugin is applied, configure bootBuildImage to build a native image
2025-01-07 04:08:59
215
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
2025-01-07 04:08:57
4028
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
2025-01-07 04:08:54
6103
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
2025-01-07 04:08:51
278
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
2025-01-07 04:08:48
3627
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
2025-01-07 04:08:46
1695
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
2025-01-07 04:08:43
11779
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
2025-01-07 04:08:40
203
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
2025-01-07 04:08:38
2111
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
2025-01-07 04:08:36
2165
Previously, GraphQlTagsContributor was unable to produce tags base on GQL data fetcher result as DataFetcher<?> do...
SpringBoot Add AOT section to Gradle Plugin
2025-01-07 04:08:30
150
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
2025-01-07 04:08:27
1147
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
2025-01-07 04:08:23
1405
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
2025-01-07 04:08:21
460
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
2025-01-07 04:08:18
959
Our test support has a TestCompiler (org.springframework.boot.testsupport.compiler.TestCompiler). Now that Spring Framew...
SpringBoot Security OAuth2 Autoconfiguration should update package imports
2025-01-07 04:08:15
313
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
2025-01-07 04:08:13
176
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
2025-01-07 04:08:10
498
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
2025-01-07 04:08:06
2176
Spring Boot version:2.1.4There are two steps in the method run of SpringApplication.classConfigurableEnvironment environ...
SpringBoot Add reference for failover project
2025-01-07 04:08:03
552
Failover is a project to manage the failover on referential systems for improving the resiliency of our systems.Comment ...
上一页
下一页
1
…
1887
1888
1889
1890
1891
…
2246
.