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

Fix dev service restart condition #594

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

stuartwdouglas
Copy link
Contributor

Currently dev mode will restart the dev service every time, significantly increasing hot reload time.

Currently the config does not implement equals, so the equals check is based on object equality and will always result in a restart of the dev service.

Currently dev mode will restart the dev service every time,
significantly increasing hot reload time.
@melloware melloware added this to the 2.3.1 milestone Dec 19, 2023
@melloware melloware added the bug Something isn't working label Dec 19, 2023
@ia3andy
Copy link
Collaborator

ia3andy commented Dec 19, 2023

Ohh snap, this is a regression when switching to interface for configs. I thought the implementation provided would have implemented those :-/

I think this should also be fixed to have the interface implementation with the equals and hashcode.

@ia3andy
Copy link
Collaborator

ia3andy commented Dec 19, 2023

Thanks for catching and fixing this @stuartwdouglas!

@ia3andy ia3andy merged commit 4d93e5e into quarkiverse:main Dec 19, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-2.2.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants