odpi / egeria-docs

Documentation repository for the Egeria project.
https://egeria-project.org
Other
22 stars 30 forks source link

enhance connector development to mention gradle considerations #643

Open davidradl opened 1 year ago

planetf1 commented 1 year ago

I believe the issue is in ensuring our connector docs clarify that connectors should not include egeria libraries that are part of base egeria when deployed.

These docs should cater for both maven and gradle, since connector developers may chose to use either (even though our preference has become gradle)

For example when declaring dependencies,

This is to avoid issues whereby backlevel libraries are introduced into the classpath causing connectors to fail

planetf1 commented 1 year ago

I propose we merge and then I will submit a new PR with some additional things I thought of

planetf1 commented 1 year ago

I've assigned to myself, as I think there is more I could add.