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

[WFLY-1850] / [WFLY-1664] / [WFLY-2462] Enhancements to CLI configuration and address handling for resolving the 3 parts of a controllers address. #5435

Closed
wants to merge 6 commits into from

Commits on Nov 15, 2013

  1. [WFLY-1850] / [WFLY-1664] Before working on the address handling refa…

    …ctor exising address handling so that it is all handled in a single location instead of what we had reached with the logic duplicated over a number of locations.
    darranl committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    996ba3c View commit details
    Browse the repository at this point in the history
  2. [WFLY-1664] Add better support for a default protocol without relying…

    … on the default controller, also add a legacy mapping that allows port 9999 to cause the protocol to be set to 'remoting'.
    darranl committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    131dbf9 View commit details
    Browse the repository at this point in the history
  3. [WFLY-1850] Add support for aliases to controllers to be defined with…

    …in the CLI configuration.
    darranl committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    6bf6d10 View commit details
    Browse the repository at this point in the history
  4. [WFLY-2462] Update the current schema for the CLI configuration so th…

    …at the only top level element is the <jboss-cli /> element.
    darranl committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    246a9d9 View commit details
    Browse the repository at this point in the history
  5. [WFLY-1850] / [WFLY-1664] Strip any leading '//' from the address, th…

    …is may be added by a URI conversion of an address with no protocol.
    darranl committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    34ec842 View commit details
    Browse the repository at this point in the history
  6. [WFLY-2517] Restoration of removed methods, restoration is to bring A…

    …PI in line with JBoss AS 7.2.0.Final - restored methods subsequently deprecated with references to new alternatives.
    darranl committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    f08d12f View commit details
    Browse the repository at this point in the history