packageurl-java icon indicating copy to clipboard operation
packageurl-java copied to clipboard

Java/JVM implementation of the package url spec

Results 44 packageurl-java issues
Sort by recently updated
recently updated
newest added

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.5.3 to 6.1.1. Release notes Sourced from amannn/action-semantic-pull-request's releases. v6.1.1 6.1.1 (2025-08-22) Bug Fixes Parse headerPatternCorrespondence properly (#295) (800da4c) v6.1.0 6.1.0 (2025-08-19) Features Support providing regexps for...

dependencies
github_actions

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-java#888 Make sure your runner is...

dependencies
github_actions

Adds test coverage using reference data provided by `purl-spec` https://github.com/aboutcode-org/purl-spec/tree/main/tests/types. The test schema is available https://github.com/aboutcode-org/purl-spec/blob/main/schemas/purl-test.schema.json. > [!NOTE] > Out of 481 reference tests, 93 are failing. Related issue: https://github.com/aboutcode-org/purl-spec/issues/111

Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.1 to 3.5.0. Release notes Sourced from org.apache.maven.plugins:maven-clean-plugin's releases. 3.5.0 🚀 New features and improvements Configuration parameter for deleting read-only files (#252) @​desruisseaux 👻 Maintenance Bump project...

dependencies
java

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250107 to 20250517. Release notes Sourced from org.json:json's releases. 20250517 Pull Request Description #969 refactored large test for strict mode #968 Update keepStrings behavior to reflect changes...

dependencies
java

I'm using `1.5.0` and saw that this is quite behind the current state. Some nice improvements have been made during the last ~2 years (since the 1.5.0 release) and I...

This makes the Java canonical representation match the majority of other implementations. Fixes #122 Fixes #92

This uses the Java Service Provider Interface via `ServiceLoader` to register new types, where each type gets its own class.

This fixes the warning "Assigning a collection of nullable elements into a collection of non-null elements" which was a difference between what `PurlParameters::getQualifiers` returns and what `PackageURL::new` expects. So far,...

* Make `Random` static even though in practice it should only be created once already (fixes SpotBugs warning) * Initialize fields to empty to prevent warning "`@NullMarked` fields must be...