Re: [hibernate-dev] Fwd: Hibernate ORM modules published as major.minor and an alias for main

2015-01-15 Thread Sanne Grinovero
Hi Scott, I'm not sure I completely understood your email, but from the example it looks like you're having the alias relation in the opposite direction. We would need to have the actual jars into a module which has the precise identifier, to match exactly the jars it contains. Then we'd add an al

Re: [hibernate-dev] Fwd: Hibernate ORM modules published as major.minor and an alias for main

2015-01-15 Thread Scott Marlow
The change I mentioned for WFLY-4021, is merged in for WildFly 9.0. On 01/15/2015 07:42 AM, Sanne Grinovero wrote: > Hi Scott, > I'm not sure I completely understood your email, but from the example > it looks like you're having the alias relation in the opposite > direction. The WFLY-4021 change

Re: [hibernate-dev] Fwd: Hibernate ORM modules published as major.minor and an alias for main

2015-01-15 Thread Steve Ebersole
master is that branch. But remember that we pulled back the scope for 5.0. On Thu, Jan 15, 2015 at 7:56 AM, Scott Marlow wrote: > The change I mentioned for WFLY-4021, is merged in for WildFly 9.0. > > On 01/15/2015 07:42 AM, Sanne Grinovero wrote: > > Hi Scott, > > I'm not sure I completely u

Re: [hibernate-dev] Naming and "naming strategies"

2015-01-15 Thread Steve Ebersole
So here ( I think) is a better way to categorize these terms/concepts: 1. logical name - the "raw" name for a table or column (or schema or catalog). Think along of the lines of the concept of a *logical* domain model in terms of a parallel. 1. explicit logical name - the logical name

Re: [hibernate-dev] Hibernate ORM modules published as major.minor and an alias for main

2015-01-15 Thread Emmanuel Bernard
> On 15 Jan 2015, at 14:56, Scott Marlow wrote: > > When we talked at the f2f, I said that we would do major.minor, I think > that is the summary notes from the discussion. > > If we were to reverse the definitions, so that org.hibernate:main is an > alias for a specific version of ORM (wheth

Re: [hibernate-dev] Hibernate ORM modules published as major.minor and an alias for main

2015-01-15 Thread Scott Marlow
On 01/15/2015 09:49 AM, Emmanuel Bernard wrote: > >> On 15 Jan 2015, at 14:56, Scott Marlow > > wrote: >> >> When we talked at the f2f, I said that we would do major.minor, I think >> that is the summary notes from the discussion. >> >> If we were to reverse the definitio

Re: [hibernate-dev] Hibernate ORM modules published as major.minor and an alias for main

2015-01-15 Thread Emmanuel Bernard
> On 15 Jan 2015, at 16:54, Scott Marlow wrote: > > > The part that I am unsure about is including the micro version in the module > path, which means that every release of WildFly that includes an upgraded > Hibernate, will likely have the jars in a different path (could be a pain for > any