Skip to content

Improve build traceability and rename jar files#14

Merged
lriggs merged 3 commits intodremio:dremio_27.0_20from
lriggs:change
Feb 6, 2026
Merged

Improve build traceability and rename jar files#14
lriggs merged 3 commits intodremio:dremio_27.0_20from
lriggs:change

Conversation

@lriggs
Copy link

@lriggs lriggs commented Feb 5, 2026

What's Changed

Jars will now be named [version]-[date]-[arrow java commit]-[arrow commit] For example: 18.3.0-20260205010959-5465738-095727a-dremio.

This will allow easier tracing back to the specific commits in arrow and arrow-java.
The release/tag name will now be generated from the input so you no longer need to worry about that as part of the jarbuild stage. It will include the two commit ids and will therefore be "unique" for each distinct change. This will preserve artifacts in github for each set of jars.

When Running the JarBuild Action just give it a tag name like "v18.3.0" and the process will append the commit ids based on the branches you configured to build.

Example of a release:
https://github.com/lriggs/arrow-java/releases/tag/v18.3.0-436d2d5-095727a

@lriggs lriggs merged commit 92e5082 into dremio:dremio_27.0_20 Feb 6, 2026
11 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants