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

Android fixes #4223

Closed
wants to merge 3 commits into from
Closed

Android fixes #4223

wants to merge 3 commits into from

Conversation

hovi
Copy link

@hovi hovi commented Aug 18, 2021

Tried to run simple services on coinmate using android API 23. Run into a few problems, that I had to solve.

Coinmate fix is imho good to merge even without it being necessary to run (no reason for REST interface to contain HashMaps).

Core change (ThreadLocal.withInitial) is up for debate. Maybe this simpler version could run into a race condition, haven't really checked.

#4216

@hovi
Copy link
Author

hovi commented Aug 18, 2021

There are actually a few more classes extending HashMap or ArrayList in coinmate codebase that need removing.

@hovi
Copy link
Author

hovi commented Aug 19, 2021

Learning more about codebase, I will submit better PRs later..

@hovi hovi closed this Aug 19, 2021
@hovi hovi deleted the android-fixes branch August 20, 2021 19:53
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.

1 participant