Below you will find pages that utilize the taxonomy term “pivovarit”
April 4, 2026
verify-jar-action
Version updated for https://github.com/pivovarit/verify-jar-action to version v1.4.0.
This action is used across all versions by 8 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The verify-jar-action GitHub Action automates the process of scanning JAR files in a specified directory to ensure that all .class files comply with a defined maximum Java version or bytecode version. It helps prevent compatibility issues by failing the build if any class exceeds the allowed version, with an option for report-only mode to audit violations without interrupting the workflow.
January 12, 2026
verify-jar-action
Version updated for https://github.com/pivovarit/verify-jar-action to version v1.1.0.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The verify-jar-action GitHub Action scans JAR files in a specified directory to ensure that no .class files are compiled for a Java version higher than the allowed maximum. It automates compatibility checks for Java bytecode versions, helping to prevent runtime issues caused by version mismatches in Java applications.