-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Creating google-cloud-compat-checker #2317
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
Creating google-cloud-compat-checker #2317
Conversation
Changes Unknown when pulling 214089d on garrettjonesgoogle:master into ** on GoogleCloudPlatform:master**. |
|
||
@Override | ||
protected void log(String s) { | ||
// meh |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
google-cloud-compat-checker/pom.xml
Outdated
<!-- It may look weird to have a compile dependency on a plugin, | ||
but we want to execute code from it at runtime, in order | ||
to not duplicate the logic ourselves --> | ||
<groupId>kr.motd.maven</groupId> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,25 @@ | |||
Google Cloud Java Compatibility Checker |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Moved the compat checker under google-cloud-util, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM.
Please consider adding the "purpose" section in compat-checker/README.md, and adding a README.md for the util parent module before pushing.
I'm not sure what you mean by the "purpose" section, because I don't see a section named that in (for example) the root README and the google-cloud-logging README. |
I meant some (optional) description in readme of what this module is about, since for utility modules it is not that clear. It doesn't have to be called "purpose". |
So far I am just bootstrapping this to check os & architecture. There is a lot more we could check, which we can add later.
Currently, users have to build this themselves, because there have been no releases of it yet. Later, we can switch the instructions to use the maven artifact somehow.
I intend to use this to diagnose #2266 .