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 remote adapter config host #214

Merged

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    0913509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24b2f2 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 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    83405ce 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 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    00d3da4 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 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8fb5cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    8f8d97a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247c1b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff7d108 View commit details
    Browse the repository at this point in the history