Re: [hibernate-dev] Can we have an update on Maven central repository syncing?

2009-06-25 Thread Max Bowsher
Emmanuel Bernard wrote: Yes but central is full of broken JBoss stuff at un normalized artifact ids. So you're screwed either way. The only viable solution is to use sonar or artifactory and define the rules you wish. Personally I'm only using Hibernate itself, and no additional JBoss stuff,

Re: [hibernate-dev] Envers in Hibernate

2008-10-23 Thread Max Bowsher
Adam Warski wrote: Hello, Though I'd have to do some adaptation changes. As I was originally targeting Envers to support JPA mappings, I assumed that it will be working in an enviroment with Hibernate Annotations/EntityManager. So I used ReflectionManager to read the @Versioned annotations.

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Max Bowsher
Chris Bredesen wrote: Max Bowsher wrote: Chris Bredesen wrote: and it creates them with the assumption that the project names are the same as the artifact ID. This is in fact not the case. It should be the case, and is for me. What is it for you, and have you any idea why it's different

Re: [hibernate-dev] Re: Hibernate Search: approval for changes, commit conventions?

2008-05-30 Thread Max Bowsher
Sanne Grinovero wrote: I knew about the requirement to change the UID, but really hadn't a clue about the default behaviour: I thought it was unspecified and I really dislike that word. The default behaviour is semi-specified - specifically, it's based on a SHA1 hash of: class name and

Re: [hibernate-dev] Hibernate Annotations, EntityManager and Validator compatible with Core 3.3.x

2008-05-29 Thread Max Bowsher
Emmanuel Bernard wrote: The Hibernate team is pleased to announce the synchronized release of: - Hibernate Annotations 3.4.0 CR1 - Hibernate EntityManager 3.4.0 CR1 - Hibernate Validator 3.1.0 CR1 - Hibernate Commons Annotations 3.1.0 CR1 As there is a mislabelled

Re: [hibernate-dev] Hibernate Annotations, EntityManager and Validator compatible with Core 3.3.x

2008-05-29 Thread Max Bowsher
On May 29, 2008, at 07:02, Max Bowsher wrote: As there is a mislabelled hibernate-commons-annotations 3.3.0.ga in the wild (Maven2 central and possibly other places), perhaps it might be worth arbitrarily bumping that project's version number up to 3.4.0 for new releases, in the interests

Re: [hibernate-dev] Sync maven jboss repo with central repo?

2008-05-16 Thread Max Bowsher
Max Rydahl Andersen wrote: Yes, I also forsee the pissing contest unfortunately. Part of the problem is that there are the same artifacts in both repositories with differing poms. Which pom is correct? I vote for the pom maintained by the dev team behind the project - anything else is an

Re: [hibernate-dev] Hibernate EntityManager and Annotations bug fix release

2008-03-18 Thread Max Bowsher
Emmanuel Bernard wrote: On Mar 17, 2008, at 12:14, Max Bowsher wrote: Steve Ebersole wrote: JBoss as a whole is working with the Maven team (Jason) about setting up synching of all the projects we write to the JBoss repo (http://repository.jboss.org/maven2/) automatically. Personally

Re: [hibernate-dev] Hibernate EntityManager and Annotations bug fix release

2008-03-16 Thread Max Bowsher
Emmanuel Bernard wrote: Check it out http://in.relation.to/8711.lace What's the current situation with regards to getting this into the Maven central repository at repo1.maven.org? Also, what is the difference between javax.persistence:persistence-api:1.0 and