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 [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.10 to 2.8.0. Release notes Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases. 2.8.0 Update CycloneDX Description Text (#461) @​msymons 🚀 New features and improvements convert external reference type by value...

dependencies
java

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...

dependencies
github_actions

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.3.2 to 2.26.1. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.26.1 This release contains all of the changes in 2.26.0, plus a bug fix to the...

dependencies
java

This issue is created following https://github.com/package-url/purl-spec/discussions/293 Slash character in qualifiers appears to be escaped in the current implementation. For example the following code ``` //DEPS com.github.package-url:packageurl-java:1.5.0 import java.util.TreeMap; import com.github.packageurl.PackageURL;...

I decided to try building my latest project with the java module system so I can better understand how it works. I found myself needing to generate a package URL...

There are inconsistencies with colon encoding in different languages. For the following input: ``` type:docker name:cassandra version: sha256:244fd47e07d1004f0aed9c ``` output: ``` java implementation: pkg:docker/cassandra@sha256%3A244fd47e07d1004f0aed9c go implementation: pkg:docker/cassandra@sha256:244fd47e07d1004f0aed9c python implementation: pkg:docker/cassandra@sha256:244fd47e07d1004f0aed9c...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies
github_actions

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.3.2 to 2.27.1. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.27.1 This release contains all of the changes in 2.27.0, plus a bug fix to ClassInitializationDeadlock...

dependencies
java

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies
java