Nineya
Home
Blog
SpringBoot [Question] could event system ensure events are publish synchronously
2025-01-07 02:49:24
1465
From #30489It's not expected that users inject the bean and call onApplicationEvent directly. If you want to change the ...
SpringBoot ApplicationAvailabilityBean is not thread-safe
2025-01-07 02:49:21
2628
ApplicationAvailabilityBean#onApplicationEvent could be invoked concurrently, we should replace HashMap(event map) with ...
SpringBoot Remove remaining code that was deprecated in 2.5
2025-01-07 02:49:17
994
While looking at #30435, I noticed that the DB initialization related properties on DataSourceProperties that were depre...
SpringBoot Deprecate DatabaseDriver.GAE
2025-01-07 02:49:14
292
Comment From: snicollIt looks like the driver is gone in 2.x so we need to revisit this and whether we want to keep GAE ...
SpringBoot Fix language in Wavefront properties
2025-01-07 02:49:10
199
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.actuator.management.metrics...
SpringBoot Allow users to specify protocol for lettuce
2025-01-07 02:49:06
534
Since v6.0 of lettuce-core, Lettuce supports different Protocol versions (RESP2 and the newer RESP3). This PR aims to br...
SpringBoot @SpyBean and @Transactional and SelfInjection regression in 2.6.4
2025-01-07 02:48:59
5596
Hi, when using @SpyBean on a transactional (proxied) bean that uses self injection (to have transaction semantics for in...
SpringBoot Deprecate Elasticsearch RestHighLevelClient
2025-01-07 02:48:55
2658
As discussed in #28496, we're going to refactor our current support of Elasticsearch clients.The new ElasticsearchClient...
SpringBoot Project build error: Non-resolvable parent POM for spring-boot-starter-parent:pom:2.0.6.RELEASE
2025-01-07 02:48:51
17045
I've created a demo project in Spring Tool Suite 3.9.6.RELEASE.In POM.xml, I'm getting the below error:Project build err...
SpringBoot Use auto-configured JSON codecs in GraphQlTesterAutoConfiguration
2025-01-07 02:48:46
571
As seen in spring-projects/spring-graphql#345, our current auto-configuration for the ExecutionGraphQlServiceTester is n...
SpringBoot Add Single Logout to SAML 2.0 configuration properties
2025-01-07 02:48:43
941
SAML 2.0 Single Logout support was added in Spring Security 5.6.In order to activate the feature, each configured Relyin...
SpringBoot Upgrading to Spring Boot 2.5 and running into Spring Data Solr deprecation. What are the alternatives?
2025-01-07 02:48:40
1989
We are using Spring Data Solr and are on Spring Boot 2.4.8 right now. Once we upgrade to Spring Boot 2.5.12 (to patch a ...
SpringBoot 2.1.3.RELEASE to 2.6.5 static resources cannot be accessed
2025-01-07 02:48:36
15226
Hello!, I upgraded the springboot version from 2.1.3.RELEASE to 2.6.5, and I found that my static resources could not be...
SpringBoot 405 when POST to change logging level using actuator in spring boot 2.4.4
2025-01-07 02:48:25
6224
We have a spring boot app using spring boot 2.4.4. According to spring boot's documentation that the logging level of lo...
SpringBoot Spring boot 2.6.6 defect with Kafka appender
2025-01-07 02:48:22
1900
I want to upgrade my app in order to use the updated version of spring boot. Also, i am using log4j2 with a Kafka append...
SpringBoot Review Kotlin samples
2025-01-07 02:48:18
179
We should do another round of reviews on the Kotlin samples to make sure they are as concise as possible. We should also...
SpringBoot Align tag and metric names with Micrometer’s recommendations
2025-01-07 02:48:14
4297
Micrometer recommends that metric and tag names are lower-case and dot-separated. We should review our default metrics a...
SpringBoot Remove unnecessary quotes from examples
2025-01-07 02:48:10
2955
include: "readinessState,customCheck" > include: readinessState,customCheckI did not find Spring Boot recommendations...
SpringBoot Expose InfoContributor information via the metrics endpoint
2025-01-07 02:48:07
6454
This is a request for an enhancement to the Spring Boot 2.0 actuator metrics endpoint.It is common within prometheus to ...
SpringBoot Missing documentation on how to expose cache micrometer metrics for RedisTemplate
2025-01-07 02:48:03
2157
I've spent good number of hours reading the official documentation, googling StackOverflow, searching through old GitHub...
上一页
下一页
1
…
1946
1947
1948
1949
1950
…
2246
.