-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge 2.1 #48
Merged
Merged
Merge 2.1 #48
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…p-ci] * Improving code for addimg more endpoints * Refactoring project compilation into Gradle (4.7) * Splitting into subproject for supporting different game. Skipping CI for reasons: * No test classes exist. * CI deployment and test is not configured for Gradle Compiler BREAKING CHANGE: #13 - Still needs to configure deplayment into JCenter
permission denied for file: ./gradlew
links and dependencies update
* adding missing endpoints * sorting into Google Code Style
improving, allows to creating a custom RestTemplate
# Conflicts: # smite/src/test/java/SmiteTest.java
* Replace Spring RestTemplate into a custom OkHttp3 Test Endpoint (all queries using GET method) * removing dependency management to use a own version
Codacy will triggering test automatically test inside the platform
* OkHttp3 responding once when you call methods closing it. * Modules will be registering inside the RestController * Error Handling moved to RestController (they are a private method) * removed backslash [/] inside buildUrl method on AbstractEndpoint * Adding InstantTimeDeserializer to deserialize timestamps
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Repository owner
deleted a comment
May 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Changes for new version 2.1. Gradle, JCenter, Central, more json model, class naming etc.
Related Changes
TODO: #11, #16, #9
Closes: #13