Nineya
Home
Blog
SpringBoot SampleWebJspApplicationTests testJspWithEl is failing on Windows CI
2025-01-07 02:28:54
199
We need to use a more relaxed AliasCheck as AllowedResourceAliasChecker isn't equivalent to the now-deprecated ContextHa...
SpringBoot TunnelClientTests stopTriggersTunnelClose fails on Windows with Java 17
2025-01-07 02:28:50
393
The test expects that stopping the client will cause an attempt to read from a connected channel to return -1. With Java...
SpringBoot Regarding disabling AopAutoConfiguration when using @EnableAspectJAutoProxy
2025-01-07 02:28:46
5956
While testing Spring proxy, an incomprehensible problem appeared.To test JDK Dynamic proxy, we used @EnableAspectJAutoPr...
SpringBoot Option for light(er)weight packaging
2025-01-07 02:28:42
7926
First of all Spring Boot is awesome. What might make it even more awesome? Have the Maven plugin package a .jar withou...
SpringBoot Avoid formatting check failures with templated source files on Windows
2025-01-07 02:28:38
316
The changes for https://github.com/spring-projects/spring-boot/issues/29670 have broken the build on Windows. Using Grad...
SpringBoot Support overriding the default SanitizingFunction
2025-01-07 02:28:35
1565
Based on the session given by Phil Webb [1], in the project with simple demo he show-cased that the SanitizingFunction c...
SpringBoot Dependency management for Apache Kafka is incomplete
2025-01-07 02:28:31
2543
The current Apache Kafka management is like this: library("Kafka", "3.0.0") { group("...
SpringBoot Remove duplicate ConditionalOnMissingFilterBean on tomcatForwardedHeaderFilterCustomizer()
2025-01-07 02:28:28
1562
This PR removes @ConditionalOnMissingFilterBean(ForwardedHeaderFilter.class) on tomcatForwardedHeaderFilterCustomizer() ...
SpringBoot Custom applicationContextException failure analyzer for webflux
2025-01-07 02:28:24
954
I have customized an applicationContextException failure analyzer for webflux, mainly for the project where the web-appl...
SpringBoot Add support for declaring a classifier when configuring dependency management
2025-01-07 02:28:19
221
We need this for https://github.com/spring-projects/spring-boot/issues/29023. It would also be useful in 3.0 where we ma...
SpringBoot Slf4JLoggingSystem removes JUL root handlers via SLF4JBridgeHandler
2025-01-07 02:28:14
12070
I'm part of Google Cloud engineering team, and I'm looking into making sure Spring-Boot apps could run seamlessly on Goo...
SpringBoot spring-boot-configuration-processor fails compilation due to @DefaultValue with a long value and generates invalid metadata for byte and short properties with out-of-range default values
2025-01-07 02:28:10
1931
Using Spring Boot 2.6.4.package test;import org.springframework.boot.context.properties.ConfigurationProperties;import o...
SpringBoot Add links to Spring Boot for Apache Geode to the reference documentation
2025-01-07 02:28:06
6067
This section of the docs has a link to GemFire and Geode but we don't have an actual dedicated section describing it lik...
SpringBoot "will enable" can be replaced with "enables"
2025-01-07 02:28:02
382
Comment From: tony21921I will work on this and submit PR laterIt seems this issue has been fixed. No more 'will enable' ...
SpringBoot security password was found in the spring-boot logs
2025-01-07 02:27:57
669
Hi, we found that security password was in the spring-boot logs whichi is unsafe. can you help to remove it for the code...
SpringBoot "Let's" should be expanded to "Let us"
2025-01-07 02:27:54
220
As described in Edit documentation for consistency #27895I will work on this and submit PR laterComment From: bclozelClo...
SpringBoot new issue
2025-01-07 02:27:50
230
Comment From: philwebbI'm not sure what's going on here, but this is the second issue raised without any details (see al...
SpringBoot Order of classes for @SpringBootTest and @Import
2025-01-07 02:27:47
3077
DescriptionIf two bean factories (@Configuration) define the same bean, having one defines it without any conditions and...
SpringBoot Remove redundant ResourceLoaders from graphql configuration
2025-01-07 02:27:43
114
Remove redundant ResourceLoaders from graphql configuration.Comment From: wilkinsonaThanks very much, @dugenkui03.
SpringBoot boolen query method working in 2.6.3, but does not in 2.6.4.
2025-01-07 02:27:38
504
After upgrading to 2.6.4, the query method for boolean does not work as desired.I'm curious if it's a bug or something I...
上一页
下一页
1
…
1960
1961
1962
1963
1964
…
2246
.