sorry, I missed the provided scope and runtime scope the problem is :
now hibernate-core is a runtime scope dependency of h-em so, suppose a project depends on h-em ( compile scope ) and the project uses h-core classes, then the project won't be compiled. since runtime scope dependencies are not available on compile time classpath a simple maven project would approve this ( attached ) On May 3, 2013, at 8:34 PM, Steve Ebersole <steven.ebers...@gmail.com> wrote: > Have you tried this? Runtimr and compile scopes are both transitive, so the > situation you describe should work just as before > On May 3, 2013 7:23 AM, "Strong Liu" <st...@hibernate.org> wrote: > > On May 3, 2013, at 8:13 PM, Steve Ebersole <steven.ebers...@gmail.com> wrote: > >> I dont understand what you mean with HHH-8220. OK its a change, but how is >> that breaking any builds? >> > > suppose there is a WAR project that uses hibernate, and it has a compile > scope dependency of h-em > > before this 4.3.0.Beta2, the HEM will brings all required dependencies in ( > for example, h-core ) > > but after upgrade to 4.3.0.Beta2, the build WAR will only contains HEM and no > H-Core since HEM now has a runtime scope dependency of h-core > > then the WAR will fail when being deployed > > >> And for JDK 7 we have discussed that on this list already. Gunnar will work >> on integrating some checks into the build to make sure we are not using JDK >> 7 features… >> > > > I'm aware of this , just pointed out that this 4.3.0.Beta2 will fail on JDK > 6, and others who run into this issue will know the reason > >> >> On 05/03/2013 02:08 AM, Strong Liu wrote: >>> https://hibernate.atlassian.net/browse/HHH-8219 >>> >>> https://hibernate.atlassian.net/browse/HHH-8220 >>> >>> >>> ------------------------- >>> Best Regards, >>> >>> Strong Liu <stliu at hibernate.org> >>> http://about.me/stliu/bio >>> >>> >>> >>> _______________________________________________ >>> hibernate-dev mailing list >>> hibernate-dev@lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > > ------------------------- > Best Regards, > > Strong Liu <stliu at hibernate.org> > http://about.me/stliu/bio > > > ------------------------- Best Regards, Strong Liu <stliu at hibernate.org> http://about.me/stliu/bio _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev