You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bytecode enhancement ignores classes loaded by SermantClassLoader
Why is this needed?
Some self-developed public plug-ins hope to be referenced by other plug-ins and are placed in the common directory and loaded by SermantClassLoader. Bytecode enhancement may enhance the classes in the public plug-in and cause some problems.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
Bytecode enhancement ignores classes loaded by SermantClassLoader
Why is this needed?
Some self-developed public plug-ins hope to be referenced by other plug-ins and are placed in the common directory and loaded by SermantClassLoader. Bytecode enhancement may enhance the classes in the public plug-in and cause some problems.
The text was updated successfully, but these errors were encountered: