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

Support several flavours #1461

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Support several flavours #1461

merged 1 commit into from
Jul 30, 2024

Conversation

MaximPlusov
Copy link
Contributor

No description provided.

@MaximPlusov MaximPlusov force-pushed the several_flavours branch 2 times, most recently from fdd481b to 85d1a39 Compare July 22, 2024 20:16
core/src/main/java/org/verapdf/pdfa/VeraPDFFoundry.java Outdated Show resolved Hide resolved
@@ -230,6 +238,9 @@ public PDFAValidator createValidator(ValidationProfile profile, int maxNumberOfD
public PDFAValidator createFailFastValidator(PDFAFlavour flavour, int maxFailures, int maxNumberOfDisplayedFailedChecks,
boolean logSuccess, boolean showErrorMessages, boolean showProgress);

public PDFAValidator createFailFastValidator(List<PDFAFlavour> flavours, int maxFailures, int maxNumberOfDisplayedFailedChecks,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here as well

@MaximPlusov MaximPlusov merged commit 02a4e5b into integration Jul 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants