Skip to content

Add a new option to supply a custom UuidGenerator when building runtime #3038

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

Closed
wants to merge 1 commit into from

Conversation

laeubi
Copy link

@laeubi laeubi commented Aug 7, 2025

Currently the UuidGenerator is looked up by SPI when creating the event bus. This requires the UuidGenerator to be part of the classloader what might not always be the case.

This now adds an option to set an actual instance for the UuidGenerator and uses that in case it is specified.

Fixes #3037

Currently the UuidGenerator is looked up by SPI when creating the event
bus. This requires the UuidGenerator to be part of the classloader what
might not always be the case.

This now adds an option to set an actual instance for the UuidGenerator
and uses that in case it is specified.
@laeubi
Copy link
Author

laeubi commented Aug 7, 2025

Closing this as I accidently pushed it to this repo and not to my fork :-\

see

@laeubi laeubi closed this Aug 7, 2025
@laeubi laeubi deleted the uuidgenerator_issue_3037 branch August 7, 2025 12:22
@mpkorstanje
Copy link
Contributor

Closing this as I accidently pushed it to this repo and not to my fork :-\

As you are in the team, making a branch in this repo is preferable. Makes it easier to collaborate.

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.

Please support Runtime#withUuidGenerator
2 participants