Re: [hibernate-dev] JDK 10: First Release Candidate - JDK 10 b43

2018-02-14 Thread Sanne Grinovero
Hi Rory, thanks for the update! I've updated our ci.hibernate.org infrastructure and installed the JDK10 Release Candidate 1. We still have problems with several Maven plugins but we're now able to work around them. Ideally for full test coverage we also need Byteman, which in turn requires ASM

[hibernate-dev] Hibernate OGM integration with ORM 5.3

2018-02-14 Thread Davide D'Alto
Hi, I'm working on the integration with ORM 5.3 and I've created a branch where I'm applying the changes. You can see some initial discussions on the pull request I've sent as preview: https://github.com/hibernate/hibernate-ogm/pull/961 I didn't find any specific issue with ORM 5.3 that could

Re: [hibernate-dev] ORM 5.1 vs compatibility with Java 6

2018-02-14 Thread Steve Ebersole
The only consistent way that is going to happen is to set it up on CI On Wed, Feb 14, 2018 at 8:27 AM Sanne Grinovero wrote: > Thanks for all feedback; I've opened: > - https://hibernate.atlassian.net/browse/HHH-12295 > > Please if you plan to make changes on branch 5.1

[hibernate-dev] 5.3.0 and JPA TCK

2018-02-14 Thread Steve Ebersole
At this point, all of our challenges with Oracle over JPA TCK tests are resolved. Today I will be rerunning the ful TCK to verify that. Anyway, long story short unless there are objections I plan to make this version CR1 considering we've really just been waiting on the resolution of these

Re: [hibernate-dev] ORM 5.1 vs compatibility with Java 6

2018-02-14 Thread Sanne Grinovero
Thanks for all feedback; I've opened: - https://hibernate.atlassian.net/browse/HHH-12295 Please if you plan to make changes on branch 5.1 could you set JAVA6_HOME point to an actual JDK6: Animal Sniffer is helpful but it wil never be as good as testing with the real thing. Thanks, Sanne On 13

Re: [hibernate-dev] module org.hibernate.commons.annotations

2018-02-14 Thread Sanne Grinovero
Thanks all, HCANN 5.0.2.Final is released. Changelog: - https://hibernate.atlassian.net/projects/HCANN/versions/30400/tab/release-report-all-issues Andrej Golovnin had contributed a neat patch improving memory allocation last year, but we never released the branch so this wasn't effective.