[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5392) EntityManager depends on both cglib and javassist

Chris Wilson (JIRA) noreply at atlassian.com
Mon Jul 19 04:07:14 EDT 2010


EntityManager depends on both cglib and javassist
-------------------------------------------------

                 Key: HHH-5392
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5392
             Project: Hibernate Core
          Issue Type: Bug
          Components: entity-manager
    Affects Versions: 3.5.3
            Reporter: Chris Wilson
            Priority: Minor


>From the hibernate-entitymanager POM:

{code}
<dependency>
    <groupId>cglib</groupId>
    <artifactId>cglib</artifactId>
</dependency>
<dependency>
    <groupId>javassist</groupId>
    <artifactId>javassist</artifactId>
</dependency>
{code}

Unlike Hibernate Core, neither of these dependencies is optional. Given that core seems inclined to drop cglib, perhaps we could do the same in EntityManager, or at least make it optional?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list