[hibernate-dev] HTTPS for Bean Validation
I’ve enabled HTTPS for BV after a bit of a fight with the DNS entries. I’m planning to enforce HTTPS only in a few days. Have all of our GH pages hosted properties moved to HTTPS? What about the other properties? Emmanuel ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Help please: HHH-12674 Upgrade to Gradle 4.8
That’s a good question. I don’t know if that was mainly due to the JDK 9 follow up or if the JDK will keep breaking stuff at rapid pace - which is supposed to be different that releasing at a rapid pace ;) > On 13 Jun 2018, at 19:20, Steve Ebersole wrote: > > Well to be fair, if they tried to stay ahead of the curve on all these new > JDK releases they'd do nothing else ;) > > Anyway, glad you worked it out. > > On Wed, Jun 13, 2018 at 12:03 PM Sanne Grinovero > wrote: > >> Just an update: Steve and Andrea helped me and we got it done. >> >> We can finally run the full build on JDK10; for JDK11 we still need to >> sort out some details, e.g. yet another Gradle update. >>> On Fri, 8 Jun 2018 at 10:12, Sanne Grinovero wrote: >>> >>> I previously upgraded Hibernate ORM to Gradle 4.7, that was trivial. >>> >>> I'd like us to upgrade to 4.8 (now also released) so to keep going >>> testing with JDK11 - but I got some puzzling errors with the Gradle >>> build to remind me that this is still beyond my Gradle-fu :) >>> >>> If someone else could take [1] that would be very nice... thanks! >>> >>> Sanne >>> >>> 1 - https://hibernate.atlassian.net/browse/HHH-12674 >> ___ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] HTTPS for Bean Validation
Excellent, thanks a lot! Do you have a link to instructions you followed? Would like to do the same for another site of mine. 2018-06-16 9:05 GMT+02:00 Emmanuel Bernard : > I’ve enabled HTTPS for BV after a bit of a fight with the DNS entries. I’m > planning to enforce HTTPS only in a few days. > > Have all of our GH pages hosted properties moved to HTTPS? > What about the other properties? > > Emmanuel > > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] HTTPS for Bean Validation
Hi, On Sat, Jun 16, 2018 at 9:08 AM Emmanuel Bernard wrote: > Have all of our GH pages hosted properties moved to HTTPS? > What about the other properties? > A month ago or so, I moved the hibernate.org DNS to the SSL enabled GitHub hosts and enabled SSL (had to disable then reenable the website to trigger the certificate generation). The issue is that hibernate.org uses a JSON feed from in.relation.to and thus requires in.relation.to to be served on HTTPS too (otherwise, the news simply don't appear). So I haven't enforced HTTPS for now. in.relation.to is a bit special as it's not hosted on GitHub but directly on our CI (you can have only one website per organization on GH). Sanne told me he started the work on getting in.relation.to on HTTPS but got stuck somehow with the certificates. He will probably reply with the details. I concur it would be high time to move all our website to HTTPS so ready to spend some cycle on it if any help is needed. One thing we could do that would simplify a lot of things is moving in.relation.to to its own organization and have the website on GH. It wouldn't be too much work and would solve the issue once and for all and get our web infrastructure consistent. Thoughts on this idea? -- Guillaume ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] HTTPS for Bean Validation
https://blog.github.com/2018-05-01-github-pages-custom-domains-https/ update your DNS records to the new IPs, Wait for propagation And like Guillaume said, disable GH pages generation and reenable to trigger the move. Emmanuel > On 16 Jun 2018, at 10:06, Gunnar Morling wrote: > > Excellent, thanks a lot! Do you have a link to instructions you followed? > Would like to do the same for another site of mine. > > 2018-06-16 9:05 GMT+02:00 Emmanuel Bernard : >> I’ve enabled HTTPS for BV after a bit of a fight with the DNS entries. I’m >> planning to enforce HTTPS only in a few days. >> >> Have all of our GH pages hosted properties moved to HTTPS? >> What about the other properties? >> >> Emmanuel >> >> ___ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] HTTPS for Bean Validation
Let’s wait quickly for Sanne’s feedback on why he was having certificate issues. My experience with let’s encrypt has been stellar so far (httpd). > On 16 Jun 2018, at 16:20, Guillaume Smet wrote: > > One thing we could do that would simplify a lot of things is moving > in.relation.to to its own organization and have the website on GH. It > wouldn't be too much work and would solve the issue once and for all and get > our web infrastructure consistent. > > Thoughts on this idea? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
[hibernate-dev] Native SQL Queries and Parameters
While working on 6.0 I am wondering whether it makes sense to support parameters of anything other than basic types. Personally I am thinking not, but wanted to get other's opinions. The idea being that neither SQL nor JDBC define support for bind parameters of multiple values. So expecting to bind non-simple values is not strictly "native SQL" support. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev