Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need for the uber jar #923

Open
fab-10 opened this issue Aug 12, 2024 · 0 comments · May be fixed by #924
Open

Remove the need for the uber jar #923

fab-10 opened this issue Aug 12, 2024 · 0 comments · May be fixed by #924
Assignees

Comments

@fab-10
Copy link
Collaborator

fab-10 commented Aug 12, 2024

At the moment this plugin is release as a single uber jar, that packs all the dependencies inside, including most of the Besu's dependencies, this create friction and is error prone since it is easy to have different versions of the same class that results in errors at runtime.
For this we want to remove the uber jar, and just create a standard library jar that only contains the classes of the plugin.
Note that the final distribution of the plugin, could also contain additional dependencies that are not already provided by Besu, for example at the moment jackson-dataformat-yaml jar needs to be installed along with the plugin jar in the Besu plugins dir to work.

@fab-10 fab-10 self-assigned this Aug 12, 2024
@fab-10 fab-10 changed the title Remove the need of the uber jar Remove the need for the uber jar Aug 12, 2024
@fab-10 fab-10 linked a pull request Aug 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant