Arnout Engelen

Results 691 comments of Arnout Engelen

Looking at this again I'm not so sure we can expect all of this to be fixed in 3.3.5, but let's see. We encountered it in the 1.1.0 release again:...

again in https://github.com/apache/pekko-projection/actions/runs/11239008607/job/31245058218#step:6:718

Thanks for doing the merge, great to see CI indeed succeeding now! This probably means that, after this change, sbt-license-report only works correctly when the project is also using sbt...

fixes https://github.com/sbt/sbt-license-report/issues/87

> As mentioned in the link you shared, "_When multiple endpoints are discovered for a gRPC client, currently one is selected and used for all outgoing calls_". We should probably...

If you click the failing `develop / build`, you will see logs of the failure, including: ``` > Task :geode-gfsh:compileJava /home/runner/work/geode/geode/geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/lifecycle/StopServerCommand.java:17: warning: [deprecation] StringUtils in io.micrometer.core.instrument.util has been deprecated import...

The IntegrationTest failure seems (at least partly) related to this PR: ``` elements not found: ["lib/HdrHistogram-2.1.12.jar", "lib/commons-io-2.11.0.jar"] and elements not expected: ["lib/HdrHistogram-2.2.2.jar", "lib/commons-io-2.15.1.jar", "lib/micrometer-commons-1.14.0.jar", "lib/micrometer-observation-1.14.0.jar"] at org.apache.geode.AssemblyContentsIntegrationTest.verifyAssemblyContents(AssemblyContentsIntegrationTest.java:67) ```

The CI tests for this PR have not ran yet, likely because you opened this before you got commit access. I'll try closing and reopening this PR to trigger them.

closing/reopening to re-run the checks since the logs have been garbage-collected

This build failed with: ``` * What went wrong: Could not determine the dependencies of task ':geode-assembly:downloadWebServers'. > Could not resolve all task dependencies for configuration ':geode-assembly:webServerTomcat6'. > Could not...