SpringBoot DataFetcherExceptionResolver beans are not considered in GraphQlTester slice tests

GraphQL slice test - Include all beans used to setup GraphQL sourceGraphQlTypeExcludeFilter currently allows JsonCompone...

SpringBoot Document how to rely on ServletContext with an embedded container setup

If Configuration class implements both ServletContextAware and DestructionAwareBeanPostProcessor then setServletContext ...

SpringBoot SpringBootTests fails after upgrading from 2.1.12 to 2.6.2

Comment From: bclozelSorry @Sonu875 , but we'll need way more information than that. You can start by looking at the rel...

SpringBoot Refine GraphQL server auto-configuration

As of spring-projects/spring-graphql#10, Spring GraphQL ships a GraphQlClient; this brings a new use case for the Spring...

SpringBoot Configure FormattingConversionService in GraphQlAutoConfiguration

As of spring-projects/spring-graphql#271, the AnnotatedControllerConfigurer will not allow to set the ConversionService ...

SpringBoot Do not set ConversionService on AnnotatedControllerConfigurer

After https://github.com/spring-projects/spring-graphql/commit/0b449d89e1d9e8754d42ad5e5af7f780c705ce32, the ConversionS...

SpringBoot Condition evaluation report entry for a @ConditionalOnSingleCandidate that does not match due to multiple primary beans isn't as clear as it could be

In the event there is multiple @Primary DataSource but one with proper 'dataSource' naming, no EntityManagerFactory bean...

SpringBoot TaskSchedulerCustomizer bean fails to instantiate with version 2.6.2+

Since Spring Boot version 2.6.2, my app no longer starts due to a weird exception through when it is trying to instantia...

SpringBoot Document that ReactiveElasticsearchTemplate is configured to immediate refresh

We should document that the ReactiveElasticsearchTemplate is configured in our auto-configuration to set refresh to IMME...

SpringBoot No metrics are bound for R2DBC ConnectionPools that have been wrapped

spring boot 2.6.4, spring data r2dbc and pgsql, prometheus metrics activated, There is no metric for connection pool.if ...

SpringBoot AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container

Fixes #28854Comment From: wilkinsona@Artur- Thanks very much for making your first contribution to Spring Boot.Comment F...

SpringBoot Raise the minimum supported version of Kotlin to 1.6

In https://github.com/spring-projects/spring-framework/issues/27413, Framework has raised its Kotlin baseline to 1.6. We...

SpringBoot Fix nullability declaration in Kotlin samples

Some samples have mismatches in their nullability constraints. While this seems to be ignored by Kotlin 1.6.0, 1.6.20-RC...

SpringBoot Disable incompatible tests on Linux AArch64

When running the Spring Boot build with ./gradlew build, the EmbeddedMongoAutoConfigurationTests fail all the time. This...

SpringBoot Clarify that build plugins or the CLI does not have an auto-compile feature

Let's review the documentation across the board to make it crystal clear that Spring Boot doesn't have an auto-compile f...

SpringBoot Document how to structure configurations so that @Bean methods are included in slice tests

Hi!I just updated several services to SpringBoot 2.1.3 and observed a different behavior regarding integration tests in ...

SpringBoot Traditional war deployment in standalone tomcat does not output logging when server is shutting down

example.zip is a very simple project, I deployed it to standalone tomcat refer to https://docs.spring.io/spring-boot/do...

SpringBoot EnableConfigurationPropertiesRegistrar should create a RootBeanDefinition for MethodValidationExcludeFilter

We could replace the current instance supplier by a declarative call to the factory method so that a custom writer is no...

SpringBoot Remove non-existent spring.data.cassandra.connection.connection-timeout property from the documentation

Since 2.5.0,spring.data.cassandra.connection.connect-timeout andspring.data.cassandra.connection.connection-timeoutare l...

SpringBoot about RequestContextHolder,one confused question

RequestContextHolder.setAttributes(attrs,true);inheritable = true, when it runs in asyn thread ,in this case , how to cl...
上一页 下一页
.