Martin Visser

Results 9 issues of Martin Visser

During a `mvn sonar:sonar` run an AccessDeniedException is thrown and fails the execution. The filter configuration for `detekt.sonar.kotlin.filters` is set to the default: `**/resources/**,**/build/**,**/target/**`. This would scan each and every...

**Description** After upgrading Gradle to 7.3 it's no longer possible to use the plugin, because the build fails with the following message: ``` * What went wrong: Execution failed for...

bug

## Expected behavior When using MDC values, even if it is just the `traceId` and/or `spanId` - the defaults from Spring Boot -, they should be logged if `ObservationRegistry` is...

bug

With the following configuration: ```yaml spring: kafka: producer: client-id: some-id ssl: key-password: secret key-store-location: classpath:keystore.jks # line 18 key-store-password: secret trust-store-location: classpath:truststore.jks trust-store-password: secret ``` I get the following message:...

type: bug
status: pending-design-work

We're using Cloud Foundry's Java Buildpack to deploy our applications. During the latest platform upgrade we got the new version of splunk-otel-java, version 2.5.0. According to the release, version 2.5.0...

more-info-needed

Before I qualify this as a potential bug I just wanted to ask if `application/graphql` should still be supported as media type after switching from `graphql-dgs-spring-boot-starter` to `graphql-dgs-spring-graphql-starter`? This used...

**Describe the bug** With virtual threads enabled a call to `/actuator/refresh` pins virtual threads. The `ContextRefresher` uses `synchronized` on both `refresh` and `refreshEnvironment`, so it seems they are not ready...

waiting-for-triage

By allowing to define seconds for `start_time` and `end_time` the chance of scaling down to the default `instance_min_count` is reduced. Potential fix for https://github.com/cloudfoundry/app-autoscaler-release/issues/3356.

Using the following recurring schedule our application scales up at 00:00 on the 19th day of the month. We want to keep running with that same amount of instances until...