Skip to content
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

MetadataConnection cannot be initialized with javaTime flag set to true #266

Open
dkulig opened this issue Jul 8, 2020 · 1 comment
Open

Comments

@dkulig
Copy link

dkulig commented Jul 8, 2020

Currently javaTime parameter of the TypeMapper object is always set to false what prevents from using modern Java data/time objects.

private TypeMapper __typeMapper = new TypeMapper($gen.packagePrefix$, null, false);

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!

@valmaev
Copy link

valmaev commented May 10, 2023

Just faced the same issue. This bug makes Java Time completely unusable in wsc.

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

No branches or pull requests

2 participants