Alexey Kuznetsov
Alexey Kuznetsov
# What Does This Do Update ddapm-test-agent from v1.11.0 to v1.24.1 # Motivation Update to latest version to stay current with improvements and fixes. # Additional Notes # Contributor Checklist...
# What Does This Do The bootstrap logic runs external process to forward some initial telemetry. The subprocess instrumentation creates span for this which may be confusing to users. #...
# Follow-up to #2703 — OutOfMemoryError after upgrading to Spotless 8.1.0 and JDK 21 After upgrading Spotless from `6.13.0` to `8.1.0`, along with migrating our Gradle build from JDK 8...
I have Groovy code like this: ``` ''' function (doc, meta) { if (doc._class == "springdata.Doc") { emit(meta.id, null); } } '''.stripIndent() ``` and when I use `removeSemicolons()` with my...
# What Does This Do Mark test as flaky # Motivation Green CI.
DO NOT MERGE # What Does This Do Bump Groovy: 3.0.25 -> 4.0.29 # Motivation Latest Groovy # Additional Notes
# What Does This Do - Bump Groovy `3.0.24` - > `3.0.25` - Bump Kotlin plugin `1.9.24` -> `2.0.21` # Motivation - Since `Spock` has been updated to the `final...
# What Does This Do Updates the check for the `Akka` token to ensure it is not blank before use. # Motivation GitHub Actions may encounter permission issues when reading...
# What Does This Do Refactored Groovy leftovers to Kotlin. # Motivation Kotlin DSL is a better choice for Gradle plugins and configuration # Additional Notes
# What Does This Do Added missing configuration and applied `spotless` to `:buildSrc` module. # Motivation Clean code. # Additional Notes `Spotless` plugin was present before, but as we migrating...