-
Notifications
You must be signed in to change notification settings - Fork 36
Migrations
Philip Helger edited this page Nov 24, 2020
·
2 revisions
This page lists known traps and pit falls when migrating from one version to another. It is highly recommended to only perform a step of one major version, and not skip a major version.
- The Maven group ID changed from
com.helger
tocom.helger.schematron
- In this version the submodule structure was modified
-
ph-schematron
was split inph-schematron-api
,ph-schematron-pure
andph-schematron-xslt
- you need to choose a different artifact - You need to pick either
ph-schematron-pure
orph-schematron-xslt
depending on the engine you want to use - Alternatively you can use the new
ph-schematron-schxslt
module - Note: the Maven Plugin and the ANT task support all engines
-
- Some classes moved to different packages (e.g.
SchematronResourceSCH
was moved fromcom.helger.schematron.xslt
tocom.helger.schematron.sch
)
On Twitter: Follow @philiphelger
Donation link: https://paypal.me/PhilipHelger
It is appreciated if you star the GitHub project if you like it.