Giter Site home page Giter Site logo

codesimcoe / quarkus-extension-catalog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quarkusio/quarkus-extension-catalog

0.0 0.0 0.0 3.25 MB

Quarkus Extension Catalog

Home Page: https://registry.quarkus.io/

License: Apache License 2.0

Shell 100.00%

quarkus-extension-catalog's Introduction

Quarkus Extension Catalog

Catalog

A catalog is a local directory (which can be cloned from a Git repository) with the following structure:

.
├── extensions
│   └── <any_extension>.yaml
└── platforms
│   └── <any_platform>.yaml

Extensions

For maintenance purposes, each extension is declared in its own file and has the following structure:

group-id: org.apache.myfaces.core.extensions.quarkus
artifact-id: myfaces-quarkus

The Quarkus extension MUST be released to a Maven repository. The descriptor states the Maven coordinates and the repository URL (if available).

IMPORTANT: The extension must be released using at least Quarkus 1.13.0.Final, otherwise the produced metadata won't be understood by the Registry application

Compatibility with older Quarkus Core versions

Having an extension built against Quarkus Core version X.Y, it is assumed that the extension release is compatible with any requested Quarkus version >= X.Y and less than (X+1).0. That is, minor Quarkus releases are assumed to be backwards compatible for extensions, but major ones are not. If you want to mark an extension release compatible with an older Quarkus core version, or across major version boundaries, add a compatible-with-quarkus-core attribute inside the version, as in the following example:

group-id: "io.quarkiverse.arthas"
artifact-id: "quarkus-arthas"
versions:
  - "0.1":
      compatible-with-quarkus-core:
        - "2.8.3.Final"

Platforms

Platforms are a set of extensions and MUST exist as a BOM.

group-id: "io.quarkus"
artifact-id: "quarkus-bom-quarkus-platform-descriptor"
classifier-as-version: true

Opting in to be recognized as a sponsor or contributor

As well as the catalog information, this repository also holds information about which organizations and companies have opted-in to be shown in the Quarkiverse tooling. The opt-in information is in the named-contributing-orgs-opt-in.yml file. If a company has made a sustained contribution to an extension, the Quarkiverse tooling will auto-detect it as a sponsor. It won't identify a company as a sponsor without an opt-in. To opt-in, add your company's name to the named-sponsors list. If you would like your company to be shown on things like contributor graphs, but not ever listed as a sponsor, update the named-contributing-orgs list. There is no need to update named-contributing-orgs if your company is listed in named-sponsors.

Sponsorship can also be indicated manually, by updating an extension's extension metadata.

quarkus-extension-catalog's People

Contributors

quarkusbot avatar gastaldi avatar actions-user avatar gsmet avatar melloware avatar ia3andy avatar holly-cummins avatar mcollovati avatar zhfeng avatar julgus avatar andlinger avatar dufoli avatar kjeldpaw avatar geoand avatar ge0ffrey avatar eng-fouad avatar chberger avatar andreatp avatar maxandersen avatar oscarfh avatar ppalaga avatar morphy76 avatar rdebusscher avatar sberyozkin avatar smil2k avatar tasso94 avatar jesuino avatar amoscatelli avatar jtama avatar mscherer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.