[hibernate-dev] 4.3.0.Beta2 release tomorrow

2013-05-01 Thread Steve Ebersole
Just a heads up that because of the instability with the CI job today and with many of the team off today I decided to put this release off until tomorrow. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/list

[hibernate-dev] hibernate dialect for hana

2013-05-01 Thread Andrew Clemons
I'd like to follow up on the discussion started here[1]. I was asked to port an existing application to Hana, so my first task was to write a hibernate dialect for it. I've completed this and so far it is working nicely in the integration tests for the application. My app is still using Hibernate 3

Re: [hibernate-dev] Relaxing the pull request review requirement

2013-05-01 Thread Gunnar Morling
At least in HV we've been doing this effectively already, e.g. fixed typos without creating a PR. In particular when doing a review of a PR, merging this and adding another commit with this sort of tiny fixes, without creating a new PR for this. So I think this makes sense in some situtations, but

[hibernate-dev] Relaxing the pull request review requirement

2013-05-01 Thread Sanne Grinovero
We have been generally very strict in requiring any code change to be reviewed by someone else; I still believe this has many benefits, but also it brings occasionally to painfully slow integrations for trivial fixed. Since we have a bot now automatically verifying changes, I think this rule shoul

[hibernate-dev] Fwd: Hibernate field with custom type changes, but object not marked as 'dirty' for update

2013-05-01 Thread Adnan Raza
Hello, Currently I am facing issue with hibernate. I have a Entity class as given below. @Entity @Table(name = TABLE_NAME) @Access(AccessType.FIELD) public class EntityClass { //some fields //*@Access(AccessType.PROPERTY)* *@Column(name = "WA_DEFINED_TAB_INDEXES")* *@Type(type = Set

Re: [hibernate-dev] Checkstyle woos

2013-05-01 Thread Sanne Grinovero
I don't know. In Eclipse I don't have such problems, integration is great actually. Workaround: why should you work on projects not having it? ;-) I certainly would like to propose it to Infinispan too, at least on the Query / Lucene area as it's a pain for me to switch between different styles,

[hibernate-dev] Checkstyle woos

2013-05-01 Thread Galder ZamarreƱo
Hi, Yesterday Steve suggested installing Checkstyle IDEA plugin, since Hibernate now adds checks for that. However, I can't seem to disable the errors it shows in projects where I don't use Checkstyle. Uninstalling the plugin for the time being. If anyone knows how to avoid Checkstyle interfe

[hibernate-dev] [OGM] Metamodel

2013-05-01 Thread Davide D'Alto
Hi, I've started to work on the metamodel. I've look at the branch that emmanuel created and I've rebased it to the latest master fixing all checkstyle violations: https://github.com/DavideD/hibernate-ogm/tree/208 The problem is that I don't have a clear idea how the metamodel is supposed to work,