玖涯软件开发
Home
Blog
springboot Docs update on graceful shutdown?
2025-01-06 16:58:56
1205
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
2025-01-06 16:58:50
7115
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"
2025-01-06 16:58:43
4148
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.
2025-01-06 16:58:36
1044
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
2025-01-06 16:58:30
694
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
2025-01-06 16:58:23
2604
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
2025-01-06 16:58:17
3326
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
2025-01-06 16:58:10
763
RedisHealthIndicator calls ReactiveRedisConnectionFactory::getReactiveConnection and then calls serverCommands().info() ...
springboot Restrict use of custom YAML types
2025-01-06 16:58:02
38
Forward port of issue #21596 to 2.3.1.
springboot Restrict use of custom YAML types
2025-01-06 16:57:56
38
Forward port of issue #21596 to 2.2.8.
springboot StarterMetadata should consider its dependencies to be a Classpath rather than InputFiles
2025-01-06 16:57:51
393
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
2025-01-06 16:57:45
316
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
2025-01-06 16:57:38
143
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
2025-01-06 16:57:32
2344
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
2025-01-06 16:57:25
2377
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
2025-01-06 16:57:19
9742
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
2025-01-06 16:57:12
8381
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
2025-01-06 16:57:05
2155
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
2025-01-06 16:56:59
3751
Although classified as regression and closed #13151 is still present.Consider a application-e.ymlspring: profiles: i...
springboot Custom converters cannot be used when creating endpoint-related beans due to eager initialization triggered by ServletEndpointRegistrar
2025-01-06 16:56:52
38
Forward port of issue #20714 to 2.3.0.
上一页
下一页
1
…
2166
2167
2168
2169
2170
…
2246
.