Closed ghost closed 3 years ago
Yeah sorry about that. We used something to download a prebuilt version of the jar containing a fix we needed (spring-boot version upgrade). We will remove this dropbox part once the plugin will be released with the necessary fix.
For your information, the code was released in PR #21
Hey @mmornati, spring released the new version with the fix we needed back there and I saw you already updated the project. Thank you very much! Are you planning for a release soon?
Hey... yes sorry. I made the PR that was merged by @jlind23 during my holidays. I'm going to create a new tag and push the image on the marketplace. Sorry for the delay @lfgcampos !
When I first saw this error it scared me. Use of Dropbox looked very suspicious. I thought it was trying to upload my repo code to dropbox. Actually it's trying to download
github-release-notes-generator.jar
.Why bother trying to download the jar? How about you include (COPY) a default version of
github-release-notes-generator.jar
into the Docker image while it is being built? Then ifRELEASE_NOTE_GENERATOR_VERSION
is defined then attempt to download the version at run-time. And preferably stop using Dropbox too.