SpringBoot Allow exclusions in Maven plugin to take wild cards

The Spring Boot Maven plugin allows defining exclusions that will not make it into the final JAR. If quite a few similar...

SpringBoot Upgrade to Spring Kafka 2.8.3

Comment From: snicoll@garyrussell I can see that setBatchErrorHandler and setErrorHandler have been deprecated. Spring B...

SpringBoot Add documentation for WebMvc.fn

See gh-25110Comment From: snicollWhen merging this forward to 2.7.x we will need to add a Kotlin equivalent for this if ...

SpringBoot Move away from spring.factories for auto-configuration imports

See https://github.com/spring-projects/spring-boot/issues/29698The most important changes are:All AutoConfigurations are...

SpringBoot java.io.IOException: Problem reading font data when using bootBuildImage

we are trying to switch from using jib for creating the docker images to using Spring Boot built in buildpacks with boot...

SpringBoot security vulnerabilities in latest 2.6.3 release

We are doing a security audit right now and have a problem with h2 and Postgres driver versions. They are vulnerable. I ...

SpringBoot Set kotlinOptions jvmTarget by convention

We set it to 1.8 in a couple of places in individual modules. For consistency with what we do for Java compilation tasks...

SpringBoot Rectify incorrect sanitizing regex example provided in how-to docs

the spring-boot actuator documentation located at https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/howto-act...

SpringBoot Support constructor injection for FailureAnalyzers

FailureAnalyzer implementations sometimes need access to the BeanFactory or Environment of the current application conte...

SpringBoot Micrometer new relic correct dependency is "difficult"/"wrong" to use.

Currently there are 2 implementations for micrometer new relic:1. io.micrometer:micrometer-registry-new-relic2. com.newr...

SpringBoot Spring Naming Strategy works unexpectedly for column with single char in the end

Hello Spring Data team! Off topic: You are awesome!We are using spring-data-jpa with spring naming strategy and we found...

SpringBoot JAR file on Ubuntu server stops after working a day

I build a project using mvn clean package and deployed on remote Ubuntu server using nohup java -jar app,jar. It works f...

SpringBoot "Customizing the Banner" should make it more obvious that any environment property can be used

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...

SpringBoot "Customizing the Banner" should make it more obvious that any environment property can be used

Comment From: snicoll@UbaidurRehman1 thank you for making your first contribution to Spring Boot.Comment From: ubaid4jTh...

SpringBoot WebSocket auto-configuration throws a CNFE with Jetty 10

When using Jetty version 10.0.0 up to 10.0.3 and Java 11 (openjdk 11.0.7 2020-04-14) Spring Boot 2.5.0 can't start.It ca...

SpringBoot Remove redundant override of requestMappingHandlerMapping from EnableWebMvcConfiguration

SpringBoot 2.6.3Redundant RequestMappingHandlerMapping bean configuration, MvcUriComponentsBuilder can work in multiple ...

SpringBoot version 2.5.8 and onwards - issue with AsyncConfigurerSupport - Executor Bean

when upgrading to spring boot 2.5.8 (from 2.2.5) customizer for meter registry returns "object is not an instance of dec...

SpringBoot GraphQlService may not used contributed BatchLoaderRegistry

Comment From: wilkinsonaWe should add a test to GraphQlAutoConfigurationTests that verifies that a user-provided BatchLo...

SpringBoot Update to Spring > 5.3.13 for Spring Boot 2.4

I could see how "Upgrade to Spring Framework 5.3.14" happened for 2.6.2 and 2.5.8 , but not for 2.4 . Latest 2.4 is 2.4....

SpringBoot Drop ReleaseTrainDependencyVersion

Since the switch to calver, we don't have any project's using the old release train version scheme. This means that we c...
上一页 下一页
.