hivemq-community-edition icon indicating copy to clipboard operation
hivemq-community-edition copied to clipboard

[JAR] Use proper git storage for binaries

Open lcacciagioni opened this issue 2 years ago • 2 comments

Problem or use case

As part of the source code there seems to be several binary files, like *.jar files, for which git has pretty poor capabilities of tracking.

Preferred solution or suggestions

As part of the solution it would be advisable to probably track this binary files with something like git lfs which might be better for tracking this kind of files since its creation was with this intention.

lcacciagioni avatar Sep 14 '22 19:09 lcacciagioni

Good idea but Github Git LFS cost money. 50 GB bandwidth cost $5

jumoog avatar Sep 14 '22 20:09 jumoog

Wow, didn't knew that one... Long time user of GitLab here... Then probably another alternative can be a gradle process that downloads the jar at assemble time as if it where a dependency, and then the release of this jars can be hosted even as a GitHub Package for JDK or an S3 bucket or whatever public hosting solution you use this days.

lcacciagioni avatar Sep 15 '22 09:09 lcacciagioni

This is not an issue. In the long-run we will get rid of these jar tools anyways.

DC2-DanielKrueger avatar Oct 20 '22 10:10 DC2-DanielKrueger