[Hibernate-JIRA] Created: (HV-560) Investigate how reference from API packages to Log class could be avoided
by Gunnar Morling (JIRA)
Investigate how reference from API packages to Log class could be avoided
-------------------------------------------------------------------------
Key: HV-560
URL: https://hibernate.onjira.com/browse/HV-560
Project: Hibernate Validator
Issue Type: Task
Components: engine
Affects Versions: 4.3.0.Alpha1
Reporter: Gunnar Morling
With HV-481 some references from API packages to the new {{Log}} class (which lives in the {{internal}} package) were introduced. Due to some limitations of the JBoss logging annotation processor there seems currently no way around this. Ideally the following would be possible:
* The API classes can have private inner Log interfaces with their log messages
* The package for the generated classes can be specified so that they can be generated into an internal package
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months