Re: [infinispan-dev] ISPN-8798 ByteString places too strict a constraint on cache name length

2018-02-13 Thread Tristan Tarrant
We can cut 9.1.6.Final today. -- Tristan Tarrant Infinispan Lead & Data Grid Architect Red Hat On 13 Feb 2018 14:21, "Paul Ferraro" wrote: > Can one of the devs please review this patch? > https://github.com/infinispan/infinispan/pull/5750 > > The limit of cache names

[infinispan-dev] ISPN-8798 ByteString places too strict a constraint on cache name length

2018-02-13 Thread Paul Ferraro
Can one of the devs please review this patch? https://github.com/infinispan/infinispan/pull/5750 The limit of cache names sizes to 127 bytes is too limiting for hibernate/JPA 2nd level cache deployments, which generate cache names using fully qualified class names of entity classes, which are

[infinispan-dev] JDK 10: First Release Candidate - JDK 10 b43

2018-02-13 Thread Rory O'Donnell
  Hi Galder, *JDK 10 build 43 is our first JDK 10 Release Candidate [1]* * JDK 10 Early Access  build 43 is available at : - jdk.java.net/10/ Notable changes since previous email.** *build 43 * * JDK-8194764 - javac incorrectly flags

Re: [infinispan-dev] ISPN-8798 ByteString places too strict a constraint on cache name length

2018-02-13 Thread Paul Ferraro
Excellent. Thanks a million. On Tue, Feb 13, 2018 at 8:33 AM, Tristan Tarrant wrote: > We can cut 9.1.6.Final today. > > -- > Tristan Tarrant > Infinispan Lead & Data Grid Architect > Red Hat > > On 13 Feb 2018 14:21, "Paul Ferraro" wrote: >> >>