Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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.

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.
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