[hibernate-dev] How to build Hibernate ORM / master ?

Steve Ebersole steve at hibernate.org
Mon May 11 10:18:27 EDT 2015


Yes please.  I would like to look over the change as well
On May 11, 2015 9:01 AM, "andrea boriero" <andrea at hibernate.org> wrote:

> Hi Sanne,
>
> the problem seems related to a change made to
> JtaTransactionCorrdinatorImp#afterCompletion() so I don't think has any
> relation with Galder work,
> anyway in case I'll submit a pull request :)
>
> On 11 May 2015 at 14:54, Sanne Grinovero <sanne at hibernate.org> wrote:
>
> > Hi Andrea,
> > that's great but make sure you work with Galder, he's currently
> > looking at related things I think. Or at least he should review your
> > changes.
> >
> > Sanne
> >
> > On 11 May 2015 at 14:37, andrea boriero <dreborier at gmail.com> wrote:
> > > I have spotted the problem and I'm fixing the infinispan tests.
> > >
> > > On 9 May 2015 at 19:23, Steve Ebersole <steve at hibernate.org> wrote:
> > >>
> > >> I pretty routinely run into problems running the testsuite in
> > infinispan.
> > >> Generally the failures are transient.  Just try running it again.  If
> it
> > >> fails the same again then we have a problem.
> > >>
> > >> No idea about eclipse.  I don't use it, so it is impossible for me to
> > >> validate.  If you see issues let me know the specifics and we can fix
> > >> them.
> > >> On May 9, 2015 10:06 AM, "Sanne Grinovero" <sanne at hibernate.org>
> wrote:
> > >>
> > >> > Thanks! that worked, making progress now.
> > >> >
> > >> > There was a compilation failure: HHH-9783
> > >> >
> > >> > and Eclipse project import is broken again, I'll use IntelliJ this
> > >> > weekend. Infinispan tests fail.. I'll ignore that.
> > >> >
> > >> > Cheers,
> > >> > Sanne
> > >> >
> > >> > On 9 May 2015 at 14:27, Steve Ebersole <steve at hibernate.org> wrote:
> > >> > > It is the dsl-extension branch.  But like I said, you should just
> be
> > >> > able to
> > >> > > find it from JBoss snapshot repo now.
> > >> > >
> > >> > > On Sat, May 9, 2015 at 8:24 AM, Sanne Grinovero <
> > sanne at hibernate.org>
> > >> > wrote:
> > >> > >>
> > >> > >> I updated my checkout to your fork, but there are no new commits
> > >> > >> compared to Luca's fork. Maybe you need to push it? Or which
> branch
> > >> > >> is
> > >> > >> it?
> > >> > >>
> > >> > >> Anyway it's not a blocker as I've changed my master branch to
> > precede
> > >> > >> your last OSGi changes.. I just won't be able to test it with
> > latest
> > >> > >> but that shouldn't be a problem.
> > >> > >>
> > >> > >> I'll have a look at CI; I don't know.. we had two slaves running
> > out
> > >> > >> of disk space, that's likely going to happen on all remaining
> > slaves
> > >> > >> soon if I don't rebuild them..
> > >> > >>
> > >> > >> On 9 May 2015 at 14:11, Steve Ebersole <steve at hibernate.org>
> > wrote:
> > >> > >> > Interesting... The ORM master CI builds stopped pulling changes
> > and
> > >> > auto
> > >> > >> > building.  Any idea why?
> > >> > >> >
> > >> > >> > On Sat, May 9, 2015 at 8:09 AM, Steve Ebersole
> > >> > >> > <steve at hibernate.org>
> > >> > >> > wrote:
> > >> > >> >>
> > >> > >> >> Sorry I forgot I had not yet integrated my newest work on that
> > >> > >> >> plugin
> > >> > >> >> upstream.  Check out my fork of it and publish that locally :
> > >> > >> >> git at github.com:sebersole/lb-gradle-plugins.git
> > >> > >> >>
> > >> > >> >> On Sat, May 9, 2015 at 5:17 AM, Sanne Grinovero
> > >> > >> >> <sanne at hibernate.org
> > >> > >
> > >> > >> >> wrote:
> > >> > >> >>>
> > >> > >> >>> Hi,
> > >> > >> >>> I'm having some trouble to build a fresh checkout from
> master.
> > >> > >> >>> The first attempt produced:
> > >> > >> >>>
> > >> > >> >>>  FAILURE: Build failed with an exception.
> > >> > >> >>>
> > >> > >> >>> * What went wrong:
> > >> > >> >>> A problem occurred configuring root project
> > >> > >> >>> 'hibernate-core-parent'.
> > >> > >> >>> > Could not resolve all dependencies for configuration
> > >> > >> >>> > ':classpath'.
> > >> > >> >>>    > Could not find
> > >> > >> >>> com.github.lburgazzoli:lb-karaf-features-gen:1.0.0.SNAPSHOT.
> > >> > >> >>>
> > >> > >> >>> So I checked out this plugin:
> > >> > >> >>> https://github.com/lburgazzoli/lb-gradle-plugins , installed
> > it
> > >> > >> >>> locally.
> > >> > >> >>>
> > >> > >> >>> Now I get :
> > >> > >> >>>
> > >> > >> >>> FAILURE: Build failed with an exception.
> > >> > >> >>>
> > >> > >> >>> * Where:
> > >> > >> >>> Build file
> > >> > >> >>>
> > >> > >> >>>
> > >> >
> > >> >
> >
> '/home/sanne/workspaces/hibernate/hibernate-core-parent/hibernate-osgi/hibernate-osgi.gradle'
> > >> > >> >>> line: 109
> > >> > >> >>>
> > >> > >> >>> * What went wrong:
> > >> > >> >>> A problem occurred evaluating project ':hibernate-osgi'.
> > >> > >> >>> > Could not find method features() for arguments
> > >> > >> >>> >
> > >> > >> >>> >
> > >> >
> > >> >
> >
> [hibernate_osgi_8b1jmrdt2yykus6805h9qfv3i$_run_closure8_closure18 at 705dc1a6
> > >> > ]
> > >> > >> >>> > on project ':hibernate-osgi'.
> > >> > >> >>>
> > >> > >> >>> Do I need to apply some patches to that plugin?
> > >> > >> >>>
> > >> > >> >>> thanks,
> > >> > >> >>> Sanne
> > >> > >> >>> _______________________________________________
> > >> > >> >>> hibernate-dev mailing list
> > >> > >> >>> hibernate-dev at lists.jboss.org
> > >> > >> >>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > >> > >> >>
> > >> > >> >>
> > >> > >> >
> > >> > >> _______________________________________________
> > >> > >> hibernate-dev mailing list
> > >> > >> hibernate-dev at lists.jboss.org
> > >> > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > >> > >
> > >> > >
> > >> > _______________________________________________
> > >> > hibernate-dev mailing list
> > >> > hibernate-dev at lists.jboss.org
> > >> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > >> >
> > >> _______________________________________________
> > >> hibernate-dev mailing list
> > >> hibernate-dev at lists.jboss.org
> > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > >
> > >
> >
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list