We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently javaTime parameter of the TypeMapper object is always set to false what prevents from using modern Java data/time objects.
javaTime
TypeMapper
wsc/src/main/java/com/sforce/ws/codegen/templates/connection.st
Line 19 in 1c6d1a4
Can we get this parametrized to be more flexible? Unless I am missing something on how to get that right without code changes.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
Just faced the same issue. This bug makes Java Time completely unusable in wsc.
Sorry, something went wrong.
No branches or pull requests
Currently
javaTime
parameter of theTypeMapper
object is always set to false what prevents from using modern Java data/time objects.wsc/src/main/java/com/sforce/ws/codegen/templates/connection.st
Line 19 in 1c6d1a4
Can we get this parametrized to be more flexible? Unless I am missing something on how to get that right without code changes.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: