syndesisio / syndesis-project

Placeholder repository for project management
https://syndesis.io/
Apache License 2.0
6 stars 12 forks source link

Tech Extensions: parse binary file on upload #172

Closed nicolaferraro closed 6 years ago

nicolaferraro commented 6 years ago

The uploaded file is a jar file with metadata manifest placed in META-INF/syndesis/extension-definition.json (corresponding to a Extension model object).

Rest services can now implement the logic to extract the metadata from the jar file.