SpringBoot Upgrade Groovy 3.0.8

Upgrading to Groovy 3.0.8.I've read the warning about dependency upgrades. Let me know how can I help.Thanks!Comment Fro...

SpringBoot Polish README

Change tabs to spaces for better source code renderingCapitalize words for headingsUnify usage for '-'Comment From: pivo...

SpringBoot Document Docker Engine resource requirements for running tests

Hi,I wanted to take a look at improving build times of BootBuildImageIntegrationTests, but noticed that 20% of them rand...

SpringBoot Fix typo in NamedContributors Javadoc

Compared to the existing implementation NamedContributorsMapAdapter of the affected interface, only a typo needs to be c...

SpringBoot Update development guidelines to note the need to build with a HotSpot JVM

With thanks to @Buzzardo for finding the problem, we could change to a different metric or we could update the contribut...

SpringBoot Move Working with the Code from CONTRIBUTING.adoc to the wiki

We'd like to move the Working with the Code section from CONTRIBUTING.adoc to a new page on the wiki to make it easier t...

SpringBoot Enhance documentation of TestRestTemplate's fault tolerance

Recently I had my first contact with the class TestRestTemplate and started using it for unit tests of my rest controlle...

SpringBoot @Valid not working for GET request params bound to an object in boot 2.3.X

When calling http://localhost:8080/test-app/test?notRequired=xyz I am no longer getting a 400 bad request for the below ...

SpringBoot CodecsAutoConfiguration may overwrite existing customizations of the default codes

Currently CodecsAutoConfiguration replaces Jackson codecs even though all it means to do is set the ObjectMapper but unt...

SpringBoot @DataRedisTest does not consider RedisReactiveAutoConfiguration

When using @DataRedisTest, then the tests should consider the reactive auto-configuration for Redis. Right now, RedisRea...

SpringBoot Enable Redis connection pool if commons-pool2 is on the classpath

See #26183 for some more background. jedis turns on the pool by default but lettuce is not.Comment From: snicoll@weixsu...

SpringBoot When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle

From now on, if a bean depends on itself we'll get such a message:The dependencies of some of the beans in the applicati...

SpringBoot Remove redundant judgment conditions in DefaultErrorAttributes#getErr…

https://github.com/spring-projects/spring-boot/blob/b3278f459e9f69bac948e691d07d79330da7ff20/spring-boot-project/spring-...

SpringBoot SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed

The test infrastructure looks for @SpringBootConfiguration annotated types via AnnotatedClassFinder that uses ClassPathS...

SpringBoot Fix link to Webservices reference docs

Hi,this PR fixes a link to the Spring Web Services Reference Documentation that now seems to reside under reference/html...

SpringBoot Split up adoc files

Our adoc files are quite large, it would be nice to split them up a bit.Comment From: wilkinsonaI've split up spring-boo...

SpringBoot Other documentation formats

We use the multi-page HTML. We also make but don't expose single-page HTML and PDF formats. We should make each format r...

SpringBoot Link all three document formats

Per issue 26314, add links to each document format (multi-page HTML, single-pageHTML, and PDF) such that each document ...

SpringBoot Maven spring-boot:build-image ignores ZIP layout

Hi spring-boot-maven-plugin ignores ZIP layout when building docker images , and always creates an image with JarLaunche...

SpringBoot java.lang.NoClassDefFoundError: com/rabbitmq/client/impl/ConsumerDispatcher$6

Hi,We are 2 weeks before production and we are encountering the error below after sometime that the application is idle....
上一页 下一页
.