Replies: 2 comments 1 reply
-
Thanks for the suggestion. But if we publish them to Maven Central like the final releases, I'm afraid they might be picked up and used as if they were final releases (in production). This might be by human mistake, or done automatically by an existing system. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply @bertrand-lorentz. Looking at other libraries hosted on maven central, like the spring framework, they also publish release candidates but mark them in github as a pre-release version, like you did in https://github.com/OP-TED/eForms-SDK/releases/tag/2.0.0-alpha.1. If your concern is the SdkDownloader in the core library, a parameter could be added if preview versions should be considered or not, e.g. SdkDownloader.enablePreviews(true). If set to false, all versions containing an RC should be ignored. For backward compability false should be the default value. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently only final versions are published to https://central.sonatype.com/artifact/eu.europa.ted.eforms/eforms-sdk. Since we use the download mechanism in the eforms-core-java library to download the SDK it is difficult for us to actually test release candidates.
That's why I suggest to also publish release candidates.
Beta Was this translation helpful? Give feedback.
All reactions