-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #244 issue #245
Fix #244 issue #245
Conversation
✅ Build minestat 1.0.0.475 completed (commit 1bf185c0d8 by @TENIOS) |
|
Thank you for submitting these changes, @TENIOS. |
@ldilley, thank you for accepting the changes. How soon will they be published on the Maven Repository? |
You are welcome. Maven Central does not allow overwriting an existing JAR file of the same name. Since |
You are correct, my changes do not include any code changes. But these changes affect the final build file. If you look at I think this is a weighty change because it adds a test dependency to the project that ends up in the final build where it doesn't belong. I didn't mean to make you look unprofessional. I apologize for the inconvenience. I'm going to make a few more minor changes, including to the code. I hope you will publish them. |
Other than a slightly larger file size (14,505 versus 13,814 bytes), are you experiencing build and/or runtime errors using the current v3.0.6 JAR available from Maven Central? I am trying to understand the impact.
The published v3.0.6 JAR is dependent on a Gson that is only 1 version behind the latest release at this time (https://github.com/google/gson/releases). Is there anything in the v2.11.0 changelog at the aforementioned link that stands out to you as a significant fix or feature we could leverage in this project? Regarding vulnerabilities, have a look at https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=gson and https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=junit. CVE-2022-25647 pertains to Gson <v2.8.9 (we're at v2.10.1) and CVE-2020-15250 is for JUnit >=4.7 and <4.13.1 (we're at v4.13.2).
That test dependency is quite small from a storage standpoint. With regard to your unprofessional comment, I never interpreted your text as such. I also do not consider your request as an inconvenience. I am just attempting to better understand the urgency to deploy a new version given my replies above. I'll take a look at PR #246 now and provide feedback shortly. |
I have reviewed, modified, and merged PR #246. Changes to comments and spacing along with rearranging the contents of |
Proposed Changes
Fixes #244 issue.
If the presence of the Example.java file in build is mandatory, then I can revert this change.