Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread Thiago H de Paula Figueiredo
On Wed, 25 Feb 2015 13:10:30 -0300, George Christman wrote: I just worry about things breaking internally when overriding some of these core versions. Nothing will break if Hibernate kept backward compatibility between these two minors versions, and I do think there'll be no problem. t

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread George Christman
I just worry about things breaking internally when overriding some of these core versions. For the time being I just overrode the version and posted this message as information to the team. Thanks On Wed, Feb 25, 2015 at 10:33 AM, Dmitry Gusev wrote: > Hey, > > Just add latest version to your p

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread Dmitry Gusev
Hey, Just add latest version to your project's pom.xml / build.gradle and you should be fine, it will override any transitive dependencies you might have from Tapestry JARs. On Wed, Feb 25, 2015 at 6:16 PM, George Christman wrote: > Hi guys, it looks like we are a couple point releases behind o