Nineya
Home
Blog
SpringBoot Upgrade Groovy 3.0.8
2025-01-06 23:36:45
620
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
2025-01-06 23:36:39
635
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
2025-01-06 23:36:32
10488
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
2025-01-06 23:36:25
190
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
2025-01-06 23:36:19
788
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
2025-01-06 23:36:12
2443
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
2025-01-06 23:36:04
5647
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
2025-01-06 23:35:58
2479
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
2025-01-06 23:35:51
15832
Currently CodecsAutoConfiguration replaces Jackson codecs even though all it means to do is set the ObjectMapper but unt...
SpringBoot @DataRedisTest does not consider RedisReactiveAutoConfiguration
2025-01-06 23:35:41
176
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
2025-01-06 23:35:35
416
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
2025-01-06 23:35:27
411
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…
2025-01-06 23:35:19
2931
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
2025-01-06 23:35:12
905
The test infrastructure looks for @SpringBootConfiguration annotated types via AnnotatedClassFinder that uses ClassPathS...
SpringBoot Fix link to Webservices reference docs
2025-01-06 23:35:05
177
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
2025-01-06 23:34:59
1350
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
2025-01-06 23:34:52
192
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
2025-01-06 23:34:46
359
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
2025-01-06 23:34:39
2101
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
2025-01-06 23:34:32
58428
Hi,We are 2 weeks before production and we are encountering the error below after sometime that the application is idle....
上一页
下一页
1
…
2043
2044
2045
2046
2047
…
2246
.