GitHub user syakimovich opened a pull request:
https://github.com/apache/camel/pull/936
CAMEL-9600
updating fop to 2.1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/syakimovich/camel CAMEL-9600
Alternatively you can review and
GitHub user syakimovich opened a pull request:
https://github.com/apache/camel/pull/926
CAMEL-9549 - Improvement of error messages when compiling the schema
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/syakimovich/camel CAMEL
Github user syakimovich closed the pull request at:
https://github.com/apache/camel/pull/925
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user syakimovich opened a pull request:
https://github.com/apache/camel/pull/925
fix schematron classpath uri resolver
I had an error on windows with schematron component and was able to fix it
with this change. Replaced "File.separator" with "/".