elasticio / sailor-jvm

The official elastic.io library for bootstrapping and executing for connectors built on JVM.
0 stars 2 forks source link

Upgrade outdated libraries #98

Closed andrewreshitko closed 1 month ago

andrewreshitko commented 2 months ago

We have a request from Infobip regarding an outdated library org.eclipse.parsson:parsson. After the investigation, it was determined that Sailor contains a few outdated libraries.

A3a3e1 commented 2 months ago

Blocked with https://github.com/elasticio/elasticio/issues/7539

The issue is that the Maven Central Repo does not allow to publish -SNAPSHOT versions anymore - https://central.sonatype.org/faq/snapshot-releases/

One possible option is deploying our own Maven repo, which is one more level of complexity for deploying, maintaining another system. Other option is building a Sailor snapshot as a jar file and place it as a file into a target component.