Skip to content

DATACMNS-1259 - Fixed support for Long values in Auditables. #273

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

Closed
wants to merge 3 commits into from

Conversation

schauder
Copy link
Contributor

Using Instant as internal data type since it's a point in time without time zone which LocalDateTime isn't.
Added necessary converters.
Fixed one JodaTime converter that used UTC to use SystemDefault like other similar converters.

In case of a conversion failure, the error message now contains the source type.

Using Instant as internal data type since it's a point in time without time zone which LocalDateTime isn't.
Added necessary converters.
Fixed one JodaTime converter that used UTC to use SystemDefault like other similar converters.

In case of a conversion failure the error message now contains the source type.
Refactored lambdas to method references.
Simplified type parameter.
Added comment to test to indicate related issue.
odrotbohm pushed a commit that referenced this pull request Feb 16, 2018
Using Instant as internal data type since it's a point in time without time zone which LocalDateTime isn't. Added necessary converters. Fixed one JodaTime converter that used UTC to use SystemDefault like other similar converters.

In case of a conversion failure the error message now contains the source type.

Original pull request: #273.
odrotbohm pushed a commit that referenced this pull request Feb 16, 2018
Refactored lambdas to method references. Simplified type parameter. Added comment to test to indicate related issue.

Original pull request: #273.
odrotbohm added a commit that referenced this pull request Feb 16, 2018
Removed unnecessary imports. Tiny refactoring to pull exception creation into static helper method. Made methods static in test cases where possible.

Original pull request: #273.
odrotbohm pushed a commit that referenced this pull request Feb 16, 2018
Using Instant as internal data type since it's a point in time without time zone which LocalDateTime isn't. Added necessary converters. Fixed one JodaTime converter that used UTC to use SystemDefault like other similar converters.

In case of a conversion failure the error message now contains the source type.

Original pull request: #273.
odrotbohm pushed a commit that referenced this pull request Feb 16, 2018
Refactored lambdas to method references. Simplified type parameter. Added comment to test to indicate related issue.

Original pull request: #273.
odrotbohm added a commit that referenced this pull request Feb 16, 2018
Removed unnecessary imports. Tiny refactoring to pull exception creation into static helper method. Made methods static in test cases where possible.

Original pull request: #273.
@odrotbohm
Copy link
Member

I am puzzled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants