elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

script upstream update #175

Closed SylvainJuge closed 3 months ago

SylvainJuge commented 3 months ago

Adds a simple (and brittle) shell script that helps updating upstream dependencies when there is a new release.

takes git ref as parameter and does a simple parsing of the upstream agent dependencies files, so it's not perfect nor robust but does the job for now until we need better.

For reference, updates in the upstream project seem to also be relying on sed commands, for example here:


As a way to improve this later we could maybe discuss this upstream and try to make it easier to maintain distributions, for example by providing a dedicated bom that could be used as a platform depenedency in gradle which would provide all the linked dependencies (agent, sdk, contrib, ...)