| After having hibernate-validator-cdi OSGI'ed as mentioned here, OSGI container complains about missing packages from hibernate-core itself. So I added the export-package definitions given below. They are internal packages as their names state, so it might be better to move them to a different package in the upcoming version as well.
org.hibernate.validator.internal.engine;version="5.2.4.Final"
org.hibernate.validator.internal.util;version="5.2.4.Final"
org.hibernate.validator.internal.util.classhierarchy;version="5.2.4.Final",
org.hibernate.validator.internal.util.logging;version="5.2.4.Final"
org.hibernate.validator.internal.util.privilegedactions;version="5.2.4.Final"
The full version of modified manifest file is attached: MANIFEST.MF . |