Charlie Hubbard
Charlie Hubbard
I'm here because Angularjs kicked the bucket finally, and I needed to find a new toolkit for building apps. I've used Angular in the past and enjoyed using Typescript and...
I tried running this in intellij instead of from maven, and I got a different error about reflection: > Reason: java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.lang.String java.lang.Enum.name accessible:...
It would also be super super helpful to list the metadata URL for the IDP. Possibly in the UI just so it's easier to configure it from a different SP....
Here is what I'm seeing from running a single Spock functionalTest that used an `@TempDir` annotation in it on Gradle 8.10.2. This worked in prior versions of Gradle of course....
Oh wait here is what transforms looks after the last time it failed. This time I see lots of directories with shared prefixes and differing suffixes. However, 1 pair where...
So this plugin doesn't do anything with temporary directories. That explanation makes sense for the functionalTest because of the temp directory usage. However, all this plugin does is execute a...
How did this behavior change in 8.6 that created these issues? Prior version 8.5 didn't seem to suffer from this problem. But executing tasks, probably with temp directories for output,...
Maybe. I've reverted to 8.5 for the time being until this is fixed. It is intermittent but it happens enough that I can't be productive and run the latest gradle....