springboot Building a layered jar results in deprecation warnings as some configurations will no longer be resolvable in Gradle 7

Forward port of issue #21111 to 2.3.0.RC1.Comment From: wilkinsonaThe forward port of #21111 turned into a bug in 2.3 as...

springboot Broaden deprecation warning check in Gradle plugin's tests

The check for deprecation warnings that was added in https://github.com/spring-projects/spring-boot/commit/76f03a8cadad8...

springboot Ensure empty layers are written to the index file

Raised on Gitter:I noticed that from 2.3.0.M1 to 2.3.0.M4 the behavior has changed slightly. Now, a snapshot layer is no...

springboot Use of new DefaultResourceLoader() is dangerous as it captures the thread context classloader at the time of the call

Hi,recently the following tests started to fail sporadically:LogFileWebEndpointAutoConfigurationTests.logFileWebEndpoint...

springboot The AJP Connector is configured with secretRequired=“true” but the secret attribute is either null or “” after upgrade to 2.2.5

Application fails to start with the below error. This happened after the upgrade from 2.1.9 to 2.2.5 and had to do this ...

springboot "gradle bootRun" fails after upgrading to Gradle 6.4-rc-1

My project works fine with the latest Spring Releases: Spring 5.2.5.RELEASE, Spring Boot 2.3.0.M4, Spring Cloud 2020-1.M...

springboot Deprecate support for Bitronix

The Bitronix project is dormant and is looking for new maintainers. Other than documentation and README updates, the las...

springboot Fix PropertiesMigrationListenerTests

Hi,I guess after the removal of metadata, the PropertiesMigrationListenerTests started to fail.Cheers,ChristophComment F...

springboot Problem with Autowired in multiple module project

My project Structure is as below. project-server - module 1 (spring boot application) - module 2 - module 3 ( here I...

springboot PortInUseException can be thrown when server address is wrong

I'm using Spring Boot 2.2.6 with the embedded Tomcat server.When I set the server.address property to a number then it s...

springboot Check if we can reduce the code required to get an overall Health status

This is a follow-up of https://github.com/spring-projects/spring-boot/issues/18194#issuecomment-539337300In the related ...

springboot Improve documentation around relaxed binding, @Value, and the canonical form of properties

@SpringBootApplication@EnableConfigurationProperties(DemoProperties.class)public class DemoApplication implements Comman...

springboot PortInUseException can be thrown when server address is wrong

Forward port of issue #21101 to 2.3.0.RC1.

springboot Add "Health as Gauge" how-to documentation

Micrometer currently includes documentation for exposing Health as Gauge. This should move to Spring Boot so we can keep...

springboot Test classes annotated with @SpringBootTest with different args attributes share a context when they should not

See https://github.com/spring-projects/spring-boot/issues/20865 for a little bit of background.

springboot Gradle Task BootJar should default to duplicatesStrategy(DuplicatesStrategy.FAIL)

If two included dependencies contain a module with the same name and same version number (which is unlikely, but might h...

springboot Remove 1.5-specific configuration metadata

Spring Boot ships with additional metadata to help users migrate to the next feature release. Now that 1.5 is EOL, it is...

springboot Make sure that removed properties have proper error metadata

Forward port of issue #20846 to 2.3.0.RC1.
上一页 下一页
.