All Products
Search
Document Center

Microservices Engine:Release notes for the XXL-JOB plug-in

Last Updated:Mar 11, 2026

This topic lists new features, enhancements, and bug fixes in each version of the XXL-JOB plug-in (schedulerx3-plugin-xxljob).

Install the plug-in

Add the following dependency to your POM file. The schedulerx3-plugin-xxljob dependency must appear before the xxl-job-core dependency so that the plug-in correctly extends executor capabilities.

<dependency>
  <groupId>com.aliyun.schedulerx</groupId>
  <artifactId>schedulerx3-plugin-xxljob</artifactId>
  <version>${Latest version number}</version>
</dependency>
Important

Place the schedulerx3-plugin-xxljob dependency before xxl-job-core in your POM file. If the order is reversed, the plug-in cannot extend executor capabilities.

Release history

2025

2.2.1

Released: January 15, 2025

New features

  • Stack viewing -- View the call stacks of executors to debug and troubleshoot task execution issues.

  • Graceful client shutdown -- When the client shuts down, it stops accepting new tasks and waits for in-progress tasks to complete before the process exits.

2024

2.2.0

Released: November 26, 2024

New features

  • Tag support -- Assign tags to jobs for categorization and filtering.