-
Notifications
You must be signed in to change notification settings - Fork 159
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
Replace ZonedDateTime with valid String representation #80
Conversation
Hold up on this. I'm working on some tweaks. |
I pushed another commit to make it better |
Please, sign off the commits. |
Signed-off-by: David Turanski <dturanski@pivotal.io>
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.
@@ -345,5 +341,4 @@ public void should_marshal_data_byte_array_as_data_base64() { | |||
assertTrue(encoded.contains("\"data_base64\"")); | |||
assertTrue(encoded.contains("\"" + expected +"\"")); | |||
} | |||
|
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.
Please, avoid pushing files just with empty line remove.
@@ -20,9 +20,15 @@ | |||
import static org.junit.Assert.assertNotNull; | |||
import static org.junit.Assert.assertTrue; | |||
|
|||
import com.google.gson.Gson; |
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.
I did not able to see where you are using this import.
The current test suite verifies that we didn't break anything. Note that the |
Signed-off-by: David Turanski <dturanski@pivotal.io>
Signed-off-by: David Turanski <dturanski@pivotal.io>
Signed-off-by: David Turanski <dturanski@pivotal.io>
Signed-off-by: David Turanski <dturanski@pivotal.io>
Thank you for your contribution, we are reworking the sdk and this PR now is invalid. Look here: #29 (comment) |
Resolves #29