|
When importing OGM in IntelliJ, we get the following error
Error:java: Annotation processor 'org.jboss.logging.processor.apt.LoggingToolsProcessor' not found
when running a test.
The workaround is to go to settings-> Annotation Processor an disable the annotation processor usage for all profiles. Then delete the test configuration and re run the tests. That should be documented in hibernate.org/ogm/contribute/
But Hibernate Validator fixed the whole issue by no longer using the maven plugins and using the plain compiler settings https://github.com/hibernate/hibernate-validator/commit/3015121601ebf2b3bb06b92a94cabaefac8b7ae3
This seem to require an update to JBoss Logging.
Sanne Grinovero I remember there is a WF constraint on the JBoss Logging version used / compiled with. Would that be a problem?
|