Closed wendigo closed 2 months ago
Yes, you can disable validation using: new Byte Buddy().with(TypeValidation.DISABLED)
. I just tried this myself, though and I cannot produce the same modifiers. Are you running an outdated version? I get an issue for fields, though. If you build Byte Buddy from master, I added a property to disable type validation unless explicitly specified:
-Dnet.bytebuddy.validation=false
You can then try with that flag and the latest version, in case you are not using Byte Buddy directly.
@raphw great! This will allow us to move forward with testing EA builds :) Appreciate the quick turnaround!
I know that it's pretty early for supporting Valhalla but I'm conducting a research into its' capabilities and I'm facing an issue with the latest byte-buddy version being unable to load 23-ea Valhalla class format (with
--enable-preview
). Is this something that can be disabled?