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

Api-enhances: controlled registering/unregistering TaskExecutors and introduced ConcurrentHashMaps #6

Merged
merged 9 commits into from
Jul 30, 2023

Conversation

pavly-gerges
Copy link
Member

This PR adds core API enhances for both jector and jector-monkey:

  • Registering/unregistering TaskExecutors will be able to start/destruct those instances.
  • Replaced HashMaps with ConcurrentHashMaps to safely modify the data structure while iterations.
  • Improvements to the API utility packages.
  • Applied API changes to the available tech demos.

@pavly-gerges pavly-gerges added documentation Improvements or additions to documentation enhancement New feature or request core Jector core related stuff labels Jul 30, 2023
@pavly-gerges pavly-gerges self-assigned this Jul 30, 2023
@pavly-gerges pavly-gerges added the design-correction Specifies an architecture correction PR label Jul 30, 2023
*	modified:   jector-examples/build.gradle
@pavly-gerges pavly-gerges merged commit c1d9c27 into master Jul 30, 2023
7 of 8 checks passed
@pavly-gerges pavly-gerges deleted the api-enhances branch July 30, 2023 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Jector core related stuff design-correction Specifies an architecture correction PR documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Defect/Architecture] Registering/Unregistering doesn't start/stop the executor
1 participant