Rafael Winterhalter
                                            Rafael Winterhalter
                                        
                                    Likely the execution of this command fails: https://github.com/raphw/byte-buddy/blob/master/byte-buddy-agent/src/main/java/net/bytebuddy/agent/ByteBuddyAgent.java#L689 I do not have a Windows machine to test this. Would you be able to build Byte Buddy locally and try some...
You are right, that explains it. Glad you found a solution!
Certainly. Did you manage to escape this somehow?
That's a good idea actually. I'll do that!
It should fix the issue as it is implemented like this: ```java public File resolve() throws IOException { try { File agentJar = trySelfResolve(); return agentJar == null ? createJarFile()...
Just as an explanation for those that do not click the link: this is a bug in the Kotlin compiler that results in an invalid generic signature in the class...
Thanks for your quick reply. Are you sure that this is possible using the Maven Shade plugin? I asked a [question about this](http://forums.gradle.org/gradle/topics/how_can_i_deploy_a_shadowed_jar_to_a_maven_repository?utm_content=topic_link&utm_medium=email&utm_source=reply_notification) on the Gradle forum where the existence...
I just tried it and it works! Thanks so much for the link, I must have read to quickly through the descriptions because I did not see it when I...
My bad. Non-trivial merge went too quick. It should work now!
Can you reproduce this stabelly? It's a bug in OpenJDK. With a reproducer, that's rather valuable and likely gets fixed. Byte Buddy has a gotten a much cleaner approach to...