Replies: 2 comments 1 reply
-
Creating an uber jar seems to be a straight forward solution, but is it optimal to load all the dependencies (from different rewrite jars + our own recipes)? Does the memory usage doesn't affect the performance? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @jonesbusy I made a rough uber jar which includes recipes that are mostly used by Jenkins Plugins. Click to expand
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OpenRewrite is a flexible framework. It's possible to implement your own recipes using the Java API, create new declarative recipe or invoke recipes from an other module.
Our goal is to not reinvent the wheel and reuse what's available and provided by the OpenRewrite community and framework
The plugin modernizer tool will have dependencies with such artifacts.
The question is, how to reference those artifacts ?
There are for now 2 options
Beta Was this translation helpful? Give feedback.
All reactions