SpringBoot updatefile

Comment From: pivotal-cla@Gurureddy8297 Please sign the Contributor License Agreement!Click here to manually synchronize...

SpringBoot Tracing solution appears to be eliminated for Spring Boot 2.7.x

Spring Cloud Sleuth is supported <2.7.0-M1 and Micrometer Tracing has been recently added to Spring 3.x but does not ...

SpringBoot Implement InputStream.available() for RandomAccessDataFile-backed input streams

When someone calls new ClassPathResource("a.file").getInputStream().available() in their application, they will get 0 i...

SpringBoot Test that each entry in Tomcat's CharsetMapperDefault.properties has a corresponding override

As a follow-on to #30535, we could add a test that loads org/apache/catalina/util/CharsetMapperDefault.properties and as...

SpringBoot Exception in thread "main" java.lang.NoClassDefFoundError: org/springframework/boot/SpringApplication

I am getting this error while building my spring boot application in Heroku, but when I run it locally in my eclipse, th...

SpringBoot Add note for changed default values in Kafka Client ("idempotence=true") to release notes

The Spring Boot 2.6.5 update includes an update for Kafka 3.0.0 to 3.0.1. This update changed the default for spring.kaf...

SpringBoot Use @Configuration(proxyBeanMethods=false) wherever possible

Almost all of our auto-configuration classes are currently annotated with @Configuration. The means that the Configurati...

SpringBoot sync

Comment From: pivotal-cla@mostcool Please sign the Contributor License Agreement!Click here to manually synchronize the ...

SpringBoot Update Hibernate to 5.6.8.Final

Fixes #30445Comment From: snicollPlease review the template before submitting a PR, we don't need one for straightforwa...

SpringBoot Using @PostConstruct annotation with @Profile wrongly throwing circular dependency issue on 2.6.6

Bug descriptionSummaryWhen using @Profile with @PostConstruct, I see the following error saying, there is a circular dep...

SpringBoot @ConstructorBinding on kotlin causing "Ensure that @ConstructorBinding has not been applied to regular bean"

https://github.com/spring-projects/spring-boot/blob/b4c9bb0d5c1df4b4788ebbede69e125e559870e2/spring-boot-project/spring-...

SpringBoot fix: NPE with Gradle plugin's BuildInfo#coerceToStringValues

fix bug: https://github.com/spring-projects/spring-boot/issues/30654Comment From: wilkinsonaThanks for the PR, @pruidong...

SpringBoot bootBuildInfo fails with a NullPointerException when an additional property has a null value

If you attempt to add additional properties to buildInfo which could be null at runtime, coersion to string fails with a...

SpringBoot ResourceHttpRequestHandler 404 when encounter no english character filename , springbot 2.6.6

springbot 2.6.6 <parent> <groupId>org.springframework.boot</groupId> <artifactId&g...

SpringBoot Getting An expected CSRF token cannot be found

Hi,I am having java application which uses spring boot starter version 2.4.1 and spring cloud version 2020.0.0 and every...

SpringBoot spring.main.web-application-type from application.properties is not effective in @SpringBootTest

Given the way that @Conditional(NotReactiveWebApplicationCondition.class) is designed in RestTemplateAutoConfiguration, ...

SpringBoot too long file path

in this path so many longlonglong file names!!!!!, like thishttps://github.com/spring-projects/spring-boot/blob/v2.1.18....

SpringBoot Add support for Micrometer tracing

Implements auto-configurations for Micrometer TracingSee gh-30156So far this auto-configuration supports:Zipkin with a c...

SpringBoot Provide autoconfiguration to enable TLS for Web Server using PEM files instead of Keystore

It is now possible to make your web server TLS enabled using properties such as server.ssl.key-store.However, it only su...

SpringBoot DataSource metrics are not auto-configured when using lazy initialization

spring boot version: 2.6.4After setting spring.main.lazy-initialization=true, hikari related metric disappeared from met...
上一页 下一页
.