SpringBoot After upgrading the project from spring boot 2.3.4 to 2.7.0, build fail with a logback.xml

build fails with below exception:Logging system failed to initialize using configuration from 'null'java.lang.IllegalSta...

SpringBoot Constructor binding for nested class with multiple constructors causes BindException

I integrated the third-party configuration class and deployed the project as a war package to the application server (= ...

SpringBoot Update Static Content reference documentation to reflect the DefaultServlet no longer being enabled by default

https://docs.spring.io/spring-boot/docs/2.6.9/reference/html/web.html#web.servlet.spring-mvc.static-contentThis paragrap...

SpringBoot Update data properties to make it clear which stores do and do not require Spring Data

Redis properties are under spring.redis currently. This seems to be inconsistent with other stores that have properties ...

SpringBoot spring-boot-gradle-plugin 2.6.10 missing

On https://plugins.gradle.org/m2/org/springframework/boot/spring-boot-gradle-plugin/ version 2.6.10 isn't available.Comm...

SpringBoot WebClient request interface error 400, how to get the error message returned by the api

How to get the error message returned by the WebClient request api {“Code”: “-1”, “Message”: “Fail”} instead of Org. Spr...

SpringBoot It seems that to collect Hibernate statistics metric is not working in spring boot 2.5 version.

It seems that to collect Hibernate statistics metric is not working in spring boot 2.5 version.When I enable following o...

SpringBoot Stream Closed appears when uploading files using MultipartFile

In order to read the body twice, we rewrite the HttpServletRequestWrapper,And wrap the original request through the Filt...

SpringBoot Maven Shading with minimizeJar results in ClassNotFoundException

Hola!When using the maven shade plugin with Spring Boot and other spring dependencies, enabling minimizeJar results in C...

SpringBoot BootBuildImage created OCI images not deployable on Cloud Foundry

Currently, we are using Spring boot provided bootBuildImage gradle task to create an OCI compliant image to be deployed ...

SpringBoot Run cache smoke tests against all cache providers

The cache smoke tests have a parameterized build that can be used to test one cache provider at a time by setting a buil...

SpringBoot Example log output is out-of-date and inconsistent

https://docs.spring.io/spring-boot/docs/2.4.x/reference/htmlsingle/#boot-features-spring-application . ____ ...

SpringBoot Is PostgreSQL JDBC Driver version 42.4.1 compatible with Spring boot versions 2.6.x and 2.7.x

Hello team,WhiteSource reported SQL injection vulnerability against the org.postgresql:postgresql libraries. However, th...

SpringBoot Improve deprecation notice on ResourceProperties to direct people to WebProperties for dependency injection and then getResources()

After upgrading from Spring Boot 2.5.6 to Spring Boot 2.6.0, my Spring Web Flux reactive app fails to start due to my gl...

SpringBoot Update documentation on using H2C to consider running behind a proxy that's performing TLS termination

Comment From: wilkinsonaWhen this issue was originally opened there was a note that advised against using h2c:Spring Boo...

SpringBoot Add WebServerBeforeStartEvent before web server start

Add WebServerBeforeStartEvent before web server start.It is useful in some business scenarios, we need to do some percep...

SpringBoot Align the version of UnboundID LDAPSDK with Spring Security

Comment From: snicollSee gh-27044Comment From: wilkinsonaUnfortunately, we made a mistake in the 2.7 milestones by upgra...

SpringBoot Reduce the possibility of an entry in the additional configuration properties metadata accidentally declaring a new property

It’d be good to reduce the risk of #30074 happening again. Perhaps we could add something to the additional metadata tha...

SpringBoot Some properties in the Common Application Properties appendix have no description

There are several properties in the appendix that have no description. This generally seems to be because they use @Nest...

SpringBoot When building with Gradle, transitive runtime dependencies are not available during AOT processing

runtimeOnly dependencies declared directly in the project are available, but transitive runtime dependencies of compile-...
上一页 下一页
.