Re: [hibernate-dev] Hibernate ORM FAQ in JBoss wiki

2016-02-17 Thread Gunnar Morling
Thanks, Vlad! 2016-02-16 16:35 GMT+01:00 Vlad Mihalcea : > Thanks for the hint. I didn't even know about their existence. > > I added it to my TODO list. > > Vlad > > On Tue, Feb 16, 2016 at 5:24 PM, Gunnar Morling > wrote: >> >> Vlad, all, >> >> In the JBoss.org wiki there are several interestin

Re: [hibernate-dev] How best to eliminate the Javassist dependency from Hibernate applications...

2016-02-17 Thread Gunnar Morling
Hi, I'd like to propose an alternative approach for proxy generation which would avoid version issues with Javassist. The idea is to generate proxies which are fully "self-contained", i.e. their byte code contains no references to a library such as Javassist, but instead invocations of a either a

Re: [hibernate-dev] How best to eliminate the Javassist dependency from Hibernate applications...

2016-02-17 Thread Sanne Grinovero
+1 Avoiding a runtime dependency seems far better than shading. Maybe the same could be done with Javassist? On Wed, 17 Feb 2016 12:15 Gunnar Morling wrote: > Hi, > > I'd like to propose an alternative approach for proxy generation which > would avoid version issues with Javassist. > > The idea

Re: [hibernate-dev] How best to eliminate the Javassist dependency from Hibernate applications...

2016-02-17 Thread Hardy Ferentschik
Hi, > I'd like to propose an alternative approach for proxy generation which > would avoid version issues with Javassist. > > The idea is to generate proxies which are fully "self-contained", i.e. > their byte code contains no references to a library such as Javassist, > but instead invocations o

Re: [hibernate-dev] Who deleted http://docs.jboss.org/hibernate/validator ?

2016-02-17 Thread Emmanuel Bernard
Right I would prefer to internalize the doc under hibernate.org. > On 16 févr. 2016, at 22:15, Steve Ebersole wrote: > > No, personally I am talking strictly about the > hibernate.org/orm/documentation nav > > >> On Tue, Feb 16, 2016 at 3:14 PM Vlad Mihalcea >> wrote: >> Hi, >> >> I can s

Re: [hibernate-dev] Who deleted http://docs.jboss.org/hibernate/validator ?

2016-02-17 Thread Steve Ebersole
I dont think we should be "internalizing" the docs under hibernate.org if by that you mean hosting them there. Like I mentioned I am really not a fan of the practical side of that which means having to do git commands to that hibernate.org repo to publish docs for a release. Maybe that's just me.

[hibernate-dev] Preparing to release Hibernate 5.0.8.Final

2016-02-17 Thread Gail Badner
I'm starting the release process. Please do not push any commits to 5.0 branch until 5.0.8.Final is released. Thanks, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Problem with symlink handling for documentation tasks (HHH-10512)

2016-02-17 Thread Gail Badner
I just uploaded the docs from release directory using `../gradlew uploadDocumentation`. The docs ended up being uploaded to https://docs.jboss.org/hibernate/5.0/, instead of https://docs.jboss.org/hibernate/orm/5.0/. Can someone help me get this uploaded to the proper location with the correct sy

[hibernate-dev] ORM 5.0.8.Final has been released

2016-02-17 Thread Gail Badner
For details: http://in.relation.to/2016/02/17/hibernate-orm-508-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Trouble announcing 5.0.8.Final on Twitter and Google+

2016-02-17 Thread Gail Badner
I was able to announce on https://twitter.com/hibernate, but not on https://twitter.com/hibernate_dev. I'm being asked for an email address when I try to log on. I am also not able to announce on Google+ and have not been able to for some time. Can someone please provide details about how to do it

Re: [hibernate-dev] Trouble announcing 5.0.8.Final on Twitter and Google+

2016-02-17 Thread Steve Ebersole
For Twitter, I don't know. As for Google+ you have to tell me your Google+ name as I mentioned when I set that service up. I tried searching for you, but found nothing. On Wed, Feb 17, 2016 at 6:57 PM Gail Badner wrote: > I was able to announce on https://twitter.com/hibernate, but not on > ht

Re: [hibernate-dev] Trouble announcing 5.0.8.Final on Twitter and Google+

2016-02-17 Thread Vlad Mihalcea
Hi Gail, Announcing on @hibernate is just fine. The @hibernate_dev account only has 80 followers and it's meant for Hibernate developers. This account features every GitHub commit and that's one reason why few people choose to follow this account. Vlad On Thu, Feb 18, 2016 at 3:24 AM, Steve Eber