SpringBoot Upgrade to Spring Framework 6.0.0-M4

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

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

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

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)

Affects: 2.2.6.RELEASEI was previously using the following versions of Spring + Spring Boot:<springVersion>5.0.16....

SpringBoot Prune samples tests

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

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

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

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

Below is my Rest Controller Code:@RestController@RequestMapping(FileServerController.ROOT_MAPPING)public class FileServe...

SpringBoot Extend documentation on Datadog metrics

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

fix wrong linkComment From: pivotal-cla@luojianet Please sign the Contributor License Agreement!Click here to manually s...

SpringBoot Polish

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

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

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

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

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

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

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?

public class MyTestListener implements ApplicationListener<ApplicationStartingEvent> { private static final Log...
上一页 下一页
.