Skip to content

Commit 2df10eb

Browse files
author
Reproducible Central CI
committed
./rebuild.sh content/org/mybatis/caches/mybatis-redis/mybatis-redis-1.0.0.buildspec
1 parent d7a00dc commit 2df10eb

File tree

5 files changed

+85
-0
lines changed

5 files changed

+85
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[org.mybatis.caches:mybatis-redis](https://central.sonatype.com/artifact/org.mybatis.caches/mybatis-redis/versions) RB check
2+
=======
3+
4+
[![Reproducible Builds](https://reproducible-builds.org/images/logos/rb.svg) an independently-verifiable path from source to binary code](https://reproducible-builds.org/)
5+
6+
## Project: [org.mybatis.caches:mybatis-redis](https://central.sonatype.com/artifact/org.mybatis.caches/mybatis-redis/versions) [![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/mybatis/caches/mybatis-redis/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/mybatis/caches/mybatis-redis/README.md)
7+
8+
Source code: [https://github.com/mybatis/redis-cache.git](https://github.com/mybatis/redis-cache.git)
9+
10+
rebuilding **1 releases** of org.mybatis.caches:mybatis-redis:
11+
- **1** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
12+
- 0 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):
13+
14+
| version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | size |
15+
| -- | --------- | ------ | -- |
16+
| [1.0.0](https://central.sonatype.com/artifact/org.mybatis.caches/mybatis-redis/1.0.0/pom) | [mvn jdk21 w](mybatis-redis-1.0.0.buildspec) | [result](mybatis-redis-1.0.0.buildinfo): [3 :white_check_mark: ](mybatis-redis-1.0.0.buildcompare) | 44K |
17+
18+
<i>(size is calculated without javadoc, that has been excluded from reproducibility checks)</i>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "schemaVersion": 1,
2+
"label": "Reproducible Builds",
3+
"labelColor": "1e5b96",
4+
"message": "3/3",
5+
"color": "green",
6+
"isError": "true" }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>org.mybatis.caches</groupId>
4+
<artifactId>mybatis-redis</artifactId>
5+
<versioning>
6+
<latest>1.0.0</latest>
7+
<release>1.0.0</release>
8+
<versions>
9+
<version>1.0.0-beta1</version>
10+
<version>1.0.0-beta2</version>
11+
<version>1.0.0</version>
12+
</versions>
13+
<lastUpdated>20250111043338</lastUpdated>
14+
</versioning>
15+
</metadata>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version=1.0.0
2+
ok=3
3+
ko=0
4+
ignored=0
5+
okFiles="mybatis-redis-1.0.0.pom mybatis-redis-1.0.0.jar mybatis-redis-1.0.0-sources.jar"
6+
koFiles=""
7+
ignoredFiles=""
8+
reference_java_version="21 (from MANIFEST.MF Build-Jdk-Spec)"
9+
reference_os_name="Windows (from pom.properties newline)"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# https://reproducible-builds.org/docs/jvm/
2+
buildinfo.version=1.0-SNAPSHOT
3+
4+
name=mybatis-redis
5+
group-id=org.mybatis.caches
6+
artifact-id=mybatis-redis
7+
version=1.0.0
8+
9+
# source information
10+
source.scm.uri=scm:git:ssh://[email protected]/mybatis/redis-cache.git
11+
source.scm.tag=mybatis-redis-1.0.0
12+
13+
# build instructions
14+
build-tool=mvn
15+
16+
# build environment information (simplified for reproducibility)
17+
java.version=21
18+
os.name=Windows
19+
20+
# Maven rebuild instructions and effective environment
21+
22+
# output
23+
24+
outputs.0.groupId=org.mybatis.caches
25+
outputs.0.filename=mybatis-redis-1.0.0.pom
26+
outputs.0.length=5032
27+
outputs.0.checksums.sha512=64594d9e24cb390cd8526c54eb08ea5140f90a126bc6fb1ba773798161d30e4a8153f082cf78aeb804553bea526768dfa6398ee4dcae2ed2d6258d489f5565b6
28+
29+
outputs.1.groupId=org.mybatis.caches
30+
outputs.1.filename=mybatis-redis-1.0.0.jar
31+
outputs.1.length=21759
32+
outputs.1.checksums.sha512=7e2e9c17a6bcb1edfb4b0c896b347f045309d26675438361dab16ab99770e26fa61b7e466b0467e62b7b5474a3dcc15fad18a2d2d30e8af97b5064336a741dd6
33+
34+
outputs.2.groupId=org.mybatis.caches
35+
outputs.2.filename=mybatis-redis-1.0.0-sources.jar
36+
outputs.2.length=17563
37+
outputs.2.checksums.sha512=7c1419adb5eba75cfcfaefd311f973895c298587904c700868f8436b76031011b5a72e5ccdaac152dbb92567d8b0d663c32552306b5cb2196af3b2ae161aa197

0 commit comments

Comments
 (0)