Agenda
- New market extension: Ivy Load Test
- New connector: Slack Connector
- Progress on AI generated documentation
- New Tab in Market Documentation: Components
- CMS Editor Polishing
- Automatic Update of Market Extensions
- Preparation for Sunset of market extensions
New market extension: Ivy Load Test
This market extension includes reference performance tests built with the JMeter Java DSL, showcasing a modern Java-based approach to performance testing.
Instead of maintaining XML test plans, developers can create and manage tests directly in Java with full IDE support, type safety, and easier refactoring. The solution integrates seamlessly with JUnit and existing testing frameworks, making automated performance testing simpler and more maintainable for Axon Ivy projects.
New connector: Slack Connector
The new Slack Connector integrates Axon Ivy with Slack, enabling processes to post messages, handle slash-commands, and trigger workflows directly from Slack channels and users. It provides a callable subprocess for sending messages, a small Java helper API, and demo workflows to help you evaluate and extend the integration.
The Slack Connector demo for Axon Ivy shows how business processes can be started directly from Slack. It demonstrates a simple integration scenario where Slack interactions trigger Axon Ivy workflows, bringing process automation directly into daily team communication. The demo provides a practical starting point for building chat-driven workflow integrations.

Sending this slack message creates an Axon Ivy Task:

Progress on AI generated documentation
We showcase our AI-generated documentation approach with further improvements to the standardized documentation structure across all components. The generated content is now visualized directly in a dedicated component tab, making technical documentation more consistent, accessible, and easier to maintain within projects.

CMS Editor Polishing
Pathnames
It is now possible to display path names in a shortened version.

This feature is available on the market website.
Automatic Update of Market Extensions
We migrated all product to the LE release and introduced separate development branches for v14 development.
The automated migration-fix scripts is also provided to reduce manual effort and post-migration errors.
Preparation for Sunset of market extensions
It is now possible to display deprecation warning in the product detail page. and it will display the alternative extension if it is exists.

