Rafael Winterhalter

Results 35 issues of Rafael Winterhalter

Currently, folder retention is incomplete in the plugin engine. This should be considered as an extension point to give more flexibility. Also, in this context a resource filter should be...

enhancement

Create a visitor that allows the substitution of field access / method calls by invoking another method or by delegating to a bootstrap method (replacing the access with an _invokedynamic_...

enhancement

In some cases, a user might explicitly want to replace a static initializer instead of appending to it. This use case should be possible by a DSL step. See https://github.com/raphw/byte-buddy/issues/485#event-1733192838

enhancement

It should be possible to annotate methods in the class of an advice class that are used to represent another available method such as a `private` method or a `super`...

enhancement

For non-loaded annotations, it can be determined if a default value is set or not. It could therefore be possible to sometimes determine if an annotation value should be explicitly...

enhancement

Add API to remove and alter members via the API and not using ASM visitors.

enhancement

This will not always work as intended but allow for a performance comparison and could be used if a user can give additional guarantees for types.

enhancement
performance

I am dealing with JSON where properties for certain areas are prefixed with given values. For example, ```json { "key" : "val1", "@key" : "val2", "$key" : "val3" } ```...

Hello, thanks for the work on this driver and leveraging asynchronous notify/listen. Unfortunately, the library relies on several outdated dependencies. Is it that nobody maintains this code anymore? Thanks.

Optionally verify checksums of downloaded binaries, both for Maven wrapper jar and actual Maven distribution. The verification is optional and is activated by adding checksums to the maven.properties file, either...