You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- MAJOR
-- Move log location sit-cfg override stanzas to just after listen-address (work-around for XML parsing issue seen in domain-in-image wl server log).
-- Add a 'TBD' note in the code for an outage in handling dynamic cluster SSL, NAP, and admin ports (discovered via code inspection). We need to (A) have the introspect report these, check that the Operator can consume them and set up services accordingly, and (C) add tests to cover this area.
- MINOR
-- Call 'add' instead of 'replace' if overriding a missing Listen address (best practice, replace works but this is not documented as supported).
-- Do not 'replace' or 'add' an unset NAP ListenAddress (corrects mock/unit test issue seen in a particular T3Channel, no override needed as default NAP LA comes from server default LA).
-- Do not add SSL listen-address overide stanzas since there's no listen address field in an SSL stanza (this wasn't causing an issue, discovered during code inspection).
-- Update introspect mock/unit tests to cover even more use cases.
0 commit comments