Agenda
- Marketplace Website 😌
- Roles concept for marketplace community
- German translation for
meta.json
& Description Chapter in Readme[_de].md
- Handling of deprecated market extensions
New Connectors ☕
Improvements 🚀
1 Market Website
1.1 Role concept for the AxonIvy MarketPlace community
We created a role concept for the Open Source community in the Marketplace to ensure clear responsibilities, improve collaboration, and streamline the contribution process.
For each market repository we introduced a .github/CODEOWNERS
entry which determines which team is CODEOWNER.
We have defined 2 roles: OWNER and CODEOWNER with the following responsibilities, check also https://github.com/axonivy-market/market/wiki
🔄 Contributing to existing repositories the Marketplace
All contributions to existing Marketplace artefacts must be made via forks and pull requests.
Direct write access to the main
branch is restricted. This ensures that every change is reviewed and documented properly.
Please follow the contribution guidelines when submitting a PR. If you have any questions, reach out to the relevant CODEOWNER (check the .github folder to find out who this is).
Roles and Responsibilities in the Marketplace Project
To ensure clear collaboration in the open-source Marketplace project, we define two key roles:
🧭 OWNER (PO Marketplace)
The OWNER is responsible for:
- strategic direction of the project
- managing the organization (e.g., roles and permissions)
- defining processes and quality standards
- setting priorities and coordinating with CODEOWNERS
- getting feedback from stakeholders
- facilitating community contributions and engagement
🛠️ CODEOWNER
CODEOWNERS are responsible for specific parts of the repository. Their responsibilities include:
- reviewing code changes within their assigned areas
- ensuring compliance with coding standards
- code maintenance (e.g., release updates for their components)
- handling incidents
- implementing change requests
Pull Requests that affect CODEOWNED files require explicit review and approval from the respective CODEOWNER.
1.2 German translation for meta.json
& Description Chapter in Readme[_de].md
Now, as you know, our new market website is available in both English and German.
To support this, we have also completed the rework and translation of our market documentation in meta.json
and the Description chapter in Readme[_de].md
.

1.3 Handling of deprecated market extensions
Deprecated extensions were so far displayed in the Market in the same way as market extensions that are still being maintained:

The + sign implies that versions beyond 11.3 will be maintained.
This has been changed so the compatibility range is now displayed correctly:

2 New Connectors
2.1 Coffee Machine Connector
The Coffee Machine Connector is part of a new onboarding tutorial for Axon Ivy, which will be released soon. More information will be available upon publication.

3 Improvements
3.1 OpenAI Connector Rework
We updated our OpenAI connector to OpenAI v2.3.0 (from 1.2).