Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add org.apache.sling.xss 2.4.4 #1056

Merged
merged 2 commits into from
Dec 19, 2024
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/apache/sling/org.apache.sling.xss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Source code: [https://github.com/apache/sling-org-apache-sling-xss.git](https://github.com/apache/sling-org-apache-sling-xss.git)

rebuilding **8 releases** of org.apache.sling:org.apache.sling.xss:
- **6** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **9 releases** of org.apache.sling:org.apache.sling.xss:
- **7** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 2 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? | size |
| -- | --------- | ------ | -- |
| [2.4.4](https://central.sonatype.com/artifact/org.apache.sling/org.apache.sling.xss/2.4.4/pom) | | | |
| [2.4.4](https://central.sonatype.com/artifact/org.apache.sling/org.apache.sling.xss/2.4.4/pom) | [mvn jdk11](org.apache.sling.xss-2.4.4.buildspec) | [result](org.apache.sling.xss-2.4.4.buildinfo): [4 :white_check_mark: ](org.apache.sling.xss-2.4.4.buildcompare) | 2.2M |
| [2.4.2](https://central.sonatype.com/artifact/org.apache.sling/org.apache.sling.xss/2.4.2/pom) | [mvn jdk11](org.apache.sling.xss-2.4.2.buildspec) | [result](org.apache.sling.xss-2.4.2.buildinfo): [4 :white_check_mark: ](org.apache.sling.xss-2.4.2.buildcompare) | 2.2M |
| [2.4.0](https://central.sonatype.com/artifact/org.apache.sling/org.apache.sling.xss/2.4.0/pom) | [mvn jdk17](org.apache.sling.xss-2.4.0.buildspec) | [result](org.apache.sling.xss-2.4.0.buildinfo): [4 :white_check_mark: ](org.apache.sling.xss-2.4.0.buildcompare) | 4.5M |
| [2.3.8](https://central.sonatype.com/artifact/org.apache.sling/org.apache.sling.xss/2.3.8/pom) | [mvn jdk8](org.apache.sling.xss-2.3.8.buildspec) | [result](org.apache.sling.xss-2.3.8.buildinfo): [4 :white_check_mark: ](org.apache.sling.xss-2.3.8.buildcompare) | 4.3M |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version=2.4.4
ok=4
ko=0
ignored=0
okFiles="org.apache.sling.xss-2.4.4.pom org.apache.sling.xss-2.4.4.jar org.apache.sling.xss-2.4.4-source-release.zip org.apache.sling.xss-2.4.4-sources.jar"
koFiles=""
ignoredFiles=""
reference_java_version="11 (from MANIFEST.MF Build-Jdk-Spec)"
reference_os_name="Unix (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=Apache Sling XSS Protection API
group-id=org.apache.sling
artifact-id=org.apache.sling.xss
version=2.4.4

# source information
source.scm.uri=scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
source.scm.tag=org.apache.sling.xss-2.4.4

# build instructions
build-tool=mvn

# build environment information (simplified for reproducibility)
java.version=11
os.name=Unix

# Maven rebuild instructions and effective environment

# output

outputs.0.groupId=org.apache.sling
outputs.0.filename=org.apache.sling.xss-2.4.4.pom
outputs.0.length=15478
outputs.0.checksums.sha512=909d2169f9c7b5a53d7aabe6c0695b6d06737465880cee9b44f999fa5ce838a59eadc300fca1d5addaf1925c718a65d9bbaad67bb9b2b760d4788e45b9f26185

outputs.1.groupId=org.apache.sling
outputs.1.filename=org.apache.sling.xss-2.4.4.jar
outputs.1.length=1919828
outputs.1.checksums.sha512=ed84c3203593d16769670d816af8cad858cf3182f579e59deceb8be547c69f16a3b27cc1392a3518d2e9806fd6843667ef32d33fb9a224b55065bf3c35ecc1ed

outputs.2.groupId=org.apache.sling
outputs.2.filename=org.apache.sling.xss-2.4.4-source-release.zip
outputs.2.length=171447
outputs.2.checksums.sha512=4eca2be95991233c5ff0e0a1a843a00176015ffc1cc37141989b4b6d7af6c8fbbdb9f5e60b350e8834175791b2359408e43c5b12bc89377a456441c9fa3dd905

outputs.3.groupId=org.apache.sling
outputs.3.filename=org.apache.sling.xss-2.4.4-sources.jar
outputs.3.length=111504
outputs.3.checksums.sha512=bca4788dabf935f6f429264b6694bb4eff715dc0811dc661107adff3379fc51cb3cb97167e5cd4363c120c53ffdbcee77f6935f6496c124d5b6f78053c871a09
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
groupId=org.apache.sling
artifactId=org.apache.sling.xss
display=${groupId}:.xss
version=2.4.4

gitRepo=https://github.com/apache/sling-$(echo ${artifactId} | tr '.' '-').git
gitTag=${artifactId}-${version}

tool=mvn
jdk=11
newline=lf
umask=022

command="mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

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