Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 08:13

What's new in 0.1.2

A docs-and-release-process patch — the plugin code is unchanged from 0.1.1 (same behavior, same
bytecode). What changed:

  • Both platform artifacts are now published on every release. A ready-to-install Bitbucket 9.x
    LTS
    jar (-bb9, Java 17) is attached alongside the default 10.x jar (Java 21), so 9.x
    operators no longer need a local -Pbb9 build.
  • Removed the no-op version field from the configuration docs and examples. The parser never
    read it; existing files that still include it keep working (unknown top-level keys are ignored).

Install

Pick the artifact matching your instance, upload it via Administration → Manage apps → Upload
app
, then enable Code Owners Merge Check per repository/project under Merge checks:

Your Bitbucket Download
DC 10.x (Java 21) bitbucket-codeowners-0.1.2.jar
DC 9.x LTS (Java 17) bitbucket-codeowners-0.1.2-bb9.jar

The default .jar is compiled for Java 21 and will not load on a 9.x instance (Java 17) —
use the -bb9 artifact there. Both are built from the same source.

Config reference:
docs/configuration.md
· full list of changes in the
CHANGELOG.

Verified

mvn clean verify green on both profiles — default (Bitbucket 10.3.1 / Java 21) and bb9
(Bitbucket 9.3.0 / Java 17), 37 tests each. Merge-check behavior was live-checked on a Bitbucket
9.3.2 instance in the 0.1.1 cycle and is unchanged here.

License: MIT. Upgrading from 0.1.0 / 0.1.1: drop-in; no config changes required.