Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12636

Implicit connectors for the single-port endpoint

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 12.0.1.Final, 12.1.0.Final
    • None
    • Server
    • None

    Description

      The server configuration can be simplified by removing the need to explicitly define the individual connectors in a single-port endpoint.

      <endpoints socket-binding="default" security-realm="default"/>
      

      would be equivalent to the current

      <endpoints socket-binding="default" security-realm="default">
          <hotrod-connector name="hotrod"/>
          <rest-connector name="rest"/>
      </endpoints>
      

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: