eclipse-cbi / org.eclipse.cbi

CBI Maven plugins and Webservices
https://eclipse-cbi.github.io/org.eclipse.cbi/
Eclipse Public License 2.0
1 stars 10 forks source link

Make flatpak packager plugin threadsafe #498

Open netomi opened 2 months ago

netomi commented 2 months ago

The flatpak plugin is not threadsafe as it has an instance variable flatpakId that gets modified in the execute method.

see #496

netomi commented 2 months ago

Is this plugin still useful? I dont see that the corresponding backend service is deployed anywhere. If the plugin is not of use anymore, we should probably delete or at least deprecate it.