Skip to content

Release Java 0.1.2 under MiniSoftware namespace - #139

Merged
shps951023 merged 1 commit into
mainfrom
release/java-0.1.2-org-namespace
Sep 5, 2026
Merged

shps951023 merged 1 commit into
mainfrom
release/java-0.1.2-org-namespace

Conversation

@shps951023

@shps951023 shps951023 commented Sep 5, 2026 •

Copy link
Copy Markdown
Member

Summary

  • move Java Maven coordinates from the personal namespace to the verified io.github.mini-software organization namespace
  • bump the Java parent, library, CLI, and CLI version output to 0.1.2
  • update the main README, Java guide, badges, CLI examples, and all translated READMEs
  • document why Maven uses mini-software while Java packages use minisoftware

Validation

  • mvn -B -ntp clean verify
  • mvn -ntp -Prelease verify
  • java -jar minipdf-cli-0.1.2.jar --version

Both Maven reactor builds passed for all three modules, including source/Javadoc generation and GPG signing. Maven Central deployment will run from a clean main checkout after this PR is merged.

Summary by CodeRabbit

  • Documentation
    • Updated Maven Central badges and dependency examples across all available README languages.
    • Updated Java and CLI dependency coordinates to the io.github.mini-software group.
    • Bumped documented dependency and library versions to 0.1.2.
    • Added clarification distinguishing Maven group IDs from Java package names and imports.
    • Updated CLI version information to 0.1.2.

Move Maven coordinates to the verified io.github.mini-software namespace, bump Java artifacts and CLI metadata to 0.1.2, and synchronize installation documentation across translations.
Copilot AI lite review requested due to automatic review settings September 5, 2026 18:31
@coderabbitai

coderabbitai Bot commented Sep 5, 2026 •

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 9cec9a8a-7518-4132-804c-912c88cb4ad1

📥 Commits

Reviewing files that changed from the base of the PR and between abca553 and 1828424.

📒 Files selected for processing (12)
  • README.md
  • documents/README.fr.md
  • documents/README.it.md
  • documents/README.ja.md
  • documents/README.ko.md
  • documents/README.zh-CN.md
  • documents/README.zh-TW.md
  • minipdf-java/README.md
  • minipdf-java/minipdf-cli/pom.xml
  • minipdf-java/minipdf-cli/src/main/java/io/github/minisoftware/minipdf/cli/MiniPdfCommand.java
  • minipdf-java/minipdf/pom.xml
  • minipdf-java/pom.xml

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The change updates Maven coordinates from io.github.shps951023 to io.github.mini-software, bumps Java references to version 0.1.2, updates CLI metadata, and synchronizes the main and translated README files.

Changes

Maven release update

Layer / File(s) Summary
Maven coordinate wiring
minipdf-java/pom.xml, minipdf-java/minipdf/pom.xml, minipdf-java/minipdf-cli/pom.xml
Parent and module POM references now use io.github.mini-software and version 0.1.2.
CLI release references
minipdf-java/minipdf-cli/src/main/java/.../MiniPdfCommand.java, minipdf-java/README.md
The CLI version and CLI examples now reference version 0.1.2 and the new Maven coordinates.
Localized dependency documentation
README.md, documents/README.*.md
Maven Central badges and Java dependency snippets now use the new group and version. Notes explain the difference between Maven group IDs and Java package names.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 18284

This release updates Java Maven coordinates and version references to io.github.mini-software:0.1.2 while retaining the existing Java package namespace. The supplied build and documentation checks indicate the release metadata is consistent and ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: releasing Java version 0.1.2 under the MiniSoftware Maven namespace.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/java-0.1.2-org-namespace

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

Changes are straightforward coordinate/version/documentation updates with no remaining references to the old Maven namespace found in the repository.

Pull request overview

This PR prepares the Java distribution for the 0.1.2 release by migrating Maven coordinates to the verified io.github.mini-software namespace and updating documentation and CLI version reporting to match.

Changes:

  • Move Java Maven coordinates from io.github.shps951023 to io.github.mini-software.
  • Bump Java parent/library/CLI versions and CLI --version output to 0.1.2.
  • Update root README, Java guide, and translated READMEs to reflect the new coordinates and document the mini-software vs minisoftware naming rationale.
File summaries
File Description
README.md Updates Maven Central badge, Java dependency snippet, and documents groupId vs Java package naming.
minipdf-java/README.md Updates Java install/CLI examples to io.github.mini-software and 0.1.2, adds naming rationale.
minipdf-java/pom.xml Changes parent Maven groupId and bumps parent version to 0.1.2.
minipdf-java/minipdf/pom.xml Updates parent reference to new groupId and 0.1.2.
minipdf-java/minipdf-cli/pom.xml Updates parent reference to new groupId and 0.1.2.
minipdf-java/minipdf-cli/src/main/java/io/github/minisoftware/minipdf/cli/MiniPdfCommand.java Updates CLI @Command version string to 0.1.2.
documents/README.zh-TW.md Updates Maven Central badge/dependency snippet and adds naming rationale translation.
documents/README.zh-CN.md Updates Maven Central badge/dependency snippet and adds naming rationale translation.
documents/README.ko.md Updates Maven Central badge/dependency snippet and adds naming rationale translation.
documents/README.ja.md Updates Maven Central badge/dependency snippet and adds naming rationale translation.
documents/README.it.md Updates Maven Central badge/dependency snippet and adds naming rationale translation.
documents/README.fr.md Updates Maven Central badge/dependency snippet and adds naming rationale translation.
Review details
  • Files reviewed: 12/12 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 21 to 25
@Command(
name = "minipdf",
version = "minipdf-java 0.1.1",
version = "minipdf-java 0.1.2",
description = "Convert XLSX, DOCX, and PPTX files to PDF with the Java MiniPdf engine.",
mixinStandardHelpOptions = true,
@shps951023
shps951023 merged commit 82a1084 into main Sep 5, 2026
4 checks passed
@shps951023
shps951023 deleted the release/java-0.1.2-org-namespace branch September 16, 2026 08:23
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.

2 participants