Uploaded image for project: 'OpenShift Java Client'
  1. OpenShift Java Client
  2. OSJC-107

allow users to create applications without specifying (standalone- or embeddable) cartridge types

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 2.6.0
    • 2.6.0
    • core
    • None

    Description

      In JBIDE-14744 and OSJC-65 it turns out that quickstarts unfortunately specify cartridges in an untyped fashion: it's not specified if a cartridge is standalone (web-) or embeddable (add-on). We thus need the ability to create applications and specify cartridges in a generic form:

      IDomain#createApplication(name, ICartridge... cartridges) 
      

      vs the current impl:

      IDomain#createApplication(name, IStandaloneCartridge applicationType, IEmbeddableCartridge... embeddableCartridges) 
      

      Attachments

        Issue Links

          Activity

            People

              adietish@redhat.com André Dietisheim
              adietish@redhat.com André Dietisheim
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: