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

web.http.default configuration context is not working anymore #4718

Closed
ndr-brt opened this issue Jan 13, 2025 · 0 comments · Fixed by #4719
Closed

web.http.default configuration context is not working anymore #4718

ndr-brt opened this issue Jan 13, 2025 · 0 comments · Fixed by #4719
Assignees
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification

Comments

@ndr-brt
Copy link
Member

ndr-brt commented Jan 13, 2025

Bug Report

Describe the Bug

configuring the web.http.default api context does not work anymore

Expected Behavior

being able to configure the default context with the setting group web.http.default

Observed Behavior

the contracted web.http.port/path form works, this because the configuration object is configured for that:

@Settings
record DefaultApiConfiguration(
@Setting(key = "web.http.port", description = "Port for default api context", defaultValue = DEFAULT_PORT + "")
int port,
@Setting(key = "web.http.path", description = "Path for default api context", defaultValue = DEFAULT_PATH)
String path
) {

Context Information

current main

@ndr-brt ndr-brt added bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification labels Jan 13, 2025
@ndr-brt ndr-brt self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant