Replies: 1 comment 2 replies
-
Any thoughts on this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone got any good ideas on the best way to add source code (e.g. a class implementing an interface) at runtime in Quarkus and then call that code? We have used javassist for this and it works fine but only supports java 8 source so was wondering if there is a newer better way. The problem we are trying to solve is to allow custom functionality/ plugins to be loaded at runtime to augment an existing products business logic without restarting or redeploying a running saas.
Beta Was this translation helpful? Give feedback.
All reactions