Skip to content

Document deprecation of org.operaton.bpm:operaton-bpm-junit5#86

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/document-deprecation-notes
Draft

Document deprecation of org.operaton.bpm:operaton-bpm-junit5#86
Copilot wants to merge 2 commits intomainfrom
copilot/document-deprecation-notes

Conversation

Copy link

Copilot AI commented Feb 24, 2026

The org.operaton.bpm:operaton-bpm-junit5 module is deprecated as its classes have been moved into the engine module. Users should migrate to org.operaton.bpm:operaton-engine with the junit5 classifier.

Changes

  • Release notes 1.1 — Added ## Deprecated section documenting the module deprecation, showing the old dependency and its replacement:
<!-- deprecated -->
<dependency>
  <groupId>org.operaton.bpm</groupId>
  <artifactId>operaton-bpm-junit5</artifactId>
  <version>${version.operaton}</version>
  <scope>test</scope>
</dependency>

<!-- use instead -->
<dependency>
  <groupId>org.operaton.bpm</groupId>
  <artifactId>operaton-engine</artifactId>
  <classifier>junit5</classifier>
  <version>${version.operaton}</version>
  <scope>test</scope>
</dependency>
  • Testing user guide — Added a :::note callout on the JUnit 5 section pointing users away from the standalone module toward the classifier-based dependency.
Original prompt

This section details on the original issue you should resolve

<issue_title>Document deprecation of org.operaton.bpm:operaton-bpm-junit5</issue_title>
<issue_description>The classes from the module have been moved to the engine module. Clients should use org.operaton.bpm:operaton-engine:junit5 instead.

Document in release notes for version 1.1:

Add a note that module org.operaton.bpm:operaton-bpm-junit5 is deprecated. Users should use instead directly:

org.operaton.bpm
operaton-engine
junit5
test
</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…elease notes and testing docs

Co-authored-by: kthoms <265597+kthoms@users.noreply.github.com>
Copilot AI changed the title [WIP] Document deprecation of operaton-bpm-junit5 module Document deprecation of org.operaton.bpm:operaton-bpm-junit5 Feb 24, 2026
Copilot AI requested a review from kthoms February 24, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document deprecation of org.operaton.bpm:operaton-bpm-junit5

2 participants