-
Notifications
You must be signed in to change notification settings - Fork 39
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
Usage of EvaluationContext broken by PR #805 #859
Comments
ARobertsCollibra
added a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 21, 2024
ARobertsCollibra
added a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 21, 2024
…s by copying the passed in attributes
ARobertsCollibra
added a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 21, 2024
ARobertsCollibra
added a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 21, 2024
…s by copying the passed in attributes
ARobertsCollibra
added a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 21, 2024
Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
ARobertsCollibra
added a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 21, 2024
…s by copying the passed in attributes Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
toddbaert
pushed a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 22, 2024
Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
toddbaert
pushed a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 22, 2024
…s by copying the passed in attributes Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
Kavindu-Dodan
pushed a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 22, 2024
Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
Kavindu-Dodan
pushed a commit
to ARobertsCollibra/java-sdk
that referenced
this issue
Mar 22, 2024
…s by copying the passed in attributes Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
Kavindu-Dodan
pushed a commit
that referenced
this issue
Mar 22, 2024
* fix: issue #859 Added failing tests Signed-off-by: Adam Roberts <adam.roberts@collibra.com> * fix: issue #859 Fixed the logic to allow the tests to pass by copying the passed in attributes Signed-off-by: Adam Roberts <adam.roberts@collibra.com> --------- Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage of EvaluationContext broken by PR #805
When using an Immutable Map either through
Collections.unmodifiableMap(...)
orMap.of(...)
the context attempts to modify the map and crashes.The text was updated successfully, but these errors were encountered: