SpringBoot SampleWebJspApplicationTests testJspWithEl is failing on Windows CI

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

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

While testing Spring proxy, an incomprehensible problem appeared.To test JDK Dynamic proxy, we used @EnableAspectJAutoPr...

SpringBoot Option for light(er)weight packaging

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

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

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

The current Apache Kafka management is like this: library("Kafka", "3.0.0") { group("...

SpringBoot Remove duplicate ConditionalOnMissingFilterBean on tomcatForwardedHeaderFilterCustomizer()

This PR removes @ConditionalOnMissingFilterBean(ForwardedHeaderFilter.class) on tomcatForwardedHeaderFilterCustomizer() ...

SpringBoot Custom applicationContextException failure analyzer for webflux

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

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

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

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

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"

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

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"

As described in Edit documentation for consistency #27895I will work on this and submit PR laterComment From: bclozelClo...

SpringBoot new issue

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

DescriptionIf two bean factories (@Configuration) define the same bean, having one defines it without any conditions and...

SpringBoot Remove redundant ResourceLoaders from graphql configuration

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.

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...
上一页 下一页
.