Responded on the GitHub issue. There were changes but these should not
have affected query cache afaik. When Scott sends me the trace logs,
I'll investigate what's wrong.
I am already running test for hibernate-infinispan with trace logs in
CI, though I'll be offline for the rest of the day.
R
Thanks Radim,
I thought I sent this via private email but noticed after I included
hibernate-dev@lists.jboss.org. Oops :-)
Not that there is anything wrong with sending issues to
hibernate-dev@lists.jboss.org, just didn't intend to bring up a separate
(but possibly related) test failure in th
That is the idea...
On Sun, Sep 27, 2015 at 12:30 AM amit shah wrote:
> Including the dev mailing group to get a few suggestions on my question.
>
> Thanks!
>
> On Wed, Sep 23, 2015 at 4:54 PM, amit shah wrote:
>
> > We are planning to integrate hibernate 4 multi-tenancy feature into our
> > a
BTW... 2.7 introduces a new regression that affects the handling of Antlr 4
grammars. So of course affects SQM. For SQM be sure you continue to use
2.4
On Mon, Sep 28, 2015 at 7:16 AM Gunnar Morling wrote:
> Yes, the common directory structure is not strictly mandated.
>
> But Eclipse's compi
That's the idea. The alternative is to create multiple SessionFactory
instances, one per-tenant. So in theory the heap should be reduced.
On Sun, Sep 27, 2015 at 12:30 AM amit shah wrote:
> Including the dev mailing group to get a few suggestions on my question.
>
> Thanks!
>
> On Wed, Sep 23,
Reference HHH-10050[1]. There is a request to incorporate parameterized
type resolution into the decision of whether an auto-apply
AttributeConverter should apply to a given attribute.
For those on the list better at parameter type resolution, is the best
solution here to use ClassMate? Or is th