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

Fix issue with isolation of Properties objects #10344

Merged
merged 2 commits into from Aug 22, 2019
Merged

Conversation

ghale
Copy link
Member

@ghale ghale commented Aug 22, 2019

Fixes #10323

When isolating parameters, a Properties object is recognized as a Map object and is isolated as an IsolatedMap. However, when we try to get an isolated instance from this, we get a LinkedHashMap which then fails to cast to Properties. This adds handling for Properties objects to avoid this case, however this is a general problem with these types that we handle specially and a more holistic solution will need to be implemented in future releases.

@ghale ghale added this to the 5.6.1 milestone Aug 22, 2019
@ghale ghale requested a review from big-guy August 22, 2019 17:50
@ghale ghale self-assigned this Aug 22, 2019
@big-guy big-guy merged commit 8928278 into release Aug 22, 2019
@ghale ghale deleted the gh/issues/10323 branch May 1, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants