Re: [hibernate-dev] GitHub links in Jira

2014-03-06 Thread Steve Ebersole
OK, well it *should* show up for issues with Pull Requests in GitHub. That may not be working atm based on the quick 2 i looked at On Thu, Mar 6, 2014 at 4:57 PM, Steve Ebersole wrote: > Ok, its there now. Look off to the far right now on issues (that have > commits or pull requests) > > > On

Re: [hibernate-dev] GitHub links in Jira

2014-03-06 Thread Steve Ebersole
Ok, its there now. Look off to the far right now on issues (that have commits or pull requests) On Wed, Mar 5, 2014 at 2:09 PM, Steve Ebersole wrote: > If you notice GitHub links no longer available from issues... well you > aren't alone :) > > After then most recent Jira OnDemand update to 6.

[hibernate-dev] Participation in GSoC 2014

2014-03-06 Thread Dmitri Maksimov
Hello! I am writing this letter as I would like to participate in GSoC 2014 developing the following idea: "Bringing the goodness of Java 8 to Hibernate Validator". I had a conversation with Gunnar Morling and he suggested to write an introductory letter to this mailing list. My name is Dmitri Ma

Re: [hibernate-dev] Separating javax.persistence.AccessType and org.hibernate.property.PropertyAccessor

2014-03-06 Thread Emmanuel Bernard
On Thu 2014-03-06 11:30, Hardy Ferentschik wrote: > > On 5 Jan 2014, at 18:40, Steve Ebersole wrote: > > > Historically annotation binding within Hibernate made a huge assumption > > that AccessType and PropertyAccessor were the same thing. They aren't > > necessarily. AccessType is simply mea

Re: [hibernate-dev] Separating javax.persistence.AccessType and org.hibernate.property.PropertyAccessor

2014-03-06 Thread Hardy Ferentschik
On 5 Jan 2014, at 18:40, Steve Ebersole wrote: > Historically annotation binding within Hibernate made a huge assumption > that AccessType and PropertyAccessor were the same thing. They aren't > necessarily. AccessType is simply meant to dictate where to look for > annotations relating to "per