Skip to content

#1172 Restore Javadoc and code coverage aggregation, remove Assembly module#1173

Merged
GuusLieben merged 6 commits intodevelop/0.7.0from
feature/#1172-fix-javadocs
Mar 15, 2026
Merged

#1172 Restore Javadoc and code coverage aggregation, remove Assembly module#1173
GuusLieben merged 6 commits intodevelop/0.7.0from
feature/#1172-fix-javadocs

Conversation

@GuusLieben
Copy link
Member

Type of Change

  • Chore (changes to the build process or auxiliary tools)

Description

Restores correct functionality for Javadoc- and code coverage aggregation. Additionally this fixes the coverage targets (together with a utility to quickly list coverage results per module) and Javadoc style violations.

As a result of this restoration, the assembly module is no longer used, as both the Javadoc and JaCoCo aggregation goals require the root module to be used.

Checklist

  • I have performed a self-review of my own code
  • Related issue number is linked in pull request title
  • Any dependent changes have been merged and published in downstream modules
  • I have rebased my branch on top of the latest develop branch

Related Issue

Closes #1172

@GuusLieben GuusLieben added this to the 0.7.0 milestone Mar 15, 2026
@GuusLieben GuusLieben self-assigned this Mar 15, 2026
@GuusLieben GuusLieben added the Security: risk accepted Risk analyzed and accepted label Mar 15, 2026
@GuusLieben GuusLieben added Security: risk mitigated Risk no longer present and removed Security: risk accepted Risk analyzed and accepted labels Mar 15, 2026
@GuusLieben GuusLieben merged commit 1db822b into develop/0.7.0 Mar 15, 2026
9 checks passed
@GuusLieben GuusLieben deleted the feature/#1172-fix-javadocs branch March 15, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Security: risk mitigated Risk no longer present

Development

Successfully merging this pull request may close these issues.

Javadoc aggregation and code coverage validation not working

1 participant