Nineya
Home
Blog
SpringBoot Add RepositoryMetricsAutoConfiguration to spring.factories
2025-01-06 22:52:50
217
This PR adds RepositoryMetricsAutoConfiguration to spring.factories as it seems to be missed in f03f74ff0ae2d903e6437805...
SpringBoot Injection on Path misinterprets absolute paths
2025-01-06 22:52:43
3360
Starting from spring-boot 2.4.4 and including spring-boot-starter-web, injection on Path objects misinterprets absolute ...
SpringBoot Upgrade to Spring Session 2020.0.4
2025-01-06 22:52:37
158
Comment From: snicollThis was closed with the wrong issue id in https://github.com/spring-projects/spring-boot/commit/f8...
SpringBoot Avoid some redirects in docs
2025-01-06 22:52:30
148
Hi,this PR polishes some links to avoid redirects (and one broken anchor).Cheers,ChristophComment From: snicollThank you...
SpringBoot Report message from response.sendError(int,String) in BasicErrorController
2025-01-06 22:52:24
2266
The BasicErrorController doesn't look in the request attributes for a message if the exception is non-null, even if the ...
SpringBoot javax.persistence.schema-generation.database.action is ignored when checking if default DDL auto setting should be applied
2025-01-06 22:52:17
617
Checks 'javax.persistence.schema-generation.database.action' before returning default ddlAuto in HibernateProperties.Fix...
SpringBoot Whether spring boot redis has a robust disconnection and reconnection mechanism can't be found on the official website,If not, is there a more robust solution? I hope to get some suggestions.
2025-01-06 22:52:09
488
Is there a well considered solution for redis disconnection and reconnectionComment From: wilkinsonaThanks for getting i...
SpringBoot Support @Timed annotation for WebFlux
2025-01-06 22:52:02
2355
We recently switched an application from WebMvc to WebFlux. We used the @Timed annotation on our controller methods to g...
SpringBoot Upgrade to Spring Integration 5.5.0-RC1
2025-01-06 22:51:53
131
Comment From: snicollWe can't switch to snapshots just yet due to https://github.com/spring-projects/spring-integration/...
SpringBoot CloudPlatform.isActive can return true when spring.main.cloud-platform is set to NONE
2025-01-06 22:51:47
1778
Fixes https://github.com/spring-projects/spring-boot/issues/25433add isAutoDetectionEnabled method to determine that whe...
SpringBoot Cannot enforce CloudPlatform.NONE via spring.main.cloud-platform
2025-01-06 22:51:39
2210
I'm using Spring Boot 2.3.9.RELEASE and have an auto-configuration class annotated with @ConditionalOnCloudPlatform(Clou...
SpringBoot Declare optional dependency on shade plugin to fix eclipse auto-completion
2025-01-06 22:51:32
17690
Trying with 2.3.1 today, I still didn't get auto-completion for our Maven plugin.Comment From: philwebb@wilkinsona disco...
SpringBoot Log ApplicationAvailability state changes
2025-01-06 22:51:25
597
While discussing #22632, we thought that logging ApplicationAvailability state changes should be generally useful for ap...
SpringBoot Add R2DBC support for schema.sql and data.sql
2025-01-06 22:51:16
173
It would be nice if schema.sql and data.sql could work with R2DBCComment From: wilkinsonaRe-opening to include SqlInitia...
SpringBoot Document limitations of using deferred JPA bootstrap and early access to JPA
2025-01-06 22:51:08
5086
Version: Spring Boot 2.3.xMinimal example: Autowiring for instance an objectMapper into a custom AttributeConverter work...
SpringBoot Upgrade to Spring Data 2021.0.0
2025-01-06 22:51:01
671
Comment From: mp911deProject Dependencies Spring Data 2021.0.0Cassandra Driver (com.datastax.oss:java-driver-bom): 4.11....
SpringBoot Tests that use Neo4jContainer are flaky
2025-01-06 22:50:53
241
The container sometimes fails to start within the timeout. When Gradle's test retry integration retries it, it works. Wh...
SpringBoot Upgrade to Infinispan 12.1.1.Final
2025-01-06 22:50:47
34080
Comment From: snicollStarting an embedded server with default settings leads to:2021-04-13 15:41:25.660 INFO --- [ ...
SpringBoot Upgrade to Spring Data 2020.0.8
2025-01-06 22:50:40
624
Comment From: mp911deProject Dependencies Spring Data 2020.0.8Cassandra Driver (com.datastax.oss:java-driver-bom): 4.9.0...
SpringBoot Migrated class condition on deprecated class in ElasticsearchDataAutoConfiguration
2025-01-06 22:50:34
141
ElasticsearchDataAutoConfiguration has a class check on ElasticsearchTemplate that's deprecated.This has been fixed in 2...
上一页
下一页
1
…
2049
2050
2051
2052
2053
…
2246
.