Nineya
Home
Blog
SpringBoot Upgrade to Infinispan 14.0.0.Final
2025-01-07 04:10:25
108
It looks like we can restore our support for Inifinispan as they've released a JakartaEE-compatlble version.
SpringBoot Make consistent use of Property for Gradle task configuration
2025-01-07 04:10:20
359
This will help with https://github.com/spring-projects/spring-boot/issues/32768.Comment From: wilkinsonaIt will also res...
SpringBoot Move MVC metrics auto-configuration to the new Observation instrumentation
2025-01-07 04:10:17
498
Since spring-projects/spring-framework#28880, Spring Framework now instruments directly Spring MVC with the HttpRequests...
SpringBoot Conversion of Duration and Period uses ISO-8601, but other temporal accessors are converted using the current locale
2025-01-07 04:10:15
1158
Raised by @wimdeblauwe on Gitter, if you use LocalTime in a @ConfigurationProperties class it is converted using the sys...
SpringBoot @Bean methods in KafkaAutoConfiguration provide less type information than they could
2025-01-07 04:10:12
735
As pointed out by @maciejwalkowiak in #32763, there are a number of @Bean methods in KafkaAutoConfiguration where the re...
SpringBoot Upgrade to MySQL 8.0.31 and extend dependency management to new Maven identifiers
2025-01-07 04:10:09
3805
This PR upgrades MySQL Connector/J to version 8.0.31, switches to the new group id and artifact id, and extends dependen...
SpringBoot Make a change to the README
2025-01-07 04:10:06
272
Comment From: pivotal-cla@siwilkins Please sign the Contributor License Agreement!Click here to manually synchronize the...
SpringBoot 32746 patch 1
2025-01-07 04:10:00
476
Comment From: anilkumarkatta204Patch for https://github.com/spring-projects/spring-boot/issues/32746Comment From: philw...
SpringBoot Consistent configuration property binding for nested classes on JVM and native-image
2025-01-07 04:09:58
16000
While working on the AOT smoke test configuration-properties I encountered a case where binding a nested class fails in ...
SpringBoot Update getting started documentation to use @SpringBootApplication
2025-01-07 04:09:54
139
@EnableAutoConfiguration isn't very idiomatic these days. We should update our getting started documentation to use @Spr...
SpringBoot Multi-Document-Separators "#---" comment checks do not account for '!' prefixed comments
2025-01-07 04:09:52
168
Support ! as prefix for document separatorAllow lines before document separator to have different comment prefixesCloses...
SpringBoot Actuator configprops endpoint does not display DataSize properties correctly
2025-01-07 04:09:48
473
Add DataSize serializer to objectMapper of ConfigurationPropertiesReportEndpoint.This line of code seems to have been ad...
SpringBoot @Bean methods in KafkaAutoConfiguration provide less type information than they could
2025-01-07 04:09:43
358
As pointed out by @maciejwalkowiak in #32763, there are a number of @Bean methods in KafkaAutoConfiguration where the re...
SpringBoot Switch Java version displayed in documentation
2025-01-07 04:09:39
179
https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started.first-applicationThe docs...
SpringBoot add support for multiple ContainerCustomizer (spring-amqp)
2025-01-07 04:09:37
6114
Hello community,I have a feature request.Background: I have splitted up my ContainerCustomizer logic into multiple parts...
SpringBoot Replace deprecated TestCompiler with Spring Framework's version
2025-01-07 04:09:34
222
See #31266 for background. We have one that we couldn't fix which is in JarLauncherTests.Comment From: philwebbWith a sm...
SpringBoot CVE-2022-42003 - vulnerability in jackson-databind 2.13.4
2025-01-07 04:09:31
2013
CVE-2022-42003 has been reported against jackson-databind in version 2.13.4, which is currently used by Spring Boot 2.7....
SpringBoot Add setStrictServletCompliance parameter to config for StandardServletMultipartResolver
2025-01-07 04:09:29
2174
Hi, I am using multipart/mixed requests in my spring project and needed to configure the StandardServletMultipartResolve...
SpringBoot When the native Maven profile is enabled, configure build-image to build a native image
2025-01-07 04:09:04
884
This needs to be configured on the Maven side of things to build a native image properly with the default buildpacks:<...
SpringBoot ConfigDataProperties is missing RuntimeHints
2025-01-07 04:09:01
237
As far as I understand it, ConfigDataProperties is doing binding programmatically but we don't seem to have any hint for...
上一页
下一页
1
…
1886
1887
1888
1889
1890
…
2246
.