sergeykad
sergeykad
Spring Boot 3.0 uses Groovy 4. This causes issues while using it together with _liquibase-groovy-dsl_ which is still on Groovy 3. To make the issue worse in Groovy 4.0, the...
**Describe the bug** The Gradle plugin fails despite the `failOnError = false` **Version of dependency-check used** Gradle plugin version "8.1.2" **Log file** ``` > Task :dependencyCheckAggregate Checking for updates and...
`Js2pGenerationTask` is configured as `@CacheableTask`, but does not configure `PathSensitivity` as `RELATIVE`. As a result, while using distributed Gradle build cache with CI machine (e.g. Jenkins), cached results from CI...
In the case of execution of `logger.exception("Oops")` reading `Record.msg` in a custom `logging.Handler` implementation returns the original message with traceback concatenated to it. Since I need to use a different...
### Expected behavior An easy way to work with individual modules/services in a multi-module Gradle+Jib project. For example a separate `skaffold.yaml` for each service with an easy way to share...
### Expected behavior When there is an error substituting image configuration Skaffold will provide useful information about what went wrong. ### Actual behavior Only the following information is provided regarding...
### Expected behavior Running Skaffold with Gradle + Jib build with concurrency enabled (or maybe always?) will offload all the concurrency implementation to Gradle. In other words, building multiple images...
### Shadow Version 1.2.3 ### Gradle Version 2.14 ### Expected Behavior Aspects inside shadow jar work correctly ### Actual Behavior Aspects fail to load Tried several Java versions from 6...
### Component(s) auto-instrumentation ### What happened? ## Description opentelemetry-operator manager crashes ## Steps to Reproduce 1. Install opentelemetry-operator on Kubernetes cluster 2. Restart a pod that has the following configuration:...
Since it's unclear what plugin causes the issue, I am opening the issue here as well. See the original issue https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/685#issuecomment-2397068318