Nineya
Home
Blog
SpringBoot Upgrade to Spring Framework 6.0.0-M4
2025-01-07 03:04:05
301
Comment From: bclozelspring-projects/spring-framework#28214 introduces a binary incompatible change, so we're going to n...
SpringBoot Import OkHttp's bom rather than declaring modules individually
2025-01-07 03:04:01
709
According to the OkHttp document, it provides bill of materials. And it have same modules Spring's and OkHttp BOM.So, re...
SpringBoot When sleuth is used , Spring boot 2.6.X not compatible with spring-cloud-dependencies 2021.0.2 and App don't start #2155
2025-01-07 03:03:57
6586
Bug report: After updating spring boot from 2.5.7 to 2.6.7 (Or any version higher than 2.5.7) Our app faces an issue and...
SpringBoot Seems a wrong type resolved with JacksonTester
2025-01-07 03:03:48
1317
With following hierarchy,abstract class Some<T extends Some<T>> {}class Other extends Some<Other> {}@J...
SpringBoot Content type multipart/mixed not supported / 415 UNSUPPORTED_MEDIA_TYPE (after Spring + Spring Boot upgrade)
2025-01-07 03:03:44
17563
Affects: 2.2.6.RELEASEI was previously using the following versions of Spring + Spring Boot:<springVersion>5.0.16....
SpringBoot Prune samples tests
2025-01-07 03:03:37
975
A few of the samples tests don't run on CI but still take up time. We can most likely delete them as there are other tes...
SpringBoot Assert that sources passed to the Binder during construction do not contain null elements
2025-01-07 03:03:34
321
See https://github.com/spring-cloud/spring-cloud-commons/issues/1062. The error was hard to find in part because we don'...
SpringBoot Replace our use of SpringFactoriesLoader#loadFactoryByNames by new infrastructure
2025-01-07 03:03:30
964
With https://github.com/spring-projects/spring-framework/pull/28057 available now, we can move our own use of loadFactor...
SpringBoot Performance issues throwing Exceptions in Controllers and ExceptionResolver
2025-01-07 03:03:26
2494
Hi Gals and Guys,do you mind thinking about my observation:My controller has a single endpoint which serving a json obje...
SpringBoot All injected member bean of Rest Controller are NULL when invoking a rest API with @RequestPart annotated method
2025-01-07 03:03:19
2211
Below is my Rest Controller Code:@RestController@RequestMapping(FileServerController.ROOT_MAPPING)public class FileServe...
SpringBoot Extend documentation on Datadog metrics
2025-01-07 03:03:08
231
Document that an application key must be set to publish metadata for the exported metrics.Point out that using a non-US...
SpringBoot Fix link to Upgrading From 1.x in multi-page documentation
2025-01-07 03:03:04
563
fix wrong linkComment From: pivotal-cla@luojianet Please sign the Contributor License Agreement!Click here to manually s...
SpringBoot Polish
2025-01-07 03:02:59
101
This PR fixes some typos and polishes trivial stuff.Comment From: wilkinsonaThanks very much, @izeye.
SpringBoot Properties loaded by config server (import:configserver:) do not override local one
2025-01-07 03:02:53
1751
Let's suppose I have a application.yml file put just next to my jar. This file looks likespring: application: name:...
SpringBoot Add OtlpProperties resourceAttributes
2025-01-07 03:02:49
223
Comment From: wilkinsonaI've labelled this as a task as it's a follow-on to https://github.com/spring-projects/spring-bo...
SpringBoot ApplicationEvent is fired 2 times when the management.port is not same as application
2025-01-07 03:02:45
869
a applicationEvent has been register to listen the applicationClose event,like this@Componentpublic class ApplicationSto...
SpringBoot Spring Boot fails when enabling spring-boot-starter-jooq
2025-01-07 03:02:41
48990
I have two DataSources, one of those is @Primary.Here is my pom.xml:<parent> <groupId>org.springframe...
SpringBoot Issue when setting nested properties using both environment variables and application properties
2025-01-07 03:02:38
958
Hi,I just came across a small issue that happens if I try to set some nested @ConfigurationProperties using both environ...
SpringBoot Update started log message to reflect that the application may not be running on the JVM
2025-01-07 03:02:34
163
When running as a native image, there's no JVM. We should update the started log message to say something like "process ...
SpringBoot How to log in ApplicationListener of ApplicationStartingEvent?
2025-01-07 03:02:31
1024
public class MyTestListener implements ApplicationListener<ApplicationStartingEvent> { private static final Log...
上一页
下一页
1
…
1937
1938
1939
1940
1941
…
2246
.