springboot Docs update on graceful shutdown?

The migration guide advises:"When a grace period is configured, upon shutdown, the web server will no longer permit new ...

springboot Spring boot starter r2dbc - configuration bug

Current release 2.3.0 contains a bug when using auto-configuration and manual configuration of r2dbc drivers to use reac...

springboot Gradle task bootJar broken on CI with Spring 2.3: "Could not resolve com.squareup.okio:okio:2.6.0"

The problem only occurs in CI so far (BitBucket pipelines) after upgrading Spring Boot from 2.2.6 to 2.3.0.Error> Tas...

springboot SpringBoot not registering controllers generated by OpenAPI-generator-maven-plugin.

Hi all,I am facing weird issue, in my case I am generating the controllers using OpenAPI-generator-maven-plugin. It is g...

springboot Add a note for the moved Elasticsearch auto configuration and RestClientCustomizer in the release notes

We were moving to Spring Boot 2.3 and noticed that the ES auto configuration classes were moved as part of https://githu...

springboot Migration Spring Boot 1.X to 2.X remove "_class" field from BSON Document

I recently migrated the Spring Boot version of a project, upgrading from version 1.X to 2.X. However, this caused proble...

springboot Custom registrations with Spring Boot 2.x

Continuing the discussion from #5004@michaelkrog Could you create a new issue with a sample project showing the problemS...

springboot spring-boot-actuator 2.3.0.RELEASE health check fails against spring-data-redis 2.3.0.RELEASE

RedisHealthIndicator calls ReactiveRedisConnectionFactory::getReactiveConnection and then calls serverCommands().info() ...

springboot Restrict use of custom YAML types

Forward port of issue #21596 to 2.3.1.

springboot Restrict use of custom YAML types

Forward port of issue #21596 to 2.2.8.

springboot StarterMetadata should consider its dependencies to be a Classpath rather than InputFiles

Currently, StarterMetadata's dependencies are annotated as InputFiles. This means that the metadata will be generated if...

springboot Use sorted properties when writing metadata in the build

We have a few tasks that store Properties to disk (AutoConfigurationMetadata, StarterMetadata, and TestSliceMetadata). T...

springboot Adding NOTICE.txt and LICENSE.txt to our jars breaks the build's up-to-date checks

The way we're contributing the files to our jars means that up-to-date checks are failing. We end up building more than ...

springboot Lettuce adaptive refresh not working

I am using spring latest version 2.3.1 and lettuce adaptive refresh is not working for me.I am using 1 Master 2 Slave an...

springboot Period conversion support should not be public

StringToPeriodConverter is at odds with other converters at the moment (being public and not flagged final). 2.3.0 is o...

springboot Recommend using containers' default multipart upload support rather than CommonsMultipartResolver

Here's the method to upload the file:@RequestMapping(consumes = "multipart/form-data", method = RequestMethod....

springboot Database migrations may not have run before JdbcTemplate is used when creating Flyway @Bean

Using Spring Boot 2.2.4.RELEASE.This is the same problem as in #13155, the difference is that a Flyway bean is being pro...

springboot Possible filtering of properties when performing a GET and POST on actuator endpoints

Enhancement request: Exposing only specific property sources in actuator end points.Baseline: Currently using spring-clo...

springboot Precedence of included profiles _still_ broken since 2.0.2

Although classified as regression and closed #13151 is still present.Consider a application-e.ymlspring: profiles: i...
上一页 下一页
.