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
Looking at a fat jar like edc-controlplane-postgresql-azure-vault, it contain edc.junit artifact and its dependencies, like testcontainers, this is caused by the fact that some of our extensions are declaring edc.junit as an api/implementation dependency instead of the correct testImplementation.
This is causing the jar artifact to be around 78MB instead of 50MB.
WHY
// outlines the motivation, why the feature is desired, and possibly what the impact is if the feature is not
implemented. "Because we need it" is not a sufficient reason!
WHAT
Looking at a fat jar like
edc-controlplane-postgresql-azure-vault
, it containedc.junit
artifact and its dependencies, liketestcontainers
, this is caused by the fact that some of our extensions are declaringedc.junit
as anapi
/implementation
dependency instead of the correcttestImplementation
.This is causing the jar artifact to be around 78MB instead of 50MB.
WHY
// outlines the motivation, why the feature is desired, and possibly what the impact is if the feature is not
implemented. "Because we need it" is not a sufficient reason!
HOW
// if possible, outlines a solution proposal
FURTHER NOTES
// anything else you want to outline
Please be sure to take a look at
our contribution guidelines and
our PR etiquette.
The text was updated successfully, but these errors were encountered: