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:
>> >>
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
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/
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
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
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