Alexander Kriegisch

Results 201 comments of Alexander Kriegisch

Oh, I copied from the wrong side of the diff, my bad. Good catch! I updated the inline code block to show the Javassist version with the stack frame problem...

Would you mind giving me a hint as to where in your code the places are where you would look at and what roughly you think you would do in...

> Javassist automatically constructs a stackmap from the bare bytecode. Please look at `javassist.bytecode.stackmap`. I will, thank you. > It first constructs a control flow graph and computes a data...

_**Disclaimer:** I am still pretty much a beginner in byte code instrumentation and almost a noob when it comes to the JVM opcode level. So please don't kill me if...

Thanks for the quick bugfix. I will build it locally and give you feedback. I saw that you adjusted the version number in the read-me and one more file, but...

Okay, for now I just pushed a bugfix release to Maven Central with these Maven coordinates in order to avoid having to refer to a local snapshot version in my...

My project also has this problem on JDK 16+, despite `XSTREAM.addPermission(AnyTypePermission.ANY);` in my code: ```text Exception in thread "main" java.lang.ExceptionInInitializerError at com.thoughtworks.xstream.converters.collections.TreeMapConverter.unmarshal(TreeMapConverter.java:73) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)...

Related problems in Nexus Staging Maven Plugin: * https://issues.sonatype.org/browse/OSSRH-66257 * https://issues.sonatype.org/browse/NEXUS-26993 * https://issues.sonatype.org/browse/NEXUS-27902

Because the new PR has no description, I want to quickly describe it: It solves [MSHADE-366](https://issues.apache.org/jira/browse/MSHADE-366) in a more fundamental way than both #83 and #104, namely by adding the...

Sorry, I was a bit too fast with my enthusiasm: In its current state, this PR improves `DefaultShader`, but MSHADE-366 is about minification and the previous two PRs addressed warnings...