[hibernate-dev] Snapshot deployment problem in JBoss repository?
Guillaume Smet
guillaume.smet at gmail.com
Mon Feb 18 11:08:52 EST 2013
AFAICS, a job runs for 4.1.x too as the 4.1.10-SNAPSHOT snapshots are
updated every time they should be.
But the sources used aren't updated correctly.
On Mon, Feb 18, 2013 at 4:55 PM, Brett Meyer <brmeyer at redhat.com> wrote:
> The 4.2 branch was already updated for 4.2.0-SNAPSHOT and master is 4.3.0-SNAPSHOT.
>
> Brett Meyer
> Red Hat Software Engineer, Hibernate
> +1 260.349.5732
>
> ----- Original Message -----
> From: "Strong Liu" <stliu at hibernate.org>
> To: "Hibernate hibernate-dev" <hibernate-dev at lists.jboss.org>
> Sent: Monday, February 18, 2013 10:48:54 AM
> Subject: Re: [hibernate-dev] Snapshot deployment problem in JBoss repository?
>
> do we have a CI job that run on 4.2 branch and deploy snapshot?
>
> On Feb 16, 2013, at 7:25 PM, Guillaume Smet <guillaume.smet at gmail.com> wrote:
>
>> Hi,
>>
>> Could someone take a look at this, please?
>>
>> The current 4.1.10-SNAPSHOT published on the snapshots repository
>> isn't up to date at all even if generated this night. It's at least 2
>> months old code.
>>
>> See https://repository.jboss.org/nexus/content/repositories/snapshots/org/hibernate/hibernate-core/4.1.10-SNAPSHOT/hibernate-core-4.1.10-20130216.052532-25-sources.jar
>> and for example:
>> org.hibernate.engine.spi.BatchFetchQueue - which doesn't have my latest commits
>> or
>> org.hibernate.cfg.Configuration - which doesn't have these fixes by
>> Brett commited in december:
>> https://github.com/hibernate/hibernate-orm/commit/837fa8acccb1c8aabf77c0167d0650028d0ede1d#hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
>>
>> I would like to validate 4.1.10-SNAPSHOT to check for any further
>> regression before release. While I could build them here locally, I
>> would prefer to validate artifacts built by the "official" build
>> chain.
>>
>> Thanks for your help.
>>
>> On Mon, Feb 4, 2013 at 3:48 PM, Guillaume Smet <guillaume.smet at gmail.com> wrote:
>>> Hi,
>>>
>>> While working on HHH-7821, I wanted to use the latest 4.1.x snapshot.
>>>
>>> However, it seems that the snapshots published aren't correct: they
>>> don't contain the latest fixes:
>>> See http://snapshots.jboss.org/maven2/org/hibernate/hibernate-core/4.1.10-SNAPSHOT/hibernate-core-4.1.10-20130204.055954-21-sources.jar
>>> (I used this URL as it's the one referenced in the gradle build file
>>> but I have the same problem with the Nexus repository)
>>>
>>> I noticed it because my context doesn't start anymore due to the use
>>> of Dialect.getDialect() in Configuration. It was removed in a
>>> following commit in branch 4.1 (
>>> https://github.com/hibernate/hibernate-orm/commit/837fa8acccb1c8aabf77c0167d0650028d0ede1d#hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
>>> from december 19) but the snapshot still has the old version in
>>> org/hibernate/cfg/Configuration.java at line 1563:
>>> Dialect.getDialect().getUniqueDelegate().generateUniqueKey(
>>> table, tableColumn );
>>>
>>> Could someone check that the snapshot generation and deployment process are OK?
>>>
>>> Thanks.
>>>
>>> --
>>> Guillaume
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
> -------------------------
> Best Regards,
>
> Strong Liu <stliu at hibernate.org>
> http://about.me/stliu/bio
>
>
>
> _______________________________________________
> 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