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

FISH-7052 [Community Contribution] Arquillian Remote Connector Make Address and Port Configurable #219

Merged
merged 8 commits into from
Apr 28, 2023

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    6ff7788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bbd66e View commit details
    Browse the repository at this point in the history
  3. chore(build): fix wrong snapshot version on ee7 & ee8 POM

    Everything else is 2.6-SNAPSHOT, so probably some artifact from a release.
    Was necessary to test properly.
    poikilotherm authored and jGauravGupta committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    bef45cf View commit details
    Browse the repository at this point in the history
  4. feat(common): enable overriding connection details in PayaraClientSer…

    …vice
    
    By adding the RemoteInstanceConnectionProvider interface, a configuration
    that implements this provider can override the host and port information
    read from the servers configuration via the admin API of Payara.
    
    Using this interface also avoids adding a direct dependency onto an underlying adapter.
    poikilotherm authored and jGauravGupta committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    727875d View commit details
    Browse the repository at this point in the history
  5. feat(remote): add remote extension configuration

    Adding a special configuration (as already seen at the other adapter) for remote
    instances allows us to make Arquillian inject the httpPort and httpHost properties.
    
    As the config implements RemoteInstanceConfigurationProvider, the information
    can be retrieved from the Payara client.
    poikilotherm authored and jGauravGupta committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a62c5e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faf1da1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aefb389 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4899650 View commit details
    Browse the repository at this point in the history