[hibernate-dev] [Hibernate Search] Checkstyle and Eclipse

2015-09-03 Thread Flemming Harms
Hi What version of the Eclipse checkstyle plug-in should I use? The latest seems to have trouble using the current configuration due to RedundantThrows was removed -- Kind regards / Med Venlig Hilsen Flemming Harms - ___ hibernate-dev mailing list

[hibernate-dev] Pushed with --force on branch 5.4 of Hibernate Search

2015-09-03 Thread Sanne Grinovero
Hi all, I did a mistake during a release process and had to amend it by forcing a push on the 5.4 branch. I hope it doesn't affect any of you as I only overwrote some trivial changes from the last couple of hours, but in case I apologise and if you're in trouble with commits I'm happy to help. T

Re: [hibernate-dev] [Hibernate Search] Checkstyle and Eclipse

2015-09-03 Thread Sanne Grinovero
Hi Flemmings, others might know better, but personally I don't use the Checkstyle plugin for Eclipse but we created templates and formatting rules to match our coding conventions: https://github.com/hibernate/hibernate-ide-codestyles Sanne On 3 September 2015 at 14:59, Flemming Harms wrote: > H

Re: [hibernate-dev] [Hibernate Search] Checkstyle and Eclipse

2015-09-03 Thread Gunnar Morling
I remember having the same issue a while ago and fixed it back then by removing the RedundantThrows check from HS' checkstyle.xml (see https://github.com/hibernate/hibernate-search/commit/543a9b1a9b86c22a3f4ad005ae6500fedaa83b67). So are you either on another branch or have the Eclipse CS plug-in

Re: [hibernate-dev] [Hibernate Search] Checkstyle and Eclipse

2015-09-03 Thread Flemming Harms
You are right Gunnar I was working on a old branch, update fixed the problem with RedundantThrows. But now I get this : cannot initialize module TreeWalker - Unable to instantiate org.hibernate.checkstyle.checks.regexp.DoubleSpaces See this before? 2015-09-03 16:41 GMT+02:00 Gunnar Morling : >

[hibernate-dev] Hibernate Search 5.4.0.Final is now available!

2015-09-03 Thread Sanne Grinovero
The first stable version of Hibernate Search to be fully compatible with Hibernate ORM 5.0.0.Final is now available. As usual, all details in the blog post: - http://in.relation.to/2015/09/03/HS-5/ Thanks, Sanne ___ hibernate-dev mailing list hibernate

[hibernate-dev] Staging branches on in.relation.to and hibernate.org

2015-09-03 Thread Steve Ebersole
In short, as someone who generally just wants to author some content out here it is extremely frustrating having to deal with the staging branches in these 2 repos. Especially when I am trying to do a release. In fact, authoring content for these 2 related to the release is now my #1 hurdle/roadb

Re: [hibernate-dev] Staging branches on in.relation.to and hibernate.org

2015-09-03 Thread Steve Ebersole
Apparently the magic incantation I needed is `git reset upstream/staging --hard` On Thu, Sep 3, 2015 at 12:40 PM Steve Ebersole wrote: > In short, as someone who generally just wants to author some content out > here it is extremely frustrating having to deal with the staging branches > in thes

[hibernate-dev] First bug-fix release for Hibernate ORM 5.0 published

2015-09-03 Thread Steve Ebersole
http://in.relation.to/2015/09/03/hibernate-orm-501-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Cache

2015-09-03 Thread Petar Tahchiev
Currently hibernate-ehcache depends on ehcache 2.4.3: http://repo1.maven.org/maven2/org/hibernate/hibernate-ehcache/5.0.0.Final/hibernate-ehcache-5.0.0.Final.pom which is more than 4 years old In the meantime there has been 22 releases on the 2.x version and currently a 3.0.0.m2 on the 3.x ve

Re: [hibernate-dev] Staging branches on in.relation.to and hibernate.org

2015-09-03 Thread Emmanuel Bernard
Do you want to see the changes on staging before releasing, or are you confident that these changes will work? Most of my work on hibernate.org and in.relation.to are on the production branch directly. Especially since I do render things locally first. I occasionally force push a change to stagin

Re: [hibernate-dev] [Hibernate Search] Checkstyle and Eclipse

2015-09-03 Thread Gunnar Morling
Hi Flemming, Ah yes, I think that's the issue which made me abandon the plug-in in the end :/ It's just coming to my mind again. The Eclipse plug-in does not know about the custom HSEARCH checks. Apparently there is a way for achieving this (see http://eclipse-cs.sourceforge.net/#!/custom-checks)