SpringBoot Spring boot application.properties "spring.jackson.parser.allow_unquoted_field_names" can not take effect

QuestionI want to config jackson Feature JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES,I try to many ways:1.src/main/res...

SpringBoot Fix Gradle deprecation warnings for duplicates

Hi,I was trying to build Boot with the newest Gradle 7 milestone to see what we have to do. And while there are certain ...

SpringBoot Update link in spring boot 2.0 migration guide

The wiki page https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide has a link to my blog:...

SpringBoot 'ConfigFileApplicationListener is deprecated' error when running unit test

For reference, here is my git repo, which includes my code and pom file: https://github.com/jeffmanassa97/InvestmentPort...

SpringBoot Spring Boot 2.3.8; Spring 5.3.3; NoSuchMethodError resourceHandlerMapping()

Hi TeamI just upgraded to SpringBoot 2.3.8 and Spring 5.3.3. I noticed that SpringBoot 2.3.8 adds an overriden resourceH...

SpringBoot Add note about change in processing order of configuration files to release notes

See https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4#comment-5188826974project/application.ym...

SpringBoot Auto-configured dependencies do not have access to all PropertySources

I have a private, auto-configured library that is used by 17 micro-services in Production. This library exposes a bean t...

SpringBoot ConfigDataResourceNotFoundException incorrectly thrown for valid classpath locations

Hi,after upgrading from spring boot 2.3.6 to 2.4.0 our application fails to startup. We tracked the error to our startup...

SpringBoot TestRestTemplate exchange triggers UnsupportedOperationException when using a UriTemplateRequestEntity

In Boot 2.4.2, both overloads of TestRestTemplate#exchange that accept RequestEntity call getUrl on it. When the Request...

SpringBoot Failed to parse version of junit:junit: 4.13.1

I am currently being blocked by the error:Feb 03, 2021 3:00:33 PM org.junit.platform.launcher.core.DefaultLauncher handl...

SpringBoot ConstructorException during parsing of YAML configuration when tags are used

When a YAML configuration using explicit type tags is loaded, org.yaml.snakeyaml.constructor.ConstructorException is thr...

SpringBoot About logback can't read bootstrap config server

Hello,I use logback-spring.xml like <springProperty scope="context" name="logFilePath" source=&q...

SpringBoot 修改更新

Comment From: pivotal-issuemaster@feierte Please sign the Contributor License Agreement!Click here to manually synchroni...

SpringBoot Restructure spring-boot-docs packages

Before we can tackle #6313 we could do with restructuring our spring-boot-docs project so that the packages mirror the t...

SpringBoot add 'spring.config.intergration-location' with 'classpath*:' support

This new feature add a lowest arg spring.config.intergration-location with value 'classpath*:' support.In some cases,...

SpringBoot Eclipse 2020.12 cannot run spring-boot-maven-plugin test

Looks like we're hitting https://github.com/eclipse/buildship/issues/980#issuecomment-665124002We should review the use ...

SpringBoot Allow properties file lookup for multiple names similar to multiple profiles

There seems to be a reoccurring demand to externalize default configurations per library in multi project builds.Current...

SpringBoot add 'spring.config.intergration-location' with 'classpath*:' support

The feature is adding a lowest argrement '--spring.config.intergration-location' which value support 'classpath*:' .In...

SpringBoot Add support for creating layered war files with Gradle

Spring Boot 2.3 introduced a new feature where it is possible to create layered .jar files. This is very useful for dock...

SpringBoot Add support for creating layered war files with Maven

Repackaging application with layer=WAR: <plugin> <groupId>org.springframework.boot</gro...
上一页 下一页
.