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

Unescape the keys when config is returned as a map in Main branch (#4678) #4716

Conversation

klustria
Copy link
Member

  • Unescape the keys when config is returned as a map

  • Update copyright year

  • Using as(Map.class).get() and as(new GenericType(){}).get() should have keys unescaped

* Unescape the keys when config is returned as a map

* Update copyright year

* Using as(Map.class).get() and as(new GenericType<Map>(){}).get() should have keys unescaped
@klustria klustria changed the title Unescape the keys when config is returned as a map (#4678) Unescape the keys when config is returned as a map in Main branch (#4678) Aug 11, 2022
@klustria klustria added the backport Issues that are merged into a single branch, but missing in either master or previous release label Aug 11, 2022
@klustria
Copy link
Member Author

Fixes #4398 in Main

@klustria klustria merged commit 3d6499c into helidon-io:main Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Issues that are merged into a single branch, but missing in either master or previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants