Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/org/spdx/java-spdx-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Source code: [https://github.com/spdx/Spdx-Java-Library.git](https://github.com/spdx/Spdx-Java-Library.git)

rebuilding **10 releases** of org.spdx:java-spdx-library:
- **10** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **11 releases** of org.spdx:java-spdx-library:
- **11** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 0 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):

| version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | [stabilize](https://github.com/google/oss-rebuild/blob/main/cmd/stabilize/README.md) | size |
| -- | --------- | ------ | ------ | -- |
| [2.0.2](https://central.sonatype.com/artifact/org.spdx/java-spdx-library/2.0.2/pom) | | | |
| [2.0.2](https://central.sonatype.com/artifact/org.spdx/java-spdx-library/2.0.2/pom) | [mvn jdk23 w](java-spdx-library-2.0.2.buildspec) | [result](java-spdx-library-2.0.2.buildinfo): [3 :white_check_mark: ](java-spdx-library-2.0.2.buildcompare) | | 7.4M |
| [2.0.1](https://central.sonatype.com/artifact/org.spdx/java-spdx-library/2.0.1/pom) | [mvn jdk23 w](java-spdx-library-2.0.1.buildspec) | [result](java-spdx-library-2.0.1.buildinfo): [3 :white_check_mark: ](java-spdx-library-2.0.1.buildcompare) | | 7.4M |
| [2.0.0](https://central.sonatype.com/artifact/org.spdx/java-spdx-library/2.0.0/pom) | [mvn jdk23 w](java-spdx-library-2.0.0.buildspec) | [result](java-spdx-library-2.0.0.buildinfo): [3 :white_check_mark: ](java-spdx-library-2.0.0.buildcompare) | | 7.4M |
| [2.0.0-RC2](https://central.sonatype.com/artifact/org.spdx/java-spdx-library/2.0.0-RC2/pom) | [mvn jdk23 w](java-spdx-library-2.0.0-RC2.buildspec) | [result](java-spdx-library-2.0.0-RC2.buildinfo): [3 :white_check_mark: ](java-spdx-library-2.0.0-RC2.buildcompare) | | 7.4M |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version=2.0.2
ok=3
ko=0
ignored=0
okFiles="java-spdx-library-2.0.2.pom java-spdx-library-2.0.2.jar java-spdx-library-2.0.2-sources.jar"
koFiles=""
ignoredFiles=""
reference_java_version="23 (from MANIFEST.MF Build-Jdk-Spec)"
reference_os_name="Windows (from pom.properties newline)"
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT

name=java-spdx-library
group-id=org.spdx
artifact-id=java-spdx-library
version=2.0.2

# source information
source.scm.uri=scm:git:[email protected]:spdx/Spdx-Java-Library.git
source.scm.tag=v2.0.2

# build instructions
build-tool=mvn

# effective build environment information
java.version=23.0.2
java.vendor=Azul Systems, Inc.
os.name=Linux
os.version=6.11.0-1018-azure
os.arch=amd64
line.separator=\r\n

# Maven rebuild instructions and effective environment
mvn.version=3.6.3

# output

outputs.0.groupId=org.spdx
outputs.0.filename=java-spdx-library-2.0.2.pom
outputs.0.length=10488
outputs.0.checksums.sha512=d585bf9f297f28f9ed1bee37bde660583579ce1f8211724ead52595c33b884d012d293e165523d2043e253d497bd8ba427bf1c23dcddeef6d26e08e9f7d57fdc

outputs.1.groupId=org.spdx
outputs.1.filename=java-spdx-library-2.0.2.jar
outputs.1.length=3884851
outputs.1.checksums.sha512=9d35f723fd68f62f9c269bd0ff00c02068ffec7a1a718b6ec3fd6db140a2a175f5faf849f891ffdd3cb7c0fe8db2db8954d87ea5e09b45d2cb4824500822af5c

outputs.2.groupId=org.spdx
outputs.2.filename=java-spdx-library-2.0.2-sources.jar
outputs.2.length=3817971
outputs.2.checksums.sha512=e848ecbfafe564910bc7159279a69e2269bbed5cf480bf89a61e82bf0051172648b1a4d83bd3df7cb3da73b78bf066b70580217ebebbc94fb6923efd69dd607a
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
groupId=org.spdx
artifactId=java-spdx-library
display=${groupId}:${artifactId}
version=2.0.2

gitRepo=https://github.com/spdx/Spdx-Java-Library.git
gitTag=v${version}

tool=mvn
jdk=23
newline=crlf-nogit

command="mvn -Prelease clean verify -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dspdx.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

#diffoscope=${artifactId}-${version}.diffoscope
issue=