Skip to content

Pin links to user guide in javadoc to specific version#5290

Merged
marcphilipp merged 10 commits into
junit-team:mainfrom
JINU-CHANG:issue-5273-fix-javadoc-links
Feb 15, 2026
Merged

Pin links to user guide in javadoc to specific version#5290
marcphilipp merged 10 commits into
junit-team:mainfrom
JINU-CHANG:issue-5273-fix-javadoc-links

Conversation

@JINU-CHANG

Copy link
Copy Markdown
Contributor

Fixes #5273

What's Changed?

  • Improved the handling of the hard-coded
    https://docs.junit.org/current link in Javadoc by making it conditional on the build environment.
  • When building documentation locally, links to the User Guide in Javadoc now point to the
    locally built User Guide generated as part of the same build.
    This allows cross-references to documentation for unreleased features to be verified locally.
  • In CI or release build environments, the existing behavior is preserved and links continue to
    point to https://docs.junit.org/current, ensuring that published documentation remains unchanged.

Below are the results showing that the links were correctly updated after building the project.

Before

스크린샷 2026-01-18 오후 3 47 15

After

image 스크린샷 2026-01-18 오후 3 57 02

I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

@JINU-CHANG JINU-CHANG changed the title fix: javadoc links fix javadoc links Jan 18, 2026
@JINU-CHANG JINU-CHANG force-pushed the issue-5273-fix-javadoc-links branch from 0d94b3b to 71b4dd2 Compare January 18, 2026 08:02
@mpkorstanje mpkorstanje changed the title fix javadoc links Pin links to user guide in javadoc to specific version Jan 20, 2026

@mpkorstanje mpkorstanje left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you have grepped to confirm that a substitution happened, I don't think you have tested by actually clicking through the documentation. 😉

@JINU-CHANG JINU-CHANG force-pushed the issue-5273-fix-javadoc-links branch from 937de7e to 941bf1a Compare January 21, 2026 12:08
@JINU-CHANG

JINU-CHANG commented Jan 21, 2026

Copy link
Copy Markdown
Contributor Author

@mpkorstanje

Thank you for the review!
With your feedback, I tested the links again by clicking through the documentation.
I also fixed the incorrect path, so when building locally, the links now successfully navigate to the locally build documentation.

  1. The link has been replaced.
image
  1. The link navigates to the locally build documentation.
image

@mpkorstanje mpkorstanje left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks much better! But while that does up date the Javadoc for the different project modules. The actual javadoc for the website is generated and aggregated in the documentation module. You'll want to look at documentation.gradle.kts for details.

To test you'll have to run ./gradlew antora and open the url that is logged in the console.

Signed-off-by: jinwoo22 <jenny010925@naver.com>
@JINU-CHANG JINU-CHANG force-pushed the issue-5273-fix-javadoc-links branch from 941bf1a to 966a345 Compare January 28, 2026 04:37
@JINU-CHANG

Copy link
Copy Markdown
Contributor Author

@mpkorstanje

I had missed that javadoc is generated in the documentation module 😅
I've moved the code to documentation.gradle.kts and confirmed the links are changed correctly by running ./gradlew antora. To distinguish between local and CI environments, I used System.getenv("CI") == "true".

Thank you for your helpful guidance!

image

@mpkorstanje mpkorstanje self-requested a review January 28, 2026 16:07
@mpkorstanje

mpkorstanje commented Jan 28, 2026

Copy link
Copy Markdown
Member

Looks good now.

I had missed that javadoc is generated in the documentation module 😅

No worries. Your changes weren't bad. The documentation of each modules goes into its javadoc.jar for that module. And it wouldn't be a bad thing to pin that documentation too. Could you please restore the code that updated those modules and add it to the current changes.

You might be able to restore the code by finding the original commit in git reflog.

@testlens-app

testlens-app Bot commented Jan 31, 2026

Copy link
Copy Markdown

✅ All tests passed ✅

🏷️ Commit: 808d790
▶️ Tests: 21757 executed
⚪️ Checks: 15/15 completed


Learn more about TestLens at testlens.app.

…h module

Signed-off-by: jinwoo22 <jenny010925@naver.com>
Signed-off-by: jinwoo22 <jenny010925@naver.com>
@JINU-CHANG

JINU-CHANG commented Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

@mpkorstanje
I've restored the earlier changes and added them back to this PR !
Unlike in the documentation module, this code was written without considering the local environment, since the User Guide is built with Antora. Is this the right code change?

JINU-CHANG and others added 2 commits February 2, 2026 16:14
Signed-off-by: jinwoo22 <jenny010925@naver.com>
@marcphilipp marcphilipp dismissed mpkorstanje’s stale review February 15, 2026 07:50

Requested changes were addressed

@marcphilipp marcphilipp merged commit ea57ff0 into junit-team:main Feb 15, 2026
18 checks passed
@marcphilipp

