SpringBoot Upgrade to Spring Kafka 2.7.0-M1

See also https://github.com/spring-projects/spring-boot/pull/24582#issuecomment-749577845Comment From: abchaubey@snicoll...

SpringBoot Upgrade to Liquibase 4.2.2

Liquibase 4.x has some nice benefits from a Spring Boot perspective. Its scanning and logging infrastructure has been re...

SpringBoot Spring boot 2.3.x datasource error

hello: I change new datasource ,project run error。How to solve it?datasource:spring.shardingsphere.datasource.names=m...

SpringBoot boot 2.4 issue with webclient

Upgrading to 2.4.1 version seems to missing some configuration for making rest calls using webclient, this below works w...

SpringBoot Optionally set Content-Length on compressed responses

I propose an option for compression to set the Content-Length header on responses that have been compressed by server.co...

SpringBoot Upgrade to Groovy 3.0.0

Hi,as Groovy 3.0.0 is finally released, I was wondering if Spring-Boot should support it. I initially hoped that the upg...

SpringBoot JSR-305 @Nullable cannot be used to indicate that a parameter to an endpoint operation is optional

In https://github.com/spring-projects/spring-boot/issues/12020 support for optional parameters was introduced which is g...

SpringBoot possibility to disable event propagation

a possibility to disable event propagation,this is required to fix the broken "readiness" event propagation of SpringClo...

SpringBoot Upgrade to Spring Data 2021.0.0-M2

Comment From: mp911deProject Dependencies Spring Data 2021.0.0-M2Cassandra Driver (com.datastax.oss:java-driver-core): 4...

SpringBoot Remove Spring Data Solr support

As of Spring Data 2020.1, Solr support is no longer provided so we should remove our support in Spring Boot.Using a dedi...

SpringBoot Spring Data Solr support is not flagged as deprecated

While Spring Data Solr is deprecated for quite some time and is removed in Spring Data 2021.0, our auto-configuration is...

SpringBoot Unable to configure existing certs to enable HTTPS

I am using spring boot and jetty for my REST application.I will be having certs as .pem files... CA - cacerts.pem, Cert ...

SpringBoot banner.txt ansi color code not working in Windows 10 console

Hello.banner.txt ansi colors doesn't work in Windows 10 console.Example:banner.txt${AnsiColor.RED}HELLOThe "HELLO" word ...

SpringBoot InvalidConfigDataPropertyException thrown when server processed ConfigData contains profiles

With Spring Cloud Config Server any spring.profiles.active and spring.profiles.include properties should only apply to t...

SpringBoot Auto-configured DataSourceTransactionManager uses spring.dao.exceptiontranslation.enable rather than spring.dao.exceptiontranslation.enabled to control exception translation

This PR fixes property name for spring.dao.exceptiontranslation.enabled.Comment From: wilkinsonaThanks very much, @izeye...

SpringBoot Prop for disabling sharing webpage / static folder

Hello,Is there a property to let Spring Boot have all its default values, but not share the webpage / static folder by d...

SpringBoot java.lang.NoSuchMethodError in JUnit Test in Version 2.4.2, but not in 2.4.1

This following junit code works in Spring Boot 2.4.1import org.junit.jupiter.api.Assertions;import org.junit.jupiter.api...

SpringBoot spring.profiles.included not permitted in externalized non-profile-specific properties

This issue relates highly to Spring Cloud Config but was introduced directly by changes made in #24733 (released in Spri...

SpringBoot Context is reloading when using @MockBean

I'm having trouble running my tests, when using the @MockBean annotation to mock a behavior, Spring reloads the context....

SpringBoot Provide a configuration property for endpoints' CORS origin patterns

When the CorsConfiguration is configured to allow credentials you cannot use wildcards on the allowedOrigins attribute.T...
上一页 下一页
.