Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 3.13 KB

File metadata and controls

29 lines (21 loc) · 3.13 KB

Reproducible Builds an independently-verifiable path from source to binary code

Source code: https://github.com/apache/tomee-jakartaee-api.git

This project defines 2 modules:

rebuilding 6 releases of org.apache.tomee:jakartaee-api:

  • 4 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 2 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
10.0 mvn jdk17 result: 9 ✅ 14M
10.0-M2 mvn jdk11 result: 8 ✅ 14M
10.0-M1 mvn jdk11 result: 8 ✅ 15M
9.1.1 mvn jdk11 result: 7 ✅ 1 ⚠️ 🔍 13M
9.1.0 mvn jdk11
9.1-M2 mvn jdk15 result: 8 ✅ 14M

(size is calculated without javadoc, that has been excluded from reproducibility checks)