-
When upgrading to Spring Boot 3 (and Micrometer) I noticed the traceId and spanId are not added to the logs when it's a Webflux project.
Webflux: https://github.com/sanderino666/webflux-micrometer…
-
Though I have configured it below and disabled the SSL for the **local profile**, it is still looking for the certificate file and private key file
**application.yml**
```yaml
spring:
ssl:
…
-
> Whether to match to URLs irrespective of the presence of a trailing slash. If enabled a method mapped to `"/users"` also matches to `"/users/"`.
> The default value is `true`.
Even though this b…
-
## Spring Boot Admin Server information
- **Version**:
3.2.3
- **Spring Boot version**:
3.2.3
- **Configured Security**:
https://docs.spring-boot-admin.com/current/security.html
t…
-
## Spring Boot Admin Server information
- **Version**:
3.2.3
- **Spring Boot version**:
3.1.9
- **Configured Security**:
NA
- **Webflux or Servlet application**:
NA
## Client info…
-
We have a weird issue that we saw in production couple of days back. So i have this springboot webflux application which is running in prod on Google Kubernetes engine for more than 3 months now. We f…
-
## CVE-2021-22096 - Medium Severity Vulnerability
Vulnerable Libraries - spring-core-5.2.3.RELEASE.jar, spring-core-5.2.2.RELEASE.jar, spring-webmvc-5.3.9.jar, spring-core-5.3.9.jar, spring-web-5.3.9…
-
**Describe the bug**
When `OidcClientInitiatedServerLogoutSuccessHandler` is configured, the redirect logout is not initiated in the client.
I think something changed in Spring Security. This was wo…
rigon updated
5 months ago
-
Vulnerable Library - spring-boot-starter-webflux-3.2.4.jar
Path to dependency file: /app/build.gradle.kts
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.spring…
-
I have found this issue working with Opentelemetry agent, after some debugging it seems related to runtime attachment in a specific scenario (when some of the instrumented objects have already been cr…