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

Replacing use of guava ImmutableLists with Collections.unmodifiableList #3054

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

shroffk
Copy link
Member

@shroffk shroffk commented Jun 18, 2024

Based on what I understand from the code I tried to replace the google lists with the collections solution.
I don't have a way to test this and hence would appreciate some help review/testing of this

@shroffk shroffk requested a review from kasemir June 18, 2024 14:21
@shroffk shroffk marked this pull request as ready for review June 18, 2024 14:21
@kasemir
Copy link
Collaborator

kasemir commented Jun 18, 2024

I've neither created nor used the json data reader, but what you did to replace ImmutableLists with Collections.unmodifiableList looks good to me, thanks!

@kasemir
Copy link
Collaborator

kasemir commented Jun 18, 2024

.. apart from test failures which still depend on guava

@kasemir
Copy link
Collaborator

kasemir commented Jun 18, 2024

👍

@shroffk shroffk merged commit 614da4f into master Jun 18, 2024
2 checks passed
@shroffk shroffk deleted the refactor_guava branch July 23, 2024 19:02
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

Successfully merging this pull request may close these issues.

2 participants