Re: [hibernate-dev] Stride

2018-05-18 Thread Radim Vansa
Just out of curiosity, when choosing a replacement for HipChat, have you considered Zulip? Infinispan uses that for about a month now and besides being too colourful (similar to HipChat) there's been positive feedback, especially due to the threading feature. Radim [trying to lure everyone to

Re: [hibernate-dev] Cache region names are not prefixed in 5.3

2018-05-18 Thread Radim Vansa
On 05/18/2018 02:54 AM, Gail Badner wrote: > > > On Thu, May 17, 2018 at 5:24 PM, Gail Badner > wrote: > > I see that HHH-11356 removed prefixes from region names used by > Hibernate. > > I also noticed that entity regions are unprefixed and the package >

Re: [hibernate-dev] Cache region names are not prefixed in 5.3

2018-05-18 Thread Radim Vansa
One thing I've stumbled upon: it seems that RegionFactory should call its method qualify(String regionName) to produce the prefixed region name. Following Hibernate's implementation I use RegionNameQualifier for this, which uses prefix + '.' + regionName. In previous versions the dot was missin

Re: [hibernate-dev] Cache region names are not prefixed in 5.3

2018-05-18 Thread Radim Vansa
Ignore me, panicked too quickly... the dot is added there in 5.1 as well. On 05/18/2018 09:37 AM, Radim Vansa wrote: > One thing I've stumbled upon: it seems that RegionFactory should call > its method qualify(String regionName) to produce the prefixed region > name. Following Hibernate's implem

Re: [hibernate-dev] Stride

2018-05-18 Thread Guillaume Smet
Hi, On Fri, May 18, 2018 at 12:16 AM, Sanne Grinovero wrote: > Steve pointed out multiple flaws e.g. the native client packaging > broken on Fedora, to which Atlassian pretty much replied by letting us > know they won't invest in HipChat as the future is Stride. We can > choose when to switch bu

Re: [hibernate-dev] Stride

2018-05-18 Thread Steve Ebersole
You can't "do your job" without yet another way to get notified of CI job status? I'm confused - did Jenkins remove all of its other forms of notification? ;) Seriously though, I've never understood this desire to have yet another communications "inbox" spammed by automated notifications - and

Re: [hibernate-dev] Simplify SQL function registration when bootstrapping via JPA

2018-05-18 Thread Steve Ebersole
There could conceivably be multiple MetadataBuilderContributor instances needing to be integrated. CDI (and therefore ManagedBeanRegistry) do not work well in this situation. MetadataBuilderContributor should be done via ServiceLoader (via ClassLoaderService) When I mentioned ManagedBeanRegistry

Re: [hibernate-dev] Stride

2018-05-18 Thread Scott Marlow
Does Zulip have a Fedora (native) client that can be installed by Fedora dnf tool? I've been using Zulip in a browser [1] (as I do with hipchat) and it seems at least as good as hipchat. Has anyone looked at the Zulip multiple organization (team) support [2]? Scott [1] https://infinispan.zuli

Re: [hibernate-dev] Stride

2018-05-18 Thread Radim Vansa
On 05/18/2018 03:56 PM, Scott Marlow wrote: > Does Zulip have a Fedora (native) client that can be installed by > Fedora dnf tool? No, they don't have RPM, I use the provided AppImage. Yes, nuisance (updates are not automatic). Issue [1] from 2015 looks stale. htop tells me that it's consuming

[hibernate-dev] Is bytecode enhancement enabled by default in 5.3?

2018-05-18 Thread Gail Badner
I don't think it is, just need to confirm. Thanks, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Is bytecode enhancement enabled by default in 5.3?

2018-05-18 Thread Luis Barreiro
I don't get your question. Hibernate does not enhance the entities by itself, you have to explicitly use one of the build tool plugins (maven, gradle, ant) to perform that step. Even then, the plugins have all the features disabled by default. The support for enhanced entities in hibernate is