SpringBoot Update documentation of spring.redis.jedis.pool.enabled to note that pooling is implicitly enabled in Sentinel mode

When using jedis and connecting redis in sentinel mode, Jedis Sentinel cannot operate without a pool. For details, pleas...

SpringBoot Custom static resource mapping

🙅 Hello, team. I'm a beginner of springboot.Today,I had a strange problem.I need to upload pictures in my project.So I c...

SpringBoot Error creating bean with name 'channelInitializer' while using default configuration in Spring Boot 2.5.4 with Azure Service Bus

// azure service bus with spring cloudimplementation group: 'com.azure.spring', name: 'azure-spring-cloud-stream-binder-...

SpringBoot NullpointerException while parsing @JsonProperty on spring data rest/ springboot 2.5.2

Hello,we were trying to upgrade our springboot application from version 2.4.8 to 2.5.2, everything went well so f...

SpringBoot Unexpected constructor-based initialization of nested @ConfigurationProperties leads to inconsistent behaviour #25368

ConfigurationProperties on a top level class having a nested class is having an inconsistent behaviour. Example file has...

SpringBoot Publish a metric for the application's startup time

I wanted to monitor over time the full startup time of our spring boot applications. I can see that ApplicationStartup i...

SpringBoot Fix abstract class's constructor access modifier

Abstract class's constructor was public access modifier, so i changed it to protected because we must use the most restr...

SpringBoot Make TaskExecutor of SimpleJobLauncher configurable via BasicBatchConfigurer

The auto-configuration for Spring Batch uses the SimpleJobLauncher with SyncTaskExecutor, which is the default. Conseque...

SpringBoot can not get the merged configuration for List type from multiple yml properties file

I have multiple datasource , so the type is list , the original configuration is OK , as follows:the application.yml :te...

SpringBoot Allow setting LoggingSystemFactory explicitly.

It is useful for web applications deployed at application server where several application share same System Properties....

SpringBoot Include WebMvcRegistrations in @WebMvcTest

WebMvcRegistrations should be treat as well as WebMvcConfigurerComment From: quaff@philwebb Would you take a look at thi...

SpringBoot Polish javadoc comments

Hi,this PR polishes a couple of javadoc comments. Mainly by removing duplicate consecutive words.Cheers,Christoph

SpringBoot Improve test coverage of ReactiveElasticsearchRestClientAutoConfiguration

A number of the properties applied by the auto-configuration are not covered by its tests. We could do with better cover...

SpringBoot Move test in ElasticsearchRestClientAutoConfigurationTests that requires Docker into a separate class

ElasticsearchRestClientAutoConfigurationTests contains 16 tests, only one of which requires Docker. When Docker is unava...

SpringBoot IndexOutOfBoundsException when running a Zip64 jar file larger than 4,294,967,295 bytes

When assembling a big jar file, SpringBoot breaks with a IndexOutOfBoundsException.I have put the example that creates t...

SpringBoot Allow to configure order of @EnableTransactionManagement or provide a sensible value

Currently order of @EnableTransactionManagement is fixed Ordered.LOWEST_PRECEDENCE, It's impossible to provide an @Aspec...

SpringBoot Spring Boot starter for Apache Flink

Hello Spring team!Is it possible to consider a starter for Apache Flink? I'm not familiar on how you would go about this...

SpringBoot Editing pass for the Actuator section

Comment From: wilkinsonaSorry, I typo'd the issue number in the message for https://github.com/spring-projects/spring-bo...

SpringBoot JPA entity listener autowired field is never injected since 2.3.7.RELEASE

In an attempt to upgrade SpringBoot from version 2.3.6.RELEASE to 2.5.4, I noticed that autowired fields are never injec...

SpringBoot Expose redis configuration beans

Allow application to extends those configurationsmitigate gh-27834for example I have two redis services, the default one...
上一页 下一页
.