Jason Dillon
Jason Dillon
I was just looking over the spec again and noticed we have these non-type specific generic formats: * github * bitbucket * generic These do not actually express what the...
Howdy folks, been looking over this specification and its pretty complete, but I have some concerns about the per-type specific component value transformations. Specifically the various bits that are per-type...
The spec reads ``` If the qualifiers are not empty and not composed only of key/value pairs where the value is empty: ... * sort this list of qualifier strings...
The notes in the specification about percent encoding of ":" are a bit confusing: ``` the '#', '?', '@' and ':' characters must NOT be encoded when used as separators....
Looks like 4.3.0 is released https://repo1.maven.org/maven2/org/soot-oss/soot/4.3.0/; but I can't see any tag for this in https://github.com/soot-oss/soot/tags. It looks like https://github.com/soot-oss/soot/tree/release is 4.3.0 though I would have still expected to see...
The website https://soot-oss.github.io/soot/ in the `About Soot’s source code` states: ``` In case of any questions, please consult the Soot mailing list at: http://www.sable.mcgill.ca/mailman/listinfo/soot-list/ ``` This however results in a...
Would be nice if when clicking on the title, if it would show the application's context menu, in the same way that application launcher does on right-click.
Why has guava and paranamer been shaded in? This makes this otherwise pretty lightweight library bloated and at least for myself makes it less desirable to re-use over re-implementation. I...
jmxutils is pretty nice :-) I did find that it was missing the ability to specify name/description for operation names (or for that matter the mbeans themselves). This is minor...
Unsure why... ``` Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/ExceptionUtils at groovy.lang.Closure.call(Closure.java:416) at groovy.lang.Closure.call(Closure.java:408) at groovy.lang.Closure.run(Closure.java:495) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.ExceptionUtils at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) ```...