-
-
Notifications
You must be signed in to change notification settings - Fork 201
Fix issue #821 #823
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
Fix issue #821 #823
Conversation
|
All test cases succeed. Find log files attached (FixIssue#827-Logs.zip). |
|
All test cases succeed. Find log files attached (07-KeepCompilableWithXerces-Logs.zip). |
|
All test cases succeed. Find log files attached: |
|
All test cases succeed. Find log files attached: |
|
please fix one issue at a time with one PR, sorry, that's too big and too risky for me given the painI've had with pom changes oin the past (and the fact that it seems to fail tests) |
The following issue has been reported: #821
This pull request fixes the issue.
First, it fixes maven warnings by modifying the POM files. A minimalist approach has been applied. Find log files with maven warnings attached (FixMavenWarnings-Logs.zip).
Second, it fixes an issue with the ZF2EdgeTest that has been introduced with 2.16.4. No efforts have been taken to find the root cause of this issue. Just some assertions have been changed and a TODO comment has been added.
Third, it adds a test case for validation log visualization.
Fourth, it fixes the issue by adding a private method
setFeaturewhich encapsulates all attempts to set a TransformerFactory feature. Warnings for unsupported features will be generated, but exceptions would be avoided.This way, validation logs for all XML invoices that exist in the validator test resources could be visualized.
All test cases succeed. Find log files attached (FixIssue#821-Logs.zip).