Nineya
Home
Blog
软著申请
SpringBoot Spring Boot 3.2.0 failed to bind properties of a Map
2025-01-08 00:28:12
3543
Hi,I recently upgraded to Spring Boot 3.2.0 and i think i have found a regression with properties binding within a Map, ...
SpringBoot Add ThreadPoolTaskExecutorsEndpoint
2025-01-08 00:27:57
692
Add ThreadPoolTaskExecutorsEndpoint, It is mainly used to observe the information about the asynchronous task thread poo...
SpringBoot Unable to find a @SpringBootConfiguration results in misleading error message
2025-01-08 00:27:54
3063
Exception is raised if the test is not located in the same or sub package of @SpringBootApplication main class, even if ...
SpringBoot Run PaketoBuilderTests on all JDK versions
2025-01-08 00:27:49
135
30373 added @EnabledForJreRange but we might be able to drop that restriction now. If not, we can at least try to increa...
SpringBoot Enable GraalVM native Paketo Builder Tests on Java 22
2025-01-08 00:27:47
705
Comment From: izeyeI'm not sure if "Java 22" in the issue title is just a typo for "Java 21", but ed42ed7c43e9c865c30258...
SpringBoot Make it possible and simple to use more than one kafka serializer and deserializer
2025-01-08 00:27:45
12501
We are in the situation where we have both consumers and producers in the code that all use avro, and using config only ...
SpringBoot UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled
2025-01-08 00:27:42
10646
The plugin management for the Maven Shade Plugin does not add the Manifest Entry for Multi Release Jars. Does this make ...
SpringBoot PhysicalNamingStrategy Bean Confiugured on my code is not working
2025-01-08 00:27:39
2759
I have configured my naming strategy, which works on my local machine but it does not work when I deploy to an EC2 insta...
SpringBoot Expose osbasi.SettingsCreator.createFrom
2025-01-08 00:27:34
1679
To facilitate configuration of multiple DataSources, the missing piece of the convenience puzzle is SettingsCreator.crea...
SpringBoot Behaviour change - @ConfigurationProperties and empty objects in YAML
2025-01-08 00:27:31
9500
Summary:After upgrading to Spring Boot 3.4.0, @ConfigurationProperties classes no longer handle empty objects (something...
SpringBoot With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used
2025-01-08 00:27:28
1367
WebFluxAutoConfiguration injects ResourceHandlerRegistrationCustomizer using ObjectProvider.getIfAvailable():https://git...
SpringBoot Testcontainers start() methods may be started multiple times
2025-01-08 00:27:25
3750
ContainerConnectionDetailsFactory.getContainer() is doing if (this.container instanceof Startable startable) { ...
SpringBoot Align WebFluxTags#uri() with WebMvcTags#uri()
2025-01-08 00:27:23
18339
Hi,this PR is an attempt to fix #15608 by aligning WebFluxTags#uri() with WebMvcTags#uri().Let me know what you think.Ch...
SpringBoot DataSourceHealthIndicator need timeout
2025-01-08 00:27:20
4065
for the business function,we will set database timeout(get connent form pool time out or exec query wait time out ) ve...
SpringBoot Spring Boot 3.4 failed on native compilation with Spring Cloud 2024.0.0
2025-01-08 00:27:17
1862
In the start if gradlew nativeCompile , I got the follow :[main] faultConfiguringBeanFactoryPostProcessor : No bean name...
SpringBoot Allow group description metadata to be generated by the configuration properties annotation processor
2025-01-08 00:27:15
3147
Currently we never set a description for item groups, however, our documentation does say that one can be provided in th...
SpringBoot Exception while creating/updating MongoDB index
2025-01-08 00:27:12
4680
Hi,I have a problem after upgrading Spring Boot to version 4.4.0 (MongoDB driver 5.2.1). I can no longer update an uniqu...
SpringBoot Consider reinstating CLI install command
2025-01-08 00:27:09
451
The CLI used to support spring install but we removed it as part of #32263. We might want to reconsider if we should sup...
SpringBoot Multipart Upload Issue After Spring Boot 3.3.5 Upgrade – Connection Closed by Peer
2025-01-08 00:27:07
11333
Hello Experts,We’ve encountered an issue with multipart/form-data uploads in our microservices architecture after upgrad...
SpringBoot Add test for nullSafeValue with mapper transformation
2025-01-08 00:27:04
472
I’ve added a test case for the newly introduced nullSafeValue method that accepts a mapper function (introduced in #4297...
上一页
下一页
1
…
1611
1612
1613
1614
1615
…
2246
.