atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

remove Hibernate-core and Eclipse-Core from Orika-core compile-time dependencies #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Both of these dependencies are to support optional modules, and should not be 
part of the core if at all possible.

Hibernate-core is only necessary for HibernateUnenhanceStrategy, and the 
dependency can be replaced with reflection -- since Hibernate must be available 
on the class-path anyway to use it.

The Eclipse core dependencies are for supporting EclipseJdtCompilerStrategy 
which is mainly for step-through debugging of generated mapper code; this 
should be broken out so that it's only a transitive dependeny of the 
eclipse-tools module.

Original issue reported on code.google.com by matt.deb...@gmail.com on 15 Mar 2012 at 6:02

GoogleCodeExporter commented 9 years ago
eclipse-tools has now been moved to a test scope dependency; targeted for the 
1.1.0 release.
hibernate dependencies have also been moved to test only scope.

Original comment by matt.deb...@gmail.com on 4 Apr 2012 at 3:50