Reputation: 2567
I'm going to use jOOQ and I probably need obfuscation.
I don't know how jOOQ works under the hood. Will the obfuscation process give issues to the application?
Upvotes: 3
Views: 232
Reputation: 220797
jOOQ uses reflection, internally:
In these areas, obfuscation may cause issues if you change method names
Upvotes: 2