Copy link
Copy Markdown
Member

@JINU-CHANG Thank you for your contribution! 👍

mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request May 24, 2026
Bumps `junit.jupiter.version` from 6.0.3 to 6.1.0.
Updates `org.junit:junit-bom` from 6.0.3 to 6.1.0
Release notes

*Sourced from [org.junit:junit-bom's releases](https://github.com/junit-team/junit-framework/releases).*

> JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0
>
> See [Release Notes](https://docs.junit.org/6.1.0/release-notes.html).
>
> New Contributors
> ----------------
>
> * [`@​JarvisCraft`](https://github.com/JarvisCraft) made their first contribution in [junit-team/junit-framework#5633](https://redirect.github.com/junit-team/junit-framework/pull/5633)
> * [`@​Maran23`](https://github.com/Maran23) made their first contribution in [junit-team/junit-framework#5644](https://redirect.github.com/junit-team/junit-framework/pull/5644)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.3...r6.1.0>
>
> JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1
>
> See [Release Notes](https://docs.junit.org/6.1.0-RC1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​mariokhoury4`](https://github.com/mariokhoury4) made their first contribution in [junit-team/junit-framework#4574](https://redirect.github.com/junit-team/junit-framework/pull/4574)
> * [`@​Ogu1208`](https://github.com/Ogu1208) made their first contribution in [junit-team/junit-framework#5145](https://redirect.github.com/junit-team/junit-framework/pull/5145)
> * [`@​HyungGeun94`](https://github.com/HyungGeun94) made their first contribution in [junit-team/junit-framework#5271](https://redirect.github.com/junit-team/junit-framework/pull/5271)
> * [`@​yalishevant`](https://github.com/yalishevant) made their first contribution in [junit-team/junit-framework#5316](https://redirect.github.com/junit-team/junit-framework/pull/5316)
> * [`@​JINU-CHANG`](https://github.com/JINU-CHANG) made their first contribution in [junit-team/junit-framework#5290](https://redirect.github.com/junit-team/junit-framework/pull/5290)
> * [`@​jaschdoc`](https://github.com/jaschdoc) made their first contribution in [junit-team/junit-framework#5427](https://redirect.github.com/junit-team/junit-framework/pull/5427)
> * [`@​kawshikbuet17`](https://github.com/kawshikbuet17) made their first contribution in [junit-team/junit-framework#5561](https://redirect.github.com/junit-team/junit-framework/pull/5561)
> * [`@​msridhar`](https://github.com/msridhar) made their first contribution in [junit-team/junit-framework#5602](https://redirect.github.com/junit-team/junit-framework/pull/5602)
>
> **Full Changelog**: <junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1>
>
> JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1
>
> See [Release Notes](https://docs.junit.org/6.1.0-M1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​vy`](https://github.com/vy) made their first contribution in [junit-team/junit-framework#5041](https://redirect.github.com/junit-team/junit-framework/pull/5041)
> * [`@​Pankraz76`](https://github.com/Pankraz76) made their first contribution in [junit-team/junit-framework#5006](https://redirect.github.com/junit-team/junit-framework/pull/5006)
> * [`@​arukiidou`](https://github.com/arukiidou) made their first contribution in [junit-team/junit-framework#5066](https://redirect.github.com/junit-team/junit-framework/pull/5066)
> * [`@​laeubi`](https://github.com/laeubi) made their first contribution in [junit-team/junit-framework#5092](https://redirect.github.com/junit-team/junit-framework/pull/5092)
> * [`@​jihun4452`](https://github.com/jihun4452) made their first contribution in [junit-team/junit-framework#5088](https://redirect.github.com/junit-team/junit-framework/pull/5088)
> * [`@​TWiStErRob`](https://github.com/TWiStErRob) made their first contribution in [junit-team/junit-framework#5133](https://redirect.github.com/junit-team/junit-framework/pull/5133)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.0...r6.1.0-M1>


Commits

* [`0dc3af1`](junit-team/junit-framework@0dc3af1) Release 6.1.0
* [`1d13002`](junit-team/junit-framework@1d13002) Prepare 6.1.0 release notes
* [`072b217`](junit-team/junit-framework@072b217) Update plugin spotless to v8.5.0 ([#5668](https://redirect.github.com/junit-team/junit-framework/issues/5668))
* [`3a53480`](junit-team/junit-framework@3a53480) Update Gradle to v9.5.1 ([#5666](https://redirect.github.com/junit-team/junit-framework/issues/5666))
* [`0e18a20`](junit-team/junit-framework@0e18a20) Update zizmorcore/zizmor-action action to v0.5.4 ([#5669](https://redirect.github.com/junit-team/junit-framework/issues/5669))
* [`0a2634f`](junit-team/junit-framework@0a2634f) Update github/codeql-action action to v4.35.5 ([#5671](https://redirect.github.com/junit-team/junit-framework/issues/5671))
* [`4dbd556`](junit-team/junit-framework@4dbd556) Restructure workflows to have single "status" job ([#5670](https://redirect.github.com/junit-team/junit-framework/issues/5670))
* [`f2194ce`](junit-team/junit-framework@f2194ce) Increase timeout to reduce flakiness
* [`5c8fdd2`](junit-team/junit-framework@5c8fdd2) Update dependency org.apache.groovy:groovy to v5.0.6 ([#5659](https://redirect.github.com/junit-team/junit-framework/issues/5659))
* [`43c6982`](junit-team/junit-framework@43c6982) Update dependency org.slf4j:slf4j-jdk14 to v2.0.18 ([#5667](https://redirect.github.com/junit-team/junit-framework/issues/5667))
* Additional commits viewable in [compare view](junit-team/junit-framework@r6.0.3...r6.1.0)
  
Updates `org.junit.jupiter:junit-jupiter` from 6.0.3 to 6.1.0
Release notes

*Sourced from [org.junit.jupiter:junit-jupiter's releases](https://github.com/junit-team/junit-framework/releases).*

> JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0
>
> See [Release Notes](https://docs.junit.org/6.1.0/release-notes.html).
>
> New Contributors
> ----------------
>
> * [`@​JarvisCraft`](https://github.com/JarvisCraft) made their first contribution in [junit-team/junit-framework#5633](https://redirect.github.com/junit-team/junit-framework/pull/5633)
> * [`@​Maran23`](https://github.com/Maran23) made their first contribution in [junit-team/junit-framework#5644](https://redirect.github.com/junit-team/junit-framework/pull/5644)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.3...r6.1.0>
>
> JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1
>
> See [Release Notes](https://docs.junit.org/6.1.0-RC1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​mariokhoury4`](https://github.com/mariokhoury4) made their first contribution in [junit-team/junit-framework#4574](https://redirect.github.com/junit-team/junit-framework/pull/4574)
> * [`@​Ogu1208`](https://github.com/Ogu1208) made their first contribution in [junit-team/junit-framework#5145](https://redirect.github.com/junit-team/junit-framework/pull/5145)
> * [`@​HyungGeun94`](https://github.com/HyungGeun94) made their first contribution in [junit-team/junit-framework#5271](https://redirect.github.com/junit-team/junit-framework/pull/5271)
> * [`@​yalishevant`](https://github.com/yalishevant) made their first contribution in [junit-team/junit-framework#5316](https://redirect.github.com/junit-team/junit-framework/pull/5316)
> * [`@​JINU-CHANG`](https://github.com/JINU-CHANG) made their first contribution in [junit-team/junit-framework#5290](https://redirect.github.com/junit-team/junit-framework/pull/5290)
> * [`@​jaschdoc`](https://github.com/jaschdoc) made their first contribution in [junit-team/junit-framework#5427](https://redirect.github.com/junit-team/junit-framework/pull/5427)
> * [`@​kawshikbuet17`](https://github.com/kawshikbuet17) made their first contribution in [junit-team/junit-framework#5561](https://redirect.github.com/junit-team/junit-framework/pull/5561)
> * [`@​msridhar`](https://github.com/msridhar) made their first contribution in [junit-team/junit-framework#5602](https://redirect.github.com/junit-team/junit-framework/pull/5602)
>
> **Full Changelog**: <junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1>
>
> JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1
>
> See [Release Notes](https://docs.junit.org/6.1.0-M1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​vy`](https://github.com/vy) made their first contribution in [junit-team/junit-framework#5041](https://redirect.github.com/junit-team/junit-framework/pull/5041)
> * [`@​Pankraz76`](https://github.com/Pankraz76) made their first contribution in [junit-team/junit-framework#5006](https://redirect.github.com/junit-team/junit-framework/pull/5006)
> * [`@​arukiidou`](https://github.com/arukiidou) made their first contribution in [junit-team/junit-framework#5066](https://redirect.github.com/junit-team/junit-framework/pull/5066)
> * [`@​laeubi`](https://github.com/laeubi) made their first contribution in [junit-team/junit-framework#5092](https://redirect.github.com/junit-team/junit-framework/pull/5092)
> * [`@​jihun4452`](https://github.com/jihun4452) made their first contribution in [junit-team/junit-framework#5088](https://redirect.github.com/junit-team/junit-framework/pull/5088)
> * [`@​TWiStErRob`](https://github.com/TWiStErRob) made their first contribution in [junit-team/junit-framework#5133](https://redirect.github.com/junit-team/junit-framework/pull/5133)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.0...r6.1.0-M1>


Commits

* [`0dc3af1`](junit-team/junit-framework@0dc3af1) Release 6.1.0
* [`1d13002`](junit-team/junit-framework@1d13002) Prepare 6.1.0 release notes
* [`072b217`](junit-team/junit-framework@072b217) Update plugin spotless to v8.5.0 ([#5668](https://redirect.github.com/junit-team/junit-framework/issues/5668))
* [`3a53480`](junit-team/junit-framework@3a53480) Update Gradle to v9.5.1 ([#5666](https://redirect.github.com/junit-team/junit-framework/issues/5666))
* [`0e18a20`](junit-team/junit-framework@0e18a20) Update zizmorcore/zizmor-action action to v0.5.4 ([#5669](https://redirect.github.com/junit-team/junit-framework/issues/5669))
* [`0a2634f`](junit-team/junit-framework@0a2634f) Update github/codeql-action action to v4.35.5 ([#5671](https://redirect.github.com/junit-team/junit-framework/issues/5671))
* [`4dbd556`](junit-team/junit-framework@4dbd556) Restructure workflows to have single "status" job ([#5670](https://redirect.github.com/junit-team/junit-framework/issues/5670))
* [`f2194ce`](junit-team/junit-framework@f2194ce) Increase timeout to reduce flakiness
* [`5c8fdd2`](junit-team/junit-framework@5c8fdd2) Update dependency org.apache.groovy:groovy to v5.0.6 ([#5659](https://redirect.github.com/junit-team/junit-framework/issues/5659))
* [`43c6982`](junit-team/junit-framework@43c6982) Update dependency org.slf4j:slf4j-jdk14 to v2.0.18 ([#5667](https://redirect.github.com/junit-team/junit-framework/issues/5667))
* Additional commits viewable in [compare view](junit-team/junit-framework@r6.0.3...r6.1.0)
  
Updates `org.junit.vintage:junit-vintage-engine` from 6.0.3 to 6.1.0
Release notes

*Sourced from [org.junit.vintage:junit-vintage-engine's releases](https://github.com/junit-team/junit-framework/releases).*

> JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0
>
> See [Release Notes](https://docs.junit.org/6.1.0/release-notes.html).
>
> New Contributors
> ----------------
>
> * [`@​JarvisCraft`](https://github.com/JarvisCraft) made their first contribution in [junit-team/junit-framework#5633](https://redirect.github.com/junit-team/junit-framework/pull/5633)
> * [`@​Maran23`](https://github.com/Maran23) made their first contribution in [junit-team/junit-framework#5644](https://redirect.github.com/junit-team/junit-framework/pull/5644)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.3...r6.1.0>
>
> JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1
>
> See [Release Notes](https://docs.junit.org/6.1.0-RC1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​mariokhoury4`](https://github.com/mariokhoury4) made their first contribution in [junit-team/junit-framework#4574](https://redirect.github.com/junit-team/junit-framework/pull/4574)
> * [`@​Ogu1208`](https://github.com/Ogu1208) made their first contribution in [junit-team/junit-framework#5145](https://redirect.github.com/junit-team/junit-framework/pull/5145)
> * [`@​HyungGeun94`](https://github.com/HyungGeun94) made their first contribution in [junit-team/junit-framework#5271](https://redirect.github.com/junit-team/junit-framework/pull/5271)
> * [`@​yalishevant`](https://github.com/yalishevant) made their first contribution in [junit-team/junit-framework#5316](https://redirect.github.com/junit-team/junit-framework/pull/5316)
> * [`@​JINU-CHANG`](https://github.com/JINU-CHANG) made their first contribution in [junit-team/junit-framework#5290](https://redirect.github.com/junit-team/junit-framework/pull/5290)
> * [`@​jaschdoc`](https://github.com/jaschdoc) made their first contribution in [junit-team/junit-framework#5427](https://redirect.github.com/junit-team/junit-framework/pull/5427)
> * [`@​kawshikbuet17`](https://github.com/kawshikbuet17) made their first contribution in [junit-team/junit-framework#5561](https://redirect.github.com/junit-team/junit-framework/pull/5561)
> * [`@​msridhar`](https://github.com/msridhar) made their first contribution in [junit-team/junit-framework#5602](https://redirect.github.com/junit-team/junit-framework/pull/5602)
>
> **Full Changelog**: <junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1>
>
> JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1
>
> See [Release Notes](https://docs.junit.org/6.1.0-M1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​vy`](https://github.com/vy) made their first contribution in [junit-team/junit-framework#5041](https://redirect.github.com/junit-team/junit-framework/pull/5041)
> * [`@​Pankraz76`](https://github.com/Pankraz76) made their first contribution in [junit-team/junit-framework#5006](https://redirect.github.com/junit-team/junit-framework/pull/5006)
> * [`@​arukiidou`](https://github.com/arukiidou) made their first contribution in [junit-team/junit-framework#5066](https://redirect.github.com/junit-team/junit-framework/pull/5066)
> * [`@​laeubi`](https://github.com/laeubi) made their first contribution in [junit-team/junit-framework#5092](https://redirect.github.com/junit-team/junit-framework/pull/5092)
> * [`@​jihun4452`](https://github.com/jihun4452) made their first contribution in [junit-team/junit-framework#5088](https://redirect.github.com/junit-team/junit-framework/pull/5088)
> * [`@​TWiStErRob`](https://github.com/TWiStErRob) made their first contribution in [junit-team/junit-framework#5133](https://redirect.github.com/junit-team/junit-framework/pull/5133)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.0...r6.1.0-M1>


Commits

* [`0dc3af1`](junit-team/junit-framework@0dc3af1) Release 6.1.0
* [`1d13002`](junit-team/junit-framework@1d13002) Prepare 6.1.0 release notes
* [`072b217`](junit-team/junit-framework@072b217) Update plugin spotless to v8.5.0 ([#5668](https://redirect.github.com/junit-team/junit-framework/issues/5668))
* [`3a53480`](junit-team/junit-framework@3a53480) Update Gradle to v9.5.1 ([#5666](https://redirect.github.com/junit-team/junit-framework/issues/5666))
* [`0e18a20`](junit-team/junit-framework@0e18a20) Update zizmorcore/zizmor-action action to v0.5.4 ([#5669](https://redirect.github.com/junit-team/junit-framework/issues/5669))
* [`0a2634f`](junit-team/junit-framework@0a2634f) Update github/codeql-action action to v4.35.5 ([#5671](https://redirect.github.com/junit-team/junit-framework/issues/5671))
* [`4dbd556`](junit-team/junit-framework@4dbd556) Restructure workflows to have single "status" job ([#5670](https://redirect.github.com/junit-team/junit-framework/issues/5670))
* [`f2194ce`](junit-team/junit-framework@f2194ce) Increase timeout to reduce flakiness
* [`5c8fdd2`](junit-team/junit-framework@5c8fdd2) Update dependency org.apache.groovy:groovy to v5.0.6 ([#5659](https://redirect.github.com/junit-team/junit-framework/issues/5659))
* [`43c6982`](junit-team/junit-framework@43c6982) Update dependency org.slf4j:slf4j-jdk14 to v2.0.18 ([#5667](https://redirect.github.com/junit-team/junit-framework/issues/5667))
* Additional commits viewable in [compare view](junit-team/junit-framework@r6.0.3...r6.1.0)
  
Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.3 to 6.1.0
Release notes

*Sourced from [org.junit.jupiter:junit-jupiter-params's releases](https://github.com/junit-team/junit-framework/releases).*

> JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0
>
> See [Release Notes](https://docs.junit.org/6.1.0/release-notes.html).
>
> New Contributors
> ----------------
>
> * [`@​JarvisCraft`](https://github.com/JarvisCraft) made their first contribution in [junit-team/junit-framework#5633](https://redirect.github.com/junit-team/junit-framework/pull/5633)
> * [`@​Maran23`](https://github.com/Maran23) made their first contribution in [junit-team/junit-framework#5644](https://redirect.github.com/junit-team/junit-framework/pull/5644)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.3...r6.1.0>
>
> JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1
>
> See [Release Notes](https://docs.junit.org/6.1.0-RC1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​mariokhoury4`](https://github.com/mariokhoury4) made their first contribution in [junit-team/junit-framework#4574](https://redirect.github.com/junit-team/junit-framework/pull/4574)
> * [`@​Ogu1208`](https://github.com/Ogu1208) made their first contribution in [junit-team/junit-framework#5145](https://redirect.github.com/junit-team/junit-framework/pull/5145)
> * [`@​HyungGeun94`](https://github.com/HyungGeun94) made their first contribution in [junit-team/junit-framework#5271](https://redirect.github.com/junit-team/junit-framework/pull/5271)
> * [`@​yalishevant`](https://github.com/yalishevant) made their first contribution in [junit-team/junit-framework#5316](https://redirect.github.com/junit-team/junit-framework/pull/5316)
> * [`@​JINU-CHANG`](https://github.com/JINU-CHANG) made their first contribution in [junit-team/junit-framework#5290](https://redirect.github.com/junit-team/junit-framework/pull/5290)
> * [`@​jaschdoc`](https://github.com/jaschdoc) made their first contribution in [junit-team/junit-framework#5427](https://redirect.github.com/junit-team/junit-framework/pull/5427)
> * [`@​kawshikbuet17`](https://github.com/kawshikbuet17) made their first contribution in [junit-team/junit-framework#5561](https://redirect.github.com/junit-team/junit-framework/pull/5561)
> * [`@​msridhar`](https://github.com/msridhar) made their first contribution in [junit-team/junit-framework#5602](https://redirect.github.com/junit-team/junit-framework/pull/5602)
>
> **Full Changelog**: <junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1>
>
> JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1
>
> See [Release Notes](https://docs.junit.org/6.1.0-M1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​vy`](https://github.com/vy) made their first contribution in [junit-team/junit-framework#5041](https://redirect.github.com/junit-team/junit-framework/pull/5041)
> * [`@​Pankraz76`](https://github.com/Pankraz76) made their first contribution in [junit-team/junit-framework#5006](https://redirect.github.com/junit-team/junit-framework/pull/5006)
> * [`@​arukiidou`](https://github.com/arukiidou) made their first contribution in [junit-team/junit-framework#5066](https://redirect.github.com/junit-team/junit-framework/pull/5066)
> * [`@​laeubi`](https://github.com/laeubi) made their first contribution in [junit-team/junit-framework#5092](https://redirect.github.com/junit-team/junit-framework/pull/5092)
> * [`@​jihun4452`](https://github.com/jihun4452) made their first contribution in [junit-team/junit-framework#5088](https://redirect.github.com/junit-team/junit-framework/pull/5088)
> * [`@​TWiStErRob`](https://github.com/TWiStErRob) made their first contribution in [junit-team/junit-framework#5133](https://redirect.github.com/junit-team/junit-framework/pull/5133)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.0...r6.1.0-M1>


Commits

* [`0dc3af1`](junit-team/junit-framework@0dc3af1) Release 6.1.0
* [`1d13002`](junit-team/junit-framework@1d13002) Prepare 6.1.0 release notes
* [`072b217`](junit-team/junit-framework@072b217) Update plugin spotless to v8.5.0 ([#5668](https://redirect.github.com/junit-team/junit-framework/issues/5668))
* [`3a53480`](junit-team/junit-framework@3a53480) Update Gradle to v9.5.1 ([#5666](https://redirect.github.com/junit-team/junit-framework/issues/5666))
* [`0e18a20`](junit-team/junit-framework@0e18a20) Update zizmorcore/zizmor-action action to v0.5.4 ([#5669](https://redirect.github.com/junit-team/junit-framework/issues/5669))
* [`0a2634f`](junit-team/junit-framework@0a2634f) Update github/codeql-action action to v4.35.5 ([#5671](https://redirect.github.com/junit-team/junit-framework/issues/5671))
* [`4dbd556`](junit-team/junit-framework@4dbd556) Restructure workflows to have single "status" job ([#5670](https://redirect.github.com/junit-team/junit-framework/issues/5670))
* [`f2194ce`](junit-team/junit-framework@f2194ce) Increase timeout to reduce flakiness
* [`5c8fdd2`](junit-team/junit-framework@5c8fdd2) Update dependency org.apache.groovy:groovy to v5.0.6 ([#5659](https://redirect.github.com/junit-team/junit-framework/issues/5659))
* [`43c6982`](junit-team/junit-framework@43c6982) Update dependency org.slf4j:slf4j-jdk14 to v2.0.18 ([#5667](https://redirect.github.com/junit-team/junit-framework/issues/5667))
* Additional commits viewable in [compare view](junit-team/junit-framework@r6.0.3...r6.1.0)
  
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit to robfrank/amphora that referenced this pull request Jun 2, 2026
….1.0 [skip ci]

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0.
Release notes

*Sourced from [org.junit.jupiter:junit-jupiter's releases](https://github.com/junit-team/junit-framework/releases).*

> JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0
>
> See [Release Notes](https://docs.junit.org/6.1.0/release-notes.html).
>
> New Contributors
> ----------------
>
> * [`@​JarvisCraft`](https://github.com/JarvisCraft) made their first contribution in [junit-team/junit-framework#5633](https://redirect.github.com/junit-team/junit-framework/pull/5633)
> * [`@​Maran23`](https://github.com/Maran23) made their first contribution in [junit-team/junit-framework#5644](https://redirect.github.com/junit-team/junit-framework/pull/5644)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.3...r6.1.0>
>
> JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1
>
> See [Release Notes](https://docs.junit.org/6.1.0-RC1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​mariokhoury4`](https://github.com/mariokhoury4) made their first contribution in [junit-team/junit-framework#4574](https://redirect.github.com/junit-team/junit-framework/pull/4574)
> * [`@​Ogu1208`](https://github.com/Ogu1208) made their first contribution in [junit-team/junit-framework#5145](https://redirect.github.com/junit-team/junit-framework/pull/5145)
> * [`@​HyungGeun94`](https://github.com/HyungGeun94) made their first contribution in [junit-team/junit-framework#5271](https://redirect.github.com/junit-team/junit-framework/pull/5271)
> * [`@​yalishevant`](https://github.com/yalishevant) made their first contribution in [junit-team/junit-framework#5316](https://redirect.github.com/junit-team/junit-framework/pull/5316)
> * [`@​JINU-CHANG`](https://github.com/JINU-CHANG) made their first contribution in [junit-team/junit-framework#5290](https://redirect.github.com/junit-team/junit-framework/pull/5290)
> * [`@​jaschdoc`](https://github.com/jaschdoc) made their first contribution in [junit-team/junit-framework#5427](https://redirect.github.com/junit-team/junit-framework/pull/5427)
> * [`@​kawshikbuet17`](https://github.com/kawshikbuet17) made their first contribution in [junit-team/junit-framework#5561](https://redirect.github.com/junit-team/junit-framework/pull/5561)
> * [`@​msridhar`](https://github.com/msridhar) made their first contribution in [junit-team/junit-framework#5602](https://redirect.github.com/junit-team/junit-framework/pull/5602)
>
> **Full Changelog**: <junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1>
>
> JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1
>
> See [Release Notes](https://docs.junit.org/6.1.0-M1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​vy`](https://github.com/vy) made their first contribution in [junit-team/junit-framework#5041](https://redirect.github.com/junit-team/junit-framework/pull/5041)
> * [`@​Pankraz76`](https://github.com/Pankraz76) made their first contribution in [junit-team/junit-framework#5006](https://redirect.github.com/junit-team/junit-framework/pull/5006)
> * [`@​arukiidou`](https://github.com/arukiidou) made their first contribution in [junit-team/junit-framework#5066](https://redirect.github.com/junit-team/junit-framework/pull/5066)
> * [`@​laeubi`](https://github.com/laeubi) made their first contribution in [junit-team/junit-framework#5092](https://redirect.github.com/junit-team/junit-framework/pull/5092)
> * [`@​jihun4452`](https://github.com/jihun4452) made their first contribution in [junit-team/junit-framework#5088](https://redirect.github.com/junit-team/junit-framework/pull/5088)
> * [`@​TWiStErRob`](https://github.com/TWiStErRob) made their first contribution in [junit-team/junit-framework#5133](https://redirect.github.com/junit-team/junit-framework/pull/5133)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.0...r6.1.0-M1>


Commits

* [`0dc3af1`](junit-team/junit-framework@0dc3af1) Release 6.1.0
* [`1d13002`](junit-team/junit-framework@1d13002) Prepare 6.1.0 release notes
* [`072b217`](junit-team/junit-framework@072b217) Update plugin spotless to v8.5.0 ([#5668](https://redirect.github.com/junit-team/junit-framework/issues/5668))
* [`3a53480`](junit-team/junit-framework@3a53480) Update Gradle to v9.5.1 ([#5666](https://redirect.github.com/junit-team/junit-framework/issues/5666))
* [`0e18a20`](junit-team/junit-framework@0e18a20) Update zizmorcore/zizmor-action action to v0.5.4 ([#5669](https://redirect.github.com/junit-team/junit-framework/issues/5669))
* [`0a2634f`](junit-team/junit-framework@0a2634f) Update github/codeql-action action to v4.35.5 ([#5671](https://redirect.github.com/junit-team/junit-framework/issues/5671))
* [`4dbd556`](junit-team/junit-framework@4dbd556) Restructure workflows to have single "status" job ([#5670](https://redirect.github.com/junit-team/junit-framework/issues/5670))
* [`f2194ce`](junit-team/junit-framework@f2194ce) Increase timeout to reduce flakiness
* [`5c8fdd2`](junit-team/junit-framework@5c8fdd2) Update dependency org.apache.groovy:groovy to v5.0.6 ([#5659](https://redirect.github.com/junit-team/junit-framework/issues/5659))
* [`43c6982`](junit-team/junit-framework@43c6982) Update dependency org.slf4j:slf4j-jdk14 to v2.0.18 ([#5667](https://redirect.github.com/junit-team/junit-framework/issues/5667))
* Additional commits viewable in [compare view](junit-team/junit-framework@r6.0.3...r6.1.0)
mergify Bot added a commit to robfrank/linklift that referenced this pull request Jun 4, 2026
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0.
Release notes

*Sourced from [org.junit:junit-bom's releases](https://github.com/junit-team/junit-framework/releases).*

> JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0
>
> See [Release Notes](https://docs.junit.org/6.1.0/release-notes.html).
>
> New Contributors
> ----------------
>
> * [`@​JarvisCraft`](https://github.com/JarvisCraft) made their first contribution in [junit-team/junit-framework#5633](https://redirect.github.com/junit-team/junit-framework/pull/5633)
> * [`@​Maran23`](https://github.com/Maran23) made their first contribution in [junit-team/junit-framework#5644](https://redirect.github.com/junit-team/junit-framework/pull/5644)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.3...r6.1.0>
>
> JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1
>
> See [Release Notes](https://docs.junit.org/6.1.0-RC1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​mariokhoury4`](https://github.com/mariokhoury4) made their first contribution in [junit-team/junit-framework#4574](https://redirect.github.com/junit-team/junit-framework/pull/4574)
> * [`@​Ogu1208`](https://github.com/Ogu1208) made their first contribution in [junit-team/junit-framework#5145](https://redirect.github.com/junit-team/junit-framework/pull/5145)
> * [`@​HyungGeun94`](https://github.com/HyungGeun94) made their first contribution in [junit-team/junit-framework#5271](https://redirect.github.com/junit-team/junit-framework/pull/5271)
> * [`@​yalishevant`](https://github.com/yalishevant) made their first contribution in [junit-team/junit-framework#5316](https://redirect.github.com/junit-team/junit-framework/pull/5316)
> * [`@​JINU-CHANG`](https://github.com/JINU-CHANG) made their first contribution in [junit-team/junit-framework#5290](https://redirect.github.com/junit-team/junit-framework/pull/5290)
> * [`@​jaschdoc`](https://github.com/jaschdoc) made their first contribution in [junit-team/junit-framework#5427](https://redirect.github.com/junit-team/junit-framework/pull/5427)
> * [`@​kawshikbuet17`](https://github.com/kawshikbuet17) made their first contribution in [junit-team/junit-framework#5561](https://redirect.github.com/junit-team/junit-framework/pull/5561)
> * [`@​msridhar`](https://github.com/msridhar) made their first contribution in [junit-team/junit-framework#5602](https://redirect.github.com/junit-team/junit-framework/pull/5602)
>
> **Full Changelog**: <junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1>
>
> JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1
>
> See [Release Notes](https://docs.junit.org/6.1.0-M1/release-notes/).
>
> New Contributors
> ----------------
>
> * [`@​vy`](https://github.com/vy) made their first contribution in [junit-team/junit-framework#5041](https://redirect.github.com/junit-team/junit-framework/pull/5041)
> * [`@​Pankraz76`](https://github.com/Pankraz76) made their first contribution in [junit-team/junit-framework#5006](https://redirect.github.com/junit-team/junit-framework/pull/5006)
> * [`@​arukiidou`](https://github.com/arukiidou) made their first contribution in [junit-team/junit-framework#5066](https://redirect.github.com/junit-team/junit-framework/pull/5066)
> * [`@​laeubi`](https://github.com/laeubi) made their first contribution in [junit-team/junit-framework#5092](https://redirect.github.com/junit-team/junit-framework/pull/5092)
> * [`@​jihun4452`](https://github.com/jihun4452) made their first contribution in [junit-team/junit-framework#5088](https://redirect.github.com/junit-team/junit-framework/pull/5088)
> * [`@​TWiStErRob`](https://github.com/TWiStErRob) made their first contribution in [junit-team/junit-framework#5133](https://redirect.github.com/junit-team/junit-framework/pull/5133)
>
> **Full Changelog**: <junit-team/junit-framework@r6.0.0...r6.1.0-M1>


Commits

* [`0dc3af1`](junit-team/junit-framework@0dc3af1) Release 6.1.0
* [`1d13002`](junit-team/junit-framework@1d13002) Prepare 6.1.0 release notes
* [`072b217`](junit-team/junit-framework@072b217) Update plugin spotless to v8.5.0 ([#5668](https://redirect.github.com/junit-team/junit-framework/issues/5668))
* [`3a53480`](junit-team/junit-framework@3a53480) Update Gradle to v9.5.1 ([#5666](https://redirect.github.com/junit-team/junit-framework/issues/5666))
* [`0e18a20`](junit-team/junit-framework@0e18a20) Update zizmorcore/zizmor-action action to v0.5.4 ([#5669](https://redirect.github.com/junit-team/junit-framework/issues/5669))
* [`0a2634f`](junit-team/junit-framework@0a2634f) Update github/codeql-action action to v4.35.5 ([#5671](https://redirect.github.com/junit-team/junit-framework/issues/5671))
* [`4dbd556`](junit-team/junit-framework@4dbd556) Restructure workflows to have single "status" job ([#5670](https://redirect.github.com/junit-team/junit-framework/issues/5670))
* [`f2194ce`](junit-team/junit-framework@f2194ce) Increase timeout to reduce flakiness
* [`5c8fdd2`](junit-team/junit-framework@5c8fdd2) Update dependency org.apache.groovy:groovy to v5.0.6 ([#5659](https://redirect.github.com/junit-team/junit-framework/issues/5659))
* [`43c6982`](junit-team/junit-framework@43c6982) Update dependency org.slf4j:slf4j-jdk14 to v2.0.18 ([#5667](https://redirect.github.com/junit-team/junit-framework/issues/5667))
* Additional commits viewable in [compare view](junit-team/junit-framework@r6.0.3...r6.1.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.junit:junit-bom&package-manager=maven&previous-version=6.0.3&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin links to user guide in javadoc to specific versions

3 participants