Class ExtensionCatalogImpl

    • Method Detail

      • getQuarkusCoreVersion

        public String getQuarkusCoreVersion()
        Description copied from interface: ExtensionCatalog
        Quarkus core version used by the extensions in this catalog.
        Specified by:
        getQuarkusCoreVersion in interface ExtensionCatalog
        Returns:
        Quarkus core version used by the extensions in this catalog
      • getUpstreamQuarkusCoreVersion

        public String getUpstreamQuarkusCoreVersion()
        Description copied from interface: ExtensionCatalog
        In case the catalog was built for a custom version of the Quarkus core, this version represents the corresponding upstream community Quarkus core version. This is done to be able to link the custom builds of Quarkus back to the upstream community extensions ecosystem. This method may return null in case the corresponding version does not exist in the upstream community or simply to link back to it.
        Specified by:
        getUpstreamQuarkusCoreVersion in interface ExtensionCatalog
        Returns:
        the upstream community Quarkus core version corresponding to the Quarkus core version used in this catalog