Robin Verduijn

Results 8 comments of Robin Verduijn

> I only fixed the other remaining deprecation warning, but you would also need to get the fixes from an as-yet-unmerged pull request at [eriwen#52](https://github.com/eriwen/gradle-css-plugin/pull/52) to be completely warning-free, I...

@eriwen any concerns with this pull request? Could it be merged?

I tried to implement the suggestion of using `MethodHandles.lookup().defineClass()` instead of `ClassLoader.defineClass()`, but only got as far as https://github.com/robinverduijn/reflectasm/compare/fix-code-warnings...robinverduijn:fix-illegal-reflective-access. It left me with the warning gone but two tests failing....

We are having an issue with the older Docker tag specified in the Helm chart as well. Locally, we've resorted to specifying a newer tag so that we can get...

@mnonnenmacher any ideas on this issue?

With a newer Jenkins 2.190.2 dependency, another similar error pops up, possibly caused by a similar version mismatch: ``` 10.797 [id=1] SEVERE h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (main/1) died unexpectedly due to...

I wonder if updating https://github.com/heremaps/gradle-jenkins-jobdsl-plugin/blob/master/gradle.properties to use Jenkins 2.190.2 (and plugin versions to match) would be enough to fix this?

I found that updating the versions in gradle.properties did not help with this issue, but was able to confirm that deep inside the `jenkins-test-harness` code, something is responsible for loading...