Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Wolf Fink
Would that take affect for JDG as well in a future release? On Thu, Sep 8, 2016 at 2:06 PM, Tristan Tarrant wrote: > Ok, I've checked: > > the as-modules/client module doesn't really have any reason to exist, > since the as-modules/embedded one contains everything already (and is > misnamed). >

Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Tristan Tarrant
Ok, I've checked: the as-modules/client module doesn't really have any reason to exist, since the as-modules/embedded one contains everything already (and is misnamed). Also the problem about the single module is only on the remote side, which doesn't re-export any of the APIs. The embedded "o

Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Sanne Grinovero
I actually just finished debugging some LinkageError issues and discovered that the embedded zip contains a full copy of the remote-client libraries as well, with at least one difference (in how River is being exported). So currently be aware that if you unzip both the embedded modules and the rem

Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Sanne Grinovero
+1 But please also add a couple of "user facing" modules which expose all the necessary components as a single unit. For my use case in Hibernate OGM I needed to list all of: (figured this list out by trial & error) Would be nice to have a single mo

Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Sebastian Laskawiec
Technically I'm all for it. The question that I have is how many users/clients do we have who wants to use only RemoteCacheManager? Thanks Sebastian On Thu, Sep 8, 2016 at 9:08 AM, Gustavo Fernandes wrote: > Actually, looking at the current modules zip listed in the website [1], I > can see th

Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Gustavo Fernandes
Actually, looking at the current modules zip listed in the website [1], I can see that protostream and hotrod-client modules are are there, together with embedded modules (core, lucene-directoty, etc), isn't that correct? What is in the other unlisted "client" module? [1] http://downloads.jboss.

Re: [infinispan-dev] Combining AS modules

2016-09-08 Thread Gustavo Fernandes
+1 On Thu, Sep 8, 2016 at 7:37 AM, Tristan Tarrant wrote: > Hi all, > > we currently distribute two separate packages for WildFly modules: > embedded and client. Unfortunately we only list the former on the > download page. > My proposal is to combine the two packages into one. WDYT ? > > Trista

[infinispan-dev] Combining AS modules

2016-09-07 Thread Tristan Tarrant
Hi all, we currently distribute two separate packages for WildFly modules: embedded and client. Unfortunately we only list the former on the download page. My proposal is to combine the two packages into one. WDYT ? Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat __