SpringBoot AutoConfigurationImportSelector#getExcludes doesn't use asList consistently

Version: 2.7.2When reading the AutoConfigurationImportSelector class, the getExclusions method is a bit confusing, there...

SpringBoot MockMvc support for testing errors

Spring Boot currently registers an endpoint with the servlet container to process errors. This means that MockMvc cannot...

SpringBoot Top level @TestConfiguration picked up by @SpringBootTest without @Import when it referenced from another module

Main reason for @TestConfiguration is to allow having configuration without picking it up by auto scanning.But my test w...

SpringBoot Spring Boot 2.7.2 with Spring Kafka fails during initialisation with Exception: The 'ProducerFactory' must support transactions

I'm using Spring Boot v2.7.2 and the latest version of Spring Kafka provided by spring-boot-dependencies:<dependency&...

SpringBoot Copyright year and name missing in LICENSE file

Hey there!I noticed that the year and name of the copyright owner in your LICENSE.txt file is not filled out. I am no li...

SpringBoot Add native hints for default LDIF file

Spring Boot supports importing an LDIF file into an embedded LDAP server via spring.ldap.embedded.ldif.When running the ...

SpringBoot Support caching for Actuator endpoint read operations with parameters

Hi.I'm using Spring Boot 2.6.6 and trying to use time-to-live property for health groups.The management.endpoint.health....

SpringBoot remove invalid exception

The ReflectionUtils.rethrowRuntimeException(Throwable ex) method already handles all exceptions, and the exceptions add...

SpringBoot ClassNotFoundException can be thrown for classes in nested jars when under GC pressure

OverviewA very simple Spring Boot based application locks up on the very first HTTP request with java.lang.NoClassDefFou...

SpringBoot JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK

See #28837. A work-around should be to set the unpack flag but this doesn't work since we still wrap things.Comment From...

SpringBoot Application cannot start for exception 'zip file closed'

Our application is split into two JARs (The first contains the spring boot launcher and our classes. The second file con...

SpringBoot Review Git contribution documentation

Reviewing #31903, the documentation states that three properties are exposed by default but the actuator doc mentions a ...

SpringBoot Misleading error message when using JarMode Layertools and the source is not an archive

If the source file given to the layertools is not an archive file, the error message says that the file cannot be found....

SpringBoot Remove use of reflection in MustacheViewResolver

Prior to this commit the MustacheViewResolver used reflectionto instantiate a MustacheView class, which fails when using...

SpringBoot Add native-image support for Mustache on WebFlux

The mustache-webflux sample fails because there is a constructor hint on MustacheView missing:ion: Failed to instantiate...

SpringBoot Add WebServerBeforeStartEvent before web server start

about https://github.com/spring-projects/spring-boot/pull/31958demo code: demo.zipI want to initialize a few things bef...

SpringBoot Allow to disable JacksonFeature in JerseyAutoConfiguration

The Spring Boot auto-configuration for Jersey registers the JacksonFeature by default if an ObjectMapper bean is present...

SpringBoot Update spring security documentation link

When Spring Security 5.4 is out we should use the /html link rather than /html5.See https://github.com/spring-projects/s...

SpringBoot ContentType="application/x-www-form-urlencoded" is throwing Unsupported Media Type Error

I have tried below code to process the request with contentType as "application/x-www-form-urlencoded".@RequestMapping(v...

SpringBoot After Spring-Boot is upgraded from 2.2 to 2.7.1, the ResourceProperties class is missing. How to use WebProperties' Resource class instead?

My project uses the framework version as follows:spring-boot 2.7.1spring-cloud 2021.0.3spring-cloud-alibaba 2021.0.1.0Wh...
上一页 下一页
.