-
_Spring Boot for Apache Geode_ (SBDG) already includes [_Spring Boot Actuator_ support](https://docs.spring.io/spring-boot-data-geode-build/current/reference/html5/#actuator) with extensive metrics an…
-
In order to be able to use Jolokia in a reactive e.g. Spring WebFlux application there should be an API which could be integrated in Spring Boot Actuator.
This would allow a fix for https://github.co…
-
When configuring additional paths for Spring Boot actuator health groups ('readiness', 'liveness', etc.), unrelated health indicators to those groups unexpectedly start failing. This behavior presents…
-
Many Spring Boot applications use the git-commit-id Maven plugin to read some information (e.g. revision) from the Git repository and later display it under the Spring Boot Actuator endpoint /info.
…
-
**Description**
There has been some discussion at the Spring Boot project about exposing information like the Git commit ID and Maven coordinates as metrics, similar in style to the existing JvmInfoM…
mafr updated
10 months ago
-
**Probleam description:**
I manager to deplore seate-server 1.7.0 in docker, and I'm trying to rebuild the official [quickstart project](http://seata.io/zh-cn/docs/user/quickstart.html). When I modif…
-
Description (How to reproduce the issue):
Given I on working on a gradle multiproject, with structure like below,
```
-- root
|- service
|- src
|- build.gradle
|- webapp
|- src…
-
2020-11-18 16:22:12.382 WARN 16016 MsgId=[] [http-nio-9091-exec-21] o.s.b.a.jdbc.DataSourceHealthIndicator : DataSource health check failed
org.springframework.jdbc.CannotGetJdbcConnectionExcepti…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Currently the `CacheMetricsRegistrarConfiguration` binds the meters for the cache related metrics in a `@PostContstruct` for all known cache names.
Looking at the `spring-boot-sample-cache` project…