You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
I just noticed that the .jar amqp-client_2.11-1.5.jar contains a package "samples" with examples.
This should not be included in the Jar - I would suggest moving that folder (either to "src/test" so that it is automatically compiled or to a top-level samples-folder).
The text was updated successfully, but these errors were encountered:
I've though about moving the samples to src/test before but never got around to actually doing it because I'm not sure that it is actually a problem. I've seen a few libraries that include sample so that users can run them to debug/diagnose problems easily and thought that it made sense. Why do you think it is a problem (honest question) ?
You ain't gonna need them at runtime ever and users could mix the samples up with functionality of the library.
The library isn't as lightweight as it could be (it already is very lightweigt :)).
You also find the samples when for example doing a "look for code which uses this method/class/etc." and filter those out in order to find your code using the searched library function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just noticed that the .jar amqp-client_2.11-1.5.jar contains a package "samples" with examples.
This should not be included in the Jar - I would suggest moving that folder (either to "src/test" so that it is automatically compiled or to a top-level samples-folder).
The text was updated successfully, but these errors were encountered: