-
Notifications
You must be signed in to change notification settings - Fork 467
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
[COMMUNITY] [WFCORE-6830] Add four new attributes to the HTTP management interface #6166
Merged
+5,431
−279
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5cddd78
[WFCORE-6829] Add a new 'urn:jboss:domain:community:20.0' schema.
darranl 1be5d5c
[WFCORE-6829] Temporarily add community qualifier to some domain test…
darranl a3e8817
[WFCORE-6829] Fork StandaloneXml_18 to 20 as changes are planned for …
darranl be14f48
[WFCORE-6829] Pass VersionedNamespace into ManagementXmlReaderWriter …
darranl 986b12e
[WFCORE-6830] Add four new attributes to the HTTP management interface:
darranl 768fc44
[WFCORE-6830] Add XML handling for the four new management attributes.
darranl c74b661
[WFCORE-6830] Update the ManagementInterfaceResourcesTestCase to also…
darranl 47e39e5
[WFCORE-6830] Add test cases for handling the new community level att…
darranl 8d4c67f
[WFCORE-6830] Move checking of the legacy system property to the base…
darranl 6486a31
[WFCORE-6830] Add a MeasurementUnit of MilliSeconds for no-request-ti…
darranl d61bb68
[WFCORE-6830] Adjust the DEBUG message to indicate this is about conn…
darranl 2a1ce05
[WFCORE-6820] Exclude org.wildfly.core.test.standalone.mgmt.Managemen…
darranl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Resource Constraints" is pretty vague in a message from a broadly scoped thing like ROOT_LOGGER.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bstansberry although this is ROOT_LOGGER the category logged at is actually "org.jboss.as.domain.http.api.undertow" - I could change the phrasing slightly to something like "Concurrent connection limits" but I think the log category does cover that this is the Undertow HTTP API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually may go for "HTTP Management API Connection Constraints"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added, I went for the second option to add some clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry; for some reason I thought this was in controller or server or something. Anyway, the change is an improvement.