SpringBoot Consider scanning for GraphQL schemas in all graphql folders in the classpath

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

With the latest RC2 milestone of Spring Boot 3.0.0, compileAot task fails with the following errors:> :compileAotJava...
上一页 下一页
.