Skip to content

Add analyze subcommand for JAR inspection#56

Merged
avelino merged 2 commits intomainfrom
avelino/issue-4
Feb 6, 2026
Merged

Add analyze subcommand for JAR inspection#56
avelino merged 2 commits intomainfrom
avelino/issue-4

Conversation

@avelino
Copy link
Owner

@avelino avelino commented Feb 6, 2026

Before packaging, there was no way to understand what's inside a JAR — size breakdown, dependency weight, or potential issues like duplicates

New jbundle analyze command does a single-pass ZIP scan classifying entries by category, grouping by package and Clojure namespace, estimating --shrink savings, and flagging duplicates and large resources (>1MB)

fixed: #4

Before packaging, there was no way to understand what's inside a JAR —
size breakdown, dependency weight, or potential issues like duplicates

New `jbundle analyze` command does a single-pass ZIP scan classifying
entries by category, grouping by package and Clojure namespace, estimating
`--shrink` savings, and flagging duplicates and large resources
__(>1MB)__

fixed: #4

Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5c8bbb7f53

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
@avelino avelino merged commit bc3251b into main Feb 6, 2026
11 checks passed
@avelino avelino deleted the avelino/issue-4 branch February 6, 2026 11:07
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.

jbundle analyze — JAR analysis before packaging

1 participant