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
Map.of
When I use Map.of to set value of @Properties, JOPA throws the following exception - Unsupported map type class java.util.ImmutableCollections$Map1.
@Properties
Unsupported map type class java.util.ImmutableCollections$Map1
The text was updated successfully, but these errors were encountered:
[Bug #264] Add test reproducing the issue.
468adcb
[Bug #264] Handle ImmutableMaps in MapInstanceBuilder.
4d583cd
Fall back to default Map (HashMap) if we are unable to find a suitable specific map implementation.
35ec9e5
be92dac
No branches or pull requests
When I use
Map.of
to set value of@Properties
, JOPA throws the following exception -Unsupported map type class java.util.ImmutableCollections$Map1
.The text was updated successfully, but these errors were encountered: