SpringBoot Consider reducing the number of static resource locations that are configured by default

See https://github.com/spring-projects/spring-framework/issues/27538 for some background. We have four default locations...

SpringBoot Getting 404 instead of 200 with integration tests when updating from Spring Boot 2.0.X to 2.1.0

Hi,I have 2 integration tests passing with Spring Boot (2.0.X, probably with version 1.X as well) but when I use the lat...

SpringBoot Upgrade to 2.7.4 broke mongoDB uuid lookup with spring data

I have noticed that after the upgrade from spring boot 2.7.3 to 2.7.4 my application stopped "working" and almost all te...

SpringBoot Bug report : version 2.7.4 Mongodb Document _id

Bug reportit's Classimport org.springframework.data.mongodb.core.mapping.Document;import org.springframework.data.mongod...

SpringBoot Tests for spring-boot-gradle-plugin cannot be run in Eclipse due SLF4J 2.0 API

Running the spring-boot-gradle-plugin tests in Eclipse fails on 3.x due to a class cast exception. The cause is that Gra...

SpringBoot Provide extensions that remove the need for the log4j-spring-boot log4j2 module

This change merges the contents of the log4j-spring-boot module into Spring Boot, effectively making Log4j 2 on par with...

SpringBoot Log4J2 configuration URLs should respect system settings

It's currently possible to use URLs to load Log4j2 configuration. In Spring Boot 2.x we opened these URLs directly, but ...

SpringBoot Support profile specific Log4j2 configuration

Log4j2 has an Arbiter interface that allows blocks of configuration to be skipped. We can offer an implementation backed...

SpringBoot Add Log4J2 PropertySource backed by the Spring Environment

Log4j2 support many system properties that can be used to configure various things. If we add a custom Log4j2 PropertySo...

SpringBoot Add Log4j2 StrLookup backed by the Spring Environment

Adding a StrlLookup that's backed by Spring's Environment will allow logging configuration to reference spring propertie...

SpringBoot Add Spring Environment to Log4j2 LoggerContext

When writing Log4j2 plugins there's currently no easy way to access the Spring Environment. We can change our initializa...

SpringBoot Add support 'log4j.configurationFile' system property

Currently Log4J2LoggingSystem contains a hard-coded set of supported files but doesn't detect if the log4j.configuration...

SpringBoot Document how to enable color-coded output from bootRun

We made a change way back in 1.3 to enable colour-coded output when running the bootRun task in Gradle. The colour seems...

SpringBoot Upgrade to Undertow 2.2.20.Final

Comment From: pgtaboadaWouldn't it be better to aim for 2.3.0? https://github.com/undertow-io/undertow/tagsIt is final.C...

SpringBoot spring-boot-maven-plugin not provide includeGroupIds

Can spring-boot-maven-plugin provide includeGroupIds just like excludeGroupIds?Comment From: snicollClosing in favour of...

SpringBoot Add support for includeGroupIds

see gh-12794.Comment From: snicoll@vision-ken we'd like to understand why you need this feature. Can you please provide ...

SpringBoot ClassPathResource.getInputStream() lost the last byte when reading the file

version: 2.7.4@GetMapping("/")public String index() throws Exception { ClassPathResource classPathResource = new Clas...

SpringBoot Running ./gradlew bootRun does not produce color output

We've had this previously in #747 and fixed it but it no longer appears to work.Comment From: philwebbA bit of debugging...

SpringBoot Use NBT plugin version from gradle.properties in image tests

This PR changes to use NBT plugin version from gradle.properties in image tests to try to resolve #32474.Closes gh-32474

SpringBoot Upgrade to Spring Data 2022.0.0-RC1

Comment From: bclozelAs part of this upgrade, we should undo the temporary workaround applied in 0f3b94592Comment From: ...
上一页 下一页
.