Results 135 comments of Jerry Wiltse

Here's the byte code, not sure if there is any new method to be added but maybe it helps you to see. Thanks so much for looking into it: ```...

Would you be running Consul servers on Window? no Would you be running Consul gateways on Windows (mesh, ingress, or terminating)? terminating Would applications be running on Windows VMs or...

If you do remove it, maybe you could verify compatibility, and add some integration tests, and maybe an example or two using: https://github.com/ivmai/bdwgc/

This issue has manifested in some really annoying downstream problems, including with CMake: https://gitlab.kitware.com/cmake/cmake/-/issues/19132 Would be very nice if this were converted to a non-fatal warning.

Any consideration for any long-term change of the current behavior is appreciated. I'd probably look at what other implementation of "unarchive" and "unzip" do with time metadata when it cannot...

Confirm, same issue. It's not detecting most information from git config except branch.

Probably won't take action on this one any time soon, but will keep the ticket open and file it as enhancement for future reference.

I have a very similar problem. I was originally working in Groovy but created a minimal reproduction in Java: Using Java 17.0.7 ``` package com.test; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import...

> Hi @solvingj , I think your problem is a different one. Try to upgrade your Mockito version to 5.x or - alternatively - to use `mockito-inline`. Sorry should have...

We have a bunch of dynamic class loading happening, can't use `@CompileStatic` at the moment. Any possibility of a different workaround?