Rafael Winterhalter
Rafael Winterhalter
Thanks for this library, I have not found an equally comprehensive standalone implementation of a radix tree for Java, I really appreciate that you put this out! I was planning...
I am not sure if you wanted to add this, but with these changes all trees become iterable over their values. This can be rather convenient, especially with newer Java...
Sometimes, one wants to be able to register a bean of a given type without breaking existing code, especially in multi-module projects. Assuming that a bean is already available: ```java...
This fixes #1579. If needed, disabling the security manager can still be requested on Java 17 and newer by setting the *edu.umd.cs.findbugs.securityManagerDisabled* property to `false`. Using this property also allows...
Observed when investigating https://github.com/mockito/mockito/issues/2282 on my setup where only JAVA_HOME was adjusted which is used by Maven and IDE but not the unit test.
If possible, allow accessing the line number from advice.
Add support for running Byte Buddy on Graal native image by offering a runtime mode where generated classes are cached in a location and retreived in a different runtime mode...
For having fixed values available in advice code, it would be rather handy to being able to bind values via invokedynamic/constantdynamic. This way, the lookup overhead could be migitated to...
It's possible for a type being loaded before a class file transformer is installed but that takes longer to load then it takes to iterate over previous loaded classes during...
The shading tipps are out of date and could be improved.