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 reloading of the configuration from HTTP(S) (main) #3043

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

ppkarwasz
Copy link
Contributor

This is the port of #2941 to main

The HttpWatcher didn't propagate the observed last modification time back to the configuration.
As a result, each new configuration was already deprecated when it started and the reconfiguration process looped.

Closes #2937

Rewrite Jetty tests using WireMock

Closes #2813

ppkarwasz and others added 3 commits October 1, 2024 15:59
The `HttpWatcher` didn't propagate the observed
last modification time back to the configuration.
As a result, each new configuration was already
deprecated when it started and the reconfiguration
process looped.

Closes #2937

Rewrite Jetty tests using WireMock

Closes #2813

Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
Copy link
Member

@vy vy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skimmed through the changes, LGTM.

@ppkarwasz ppkarwasz merged commit 878962e into main Oct 2, 2024
9 checks passed
@ppkarwasz ppkarwasz deleted the fix/main/port-http-watcher branch October 2, 2024 11:43
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.

2 participants