Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-19 Thread Emmanuel Bernard
On Tue 18-06-19 16:36, Sanne Grinovero wrote: >On Tue, 19 Jun 2018 at 16:32, Emmanuel Bernard wrote: >> >> On Tue 18-06-19 15:13, Sanne Grinovero wrote: >> >On Mon, 18 Jun 2018 at 21:48, Emmanuel Bernard >> >wrote: >> >> >> >> >> >> >> >> > On 18 Jun 2018, at 17:49, Sanne Grinovero wrote: >> >>

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-19 Thread Sanne Grinovero
On Tue, 19 Jun 2018 at 16:32, Emmanuel Bernard wrote: > > On Tue 18-06-19 15:13, Sanne Grinovero wrote: > >On Mon, 18 Jun 2018 at 21:48, Emmanuel Bernard > >wrote: > >> > >> > >> > >> > On 18 Jun 2018, at 17:49, Sanne Grinovero wrote: > >> > > >> > I was experimenting with "let's encrypt" but t

[hibernate-dev] NoORM IRC meeting minutes

2018-06-19 Thread Guillaume Smet
Hi everyone, Here are the minutes of our NoORM IRC meeting: 15:59 < jbott> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2018/hibernate-dev.2018-06-19-13.07.html 15:59 < jbott> Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2018/

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-19 Thread Emmanuel Bernard
On Tue 18-06-19 15:13, Sanne Grinovero wrote: >On Mon, 18 Jun 2018 at 21:48, Emmanuel Bernard wrote: >> >> >> >> > On 18 Jun 2018, at 17:49, Sanne Grinovero wrote: >> > >> > I was experimenting with "let's encrypt" but then you told me that I >> > wasn't allowed to use that service. >> >> I don’t

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-19 Thread Sanne Grinovero
On Mon, 18 Jun 2018 at 21:48, Emmanuel Bernard wrote: > > > > > On 18 Jun 2018, at 17:49, Sanne Grinovero wrote: > > > > I was experimenting with "let's encrypt" but then you told me that I > > wasn't allowed to use that service. > > I don’t remember saying that. Knowing me I surely gave you a re

[hibernate-dev] Backport caching ValueBinders and ValueExtractors for a SqlTypeDescriptor from 6.0 to 5.x

2018-06-19 Thread Steve Ebersole
Today, when either `SqlTypeDescriptor#getBinder` or `SqlTypeDescriptor#getExtractor` are called we build/calculate the binder/extractor each and every time. In 6.0 we added code that caches these binders and extractors as they are requested. IMO we should backport the idea of caching these to 5.x