[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-5974) unnecessary import which crashes the system in OSGi environement

Strong Liu (JIRA) noreply at atlassian.com
Thu Mar 17 05:55:09 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu closed HHH-5974.
---------------------------


> unnecessary import which crashes the system in OSGi environement
> ----------------------------------------------------------------
>
>                 Key: HHH-5974
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5974
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.6.1
>         Environment: Hibernate 3.6.1/Hibernate trunk
>            Reporter: Ilya Samartsev
>            Assignee: Strong Liu
>             Fix For: 3.6.3
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> /hibernate-core/src/main/java/org/hibernate/sql/Delete.java contains one unnecessary import:
> - import net.sf.cglib.transform.impl.AddPropertyTransformer;
>  (https://github.com/hibernate/hibernate-core/blob/master/hibernate-core/src/main/java/org/hibernate/sql/Delete.java)
> It actually crushes the system running in OSGi mode and using javassist as codegeneration tool instead of CGLib(no cglib bundles in the running system at all).

-- 
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