Nineya
Home
Blog
SpringBoot DataFetcherExceptionResolver beans are not considered in GraphQlTester slice tests
2025-01-07 02:31:41
624
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
2025-01-07 02:31:36
11866
If Configuration class implements both ServletContextAware and DestructionAwareBeanPostProcessor then setServletContext ...
SpringBoot SpringBootTests fails after upgrading from 2.1.12 to 2.6.2
2025-01-07 02:31:32
348
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
2025-01-07 02:31:29
1024
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
2025-01-07 02:31:26
574
As of spring-projects/spring-graphql#271, the AnnotatedControllerConfigurer will not allow to set the ConversionService ...
SpringBoot Do not set ConversionService on AnnotatedControllerConfigurer
2025-01-07 02:31:23
324
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
2025-01-07 02:31:19
6970
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+
2025-01-07 02:31:16
5253
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
2025-01-07 02:31:12
421
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
2025-01-07 02:31:09
1085
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
2025-01-07 02:31:01
1383
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
2025-01-07 02:30:56
134
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
2025-01-07 02:30:53
3611
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
2025-01-07 02:30:50
1382
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
2025-01-07 02:30:46
651
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
2025-01-07 02:30:41
4503
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
2025-01-07 02:30:37
22662
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
2025-01-07 02:30:33
150
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
2025-01-07 02:30:27
737
Since 2.5.0,spring.data.cassandra.connection.connect-timeout andspring.data.cassandra.connection.connection-timeoutare l...
SpringBoot about RequestContextHolder,one confused question
2025-01-07 02:30:22
647
RequestContextHolder.setAttributes(attrs,true);inheritable = true, when it runs in asyn thread ,in this case , how to cl...
上一页
下一页
1
…
1958
1959
1960
1961
1962
…
2246
.