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

Change RoutesBuilder to use LinkedHashMap (preserve order of added routes?) #117

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

rbygrave
Copy link
Contributor

@rbygrave rbygrave commented Dec 2, 2024

Effectively replacing EnumMap with LinkedHashMap as we need to preserve the order of routes that are added.

…utes?)

Effectively replacing EnumMap with LinkedHashMap as we need to preserve the order of routes that are added.
@rbygrave rbygrave self-assigned this Dec 2, 2024
@rbygrave rbygrave merged commit e19c29e into master Dec 2, 2024
7 checks passed
@rbygrave rbygrave deleted the feature/RouterBuilder-LinkedHashMap branch December 2, 2024 07:39
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