Nineya
Home
Blog
SpringBoot updatefile
2025-01-07 02:51:01
375
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
2025-01-07 02:50:58
408
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
2025-01-07 02:50:54
1081
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
2025-01-07 02:50:50
229
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
2025-01-07 02:50:47
350
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
2025-01-07 02:50:41
3879
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
2025-01-07 02:50:27
5468
Almost all of our auto-configuration classes are currently annotated with @Configuration. The means that the Configurati...
SpringBoot sync
2025-01-07 02:50:23
191
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
2025-01-07 02:50:18
153
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
2025-01-07 02:50:15
5586
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"
2025-01-07 02:50:11
4699
https://github.com/spring-projects/spring-boot/blob/b4c9bb0d5c1df4b4788ebbede69e125e559870e2/spring-boot-project/spring-...
SpringBoot fix: NPE with Gradle plugin's BuildInfo#coerceToStringValues
2025-01-07 02:50:07
308
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
2025-01-07 02:50:02
2321
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
2025-01-07 02:49:58
814
springbot 2.6.6 <parent> <groupId>org.springframework.boot</groupId> <artifactId&g...
SpringBoot Getting An expected CSRF token cannot be found
2025-01-07 02:49:49
3656
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
2025-01-07 02:49:45
8639
Given the way that @Conditional(NotReactiveWebApplicationCondition.class) is designed in RestTemplateAutoConfiguration, ...
SpringBoot too long file path
2025-01-07 02:49:41
488
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
2025-01-07 02:49:37
3719
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
2025-01-07 02:49:32
2291
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
2025-01-07 02:49:28
2882
spring boot version: 2.6.4After setting spring.main.lazy-initialization=true, hikari related metric disappeared from met...
上一页
下一页
1
…
1945
1946
1947
1948
1949
…
2246
.