Re: [hibernate-dev] Locale to/from String

2016-08-12 Thread Steve Ebersole
We could also redo our toString support to support "__ch123" if we want. I just think its better to standardize if we are talking externalizations. On Fri, Aug 12, 2016 at 8:47 PM Steve Ebersole wrote: > I have had a comment in LocaleType for quite some time to convert > fromString handling to

[hibernate-dev] Locale to/from String

2016-08-12 Thread Steve Ebersole
I have had a comment in LocaleType for quite some time to convert fromString handling to use the Locale.Builder introduced in Java 7. As part of the 6.0 work I took a quick look at this. I think we handle this incorrectly for certain cases currently. Currently we implement toString(Locale) via L

[hibernate-dev] Hibernate ORM 5.1.1.Final has been released

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

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Gail Badner
I updated Gradle to 2.14.1 and was able to continue the release process. :) On Fri, Aug 12, 2016 at 4:04 PM, Steve Ebersole wrote: > Ah, you may need to update that to 3 m1 > > On Fri, Aug 12, 2016, 5:29 PM Gail Badner wrote: > >> I executed `./gradlew --version`: >> >>

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Steve Ebersole
Ah, you may need to update that to 3 m1 On Fri, Aug 12, 2016, 5:29 PM Gail Badner wrote: > I executed `./gradlew --version`: > > > Gradle 2.10 > > > Build time: 2015-12-21

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Gail Badner
I executed `./gradlew --version`: Gradle 2.10 Build time: 2015-12-21 21:15:04 UTC Build number: none Revision: 276bdcded730f53aa8c11b479986aafa58e124a6 Groovy: 2.

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Steve Ebersole
Which version of Gradle are you using? On Fri, Aug 12, 2016 at 4:51 PM Gail Badner wrote: > I'm getting a build failure. [1] > > Unless someone gets back to me shortly to help, I will have to postpone > releasing 5.1.1.Final until Monday. > > Regards, > Gail > > [1] > POM relocation to an other

[hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Gail Badner
I'm getting a build failure. [1] Unless someone gets back to me shortly to help, I will have to postpone releasing 5.1.1.Final until Monday. Regards, Gail [1] POM relocation to an other version number is not fully supported in Gradle : xml-apis#xml-apis;2.0.2 relocated to xml-apis#xml-apis;1.0.b

[hibernate-dev] Preparing to release 5.1.1.Final

2016-08-12 Thread Gail Badner
Please do not push anything to 5.0 branch until 5.1.1.Final is released. Thanks, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate ORM version for WildFly 10.1

2016-08-12 Thread Gail Badner
I've been reviewing the differences in APIs/SPIs for 5.0 vs 5.1. They are primarily changes in SPI (which is OK), but there are a couple of changes that I need to investigate further to ensure they won't affect applications. I don't see anything insurmountable at this point. If necessary, I think w