Re: [hibernate-dev] master -> metamodel

2013-12-04 Thread Steve Ebersole
-- I can give it another shot. > > Brett Meyer > Software Engineer > Red Hat, Hibernate ORM > > - Original Message - > From: "Steve Ebersole" > To: "hibernate-dev" > Sent: Wednesday, December 4, 2013 1:39:39 PM > Subject: [hibernate-dev] ma

Re: [hibernate-dev] master -> metamodel

2013-12-04 Thread Brett Meyer
conflicts when it's rebased into master. If there's now a need, let me know -- I can give it another shot. Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "hibernate-dev" Sent: Wednesday, December 4, 20

[hibernate-dev] master -> metamodel

2013-12-04 Thread Steve Ebersole
When is the last time we have synced merged master to the metamodel branch? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] master -> metamodel

2012-09-10 Thread Steve Ebersole
Ok, starting then... On Fri 07 Sep 2012 07:20:42 AM CDT, Steve Ebersole wrote: > I want to merge master to metamodel again. Gail already asked me to > wait until next week. So I will plan on holding off until Monday.. > > Any concerns with doing it Monday? > -- st...@hibernate.org http://hibern

[hibernate-dev] master -> metamodel

2012-09-07 Thread Steve Ebersole
I want to merge master to metamodel again. Gail already asked me to wait until next week. So I will plan on holding off until Monday.. Any concerns with doing it Monday? -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibe

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Steve Ebersole
Yep, a schedule for syncing was never decided. Thanks for investigating the specific here Hardy. On Wed 13 Jun 2012 05:33:56 AM CDT, Hardy Ferentschik wrote: > > On Jun 13, 2012, at 9:43 AM, Strong Liu wrote: > >> are the master and metamodel supposed to be synced? > > Yes, but not automatically.

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Hardy Ferentschik
On Jun 13, 2012, at 9:43 AM, Strong Liu wrote: > are the master and metamodel supposed to be synced? Yes, but not automatically. The plan is to sync them regularly, but I don't think we have determined yet how often. > I see there are some mismatch > > org.hibernate.internal.SessionFactoryI

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Strong Liu
are the master and metamodel supposed to be synced? I see there are some mismatch org.hibernate.internal.SessionFactoryImpl#determineCustomEntityDirtinessStrategy org.hibernate.internal.SessionFactoryImpl#determineCurrentTenantIdentifierResolver these two methods only exist in master, but not in

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Steve Ebersole
If I had to guess, some of the unit tests are expecting the h2 database explicitly but are relying that the system properties are set up to point to it rather than specifying those settings explicitly. On Mon 11 Jun 2012 09:29:04 AM CDT, Steve Ebersole wrote: > Not sure how else to "all tests" ;

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Steve Ebersole
Not sure how else to "all tests" ;) On Mon 11 Jun 2012 09:14:28 AM CDT, Strong Liu wrote: > > On Jun 11, 2012, at 10:02 PM, Steve Ebersole wrote: > >> 1) `gradle test` runs all tests (there is just src/test now) against >> default database (h2) >> >> 2) `gradle matrix_XYZ` essentially runs [gradle

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Strong Liu
On Jun 11, 2012, at 10:02 PM, Steve Ebersole wrote: > 1) `gradle test` runs all tests (there is just src/test now) against default > database (h2) > > 2) `gradle matrix_XYZ` essentially runs [gradle test] but against the XYZ > "database profile" so, for example, those metamodel unit tests are

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Steve Ebersole
1) `gradle test` runs all tests (there is just src/test now) against default database (h2) 2) `gradle matrix_XYZ` essentially runs [gradle test] but against the XYZ "database profile" 3) `gradle matrix` runs all all tests against all "database profiles". It does not currently run against h2 I

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-10 Thread Strong Liu
On Jun 8, 2012, at 9:20 PM, Steve Ebersole wrote: > I am done with consolidating src/matrix into src/test and merging master > into metamodel. Everything seems to be working. Let me know if you see > any issues. > > I did need to adjust the "matrix plugin" a little bit. We should talk > ab

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-08 Thread Steve Ebersole
On Fri 08 Jun 2012 08:49:45 AM CDT, Hardy Ferentschik wrote: > Nice. I checkout out the metamodel branch and all builds fine. > You seem to have chosen the merge path for the integration. Is this what we > are going to do in > the future as well (merging instead of rebasing)? Well that's what we

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-08 Thread Hardy Ferentschik
On Jun 8, 2012, at 3:20 PM, Steve Ebersole wrote: > I am done with consolidating src/matrix into src/test and merging master > into metamodel. Everything seems to be working. Let me know if you see > any issues. Nice. I checkout out the metamodel branch and all builds fine. You seem to have

[hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-08 Thread Steve Ebersole
I am done with consolidating src/matrix into src/test and merging master into metamodel. Everything seems to be working. Let me know if you see any issues. I did need to adjust the "matrix plugin" a little bit. We should talk about testing as it relates to the database matric a little more a