Nineya
Home
Blog
软著申请
SpringBoot Consider scanning for GraphQL schemas in all graphql folders in the classpath
2025-01-07 04:21:17
626
GraphQlProperties.Schema currently uses classpath:graphql/**/ as the resource pattern which limits schema discovery to t...
SpringBoot Remove org.apache.httpcomponents:httpclient-win from Spring Boot
2025-01-07 04:21:14
1611
Hi,The org.apache.httpcomponents:httpclient-win comes with the vulnerable jna-platform and this is fixed in org.apache.h...
SpringBoot Update ISSUE_TEMPLATE.md
2025-01-07 04:21:10
203
Comment From: pivotal-cla@zhangxmRemoteLibrary Please sign the Contributor License Agreement!Click here to manually sync...
SpringBoot Links to Features describes sections that have moved elsewhere
2025-01-07 04:21:07
294
Currently we still list caching in https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features...
SpringBoot Test with UseMainMethod.Always do not work with Kotlin main functions
2025-01-07 04:21:02
1302
When using Kotlin, the SpringBootTest.UseMainMethod.ALWAYS option is unable to locate the main method. The main/blocker ...
SpringBoot JBoss logging does not route directly to SLF4J when using Logback
2025-01-07 04:20:59
956
When log4j-to-slf4j is on the classpath, JBoss Logging uses org.jboss.logging.Log4j2LoggerProvider on the JVM. This mean...
SpringBoot JBoss LoggerProviders Needs Runtime Hints in Native Image
2025-01-07 04:20:56
1305
JBoss logging framework detection logic is not straightforward and requires some hints to work properly in native images...
SpringBoot The all SpyBean members is null
2025-01-07 04:20:54
2681
Hello,I am trying to do a Delegate test on class with SpyBean dependency, Delegate { @Inject A a; ...
SpringBoot Add native-image support for RestTemplateBuilder
2025-01-07 04:20:48
4244
When using RestTemplateBuilder in a native-image, for example in this code:private final RestTemplateBuilder restTemplat...
SpringBoot Maven process-aot fails when compiler plugin has been configured with --enable-preview
2025-01-07 04:20:45
14527
I noticed you have moved all of the graalvm native-maven-plugin configuration to spring-boot-parent, and I also found t...
SpringBoot Upgrade to Undertow 2.2.21.Final
2025-01-07 04:20:37
296
Comment From: snicollWe need to revert the upgrade as this version introduced a regression in one of our smoke test, pro...
SpringBoot Upgrade to Spring Kafka 2.9.2
2025-01-07 04:20:33
715
Hello,I know this is supposed to be somewhat automatic but I'm having an issue with the current minor version that is be...
SpringBoot RC2: Missing Netty dependency and hint
2025-01-07 04:20:29
20313
With a trivial Webflux application, when built and run in macOS, the error below is shown in runtime.It can be solved by...
SpringBoot A question of loading command line configuration
2025-01-07 04:20:27
491
When I use the first method, 7779 will be used.The second way is to report errors.Comment From: snicollThanks for gettin...
SpringBoot Provide a configuration property for the observation patterns of Spring Integration components
2025-01-07 04:20:15
1343
Spring Integration can instrument its component with an Observation according to the @EnableIntegrationManagement.observ...
SpringBoot Maven process-aot does not specify source and target release when compiling generated sources
2025-01-07 04:20:13
267
When compiling the sources generated by AOT processing, the process-aot and 'process-test-aot' Maven goals should invoke...
SpringBoot Native image lazy self joined JPA entity causes HibernateException
2025-01-07 04:20:11
6556
In a Spring Boot 3.0.0-RC2 compiled Native image when an entity is loaded without prefetching the lazy self joined paren...
SpringBoot Native compiled executable prints log4j2 exception/warning when both Netty and JBoss Logging are on the classpath
2025-01-07 04:20:03
31841
I have a CLI tool using Spring Boot 3.0.0.RC2 with Spring Shell. When I compile it natively and run it, it suddenly now ...
SpringBoot Changing the import order makes a compile-time error
2025-01-07 04:20:01
2772
I'm writing integration tests for Spring Boot (v2.6.11) application, and I found some thing interesting.This works fine,...
SpringBoot AOT-generated source fails to compile when Actuator is enabled on a WebFlux project
2025-01-07 04:19:58
2830
With the latest RC2 milestone of Spring Boot 3.0.0, compileAot task fails with the following errors:> :compileAotJava...
上一页
下一页
1
…
1876
1877
1878
1879
1880
…
2246
.