-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update checker #17
Update checker #17
Conversation
f8d9cbd
to
4d6601d
Compare
Latest commit refactors significantly and adds a (rather large) test. |
…nstead of using an update boolean
Please check out update4j |
public static void main(String[] args) { | ||
|
||
public static void main(String[]args) { | ||
|
||
} | ||
} | ||
} |
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.
Not strictly relevant to this PR, but fixes the issue where the generator generates Java with weird indentation.
This is ready for review, but should not be merged until I've got the version checking service up & running on k8s. |
…ersion.getversion
… into update-checker
This should now be ready to merge after review. |
Besides failing tests, LGTM |
Draft PR for the update checker. Should write some tests before this all gets merged.