[infinispan-dev] Infinispan 10 "Chupacabra"

2019-10-28 Thread Tristan Tarrant
Infinispan 10 is here! New server, new marshalling, better and faster REST API, new CLI, new container image, new operator!!! https://infinispan.org/blog/2019/10/28/infinispan-10-final/ ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

Re: [infinispan-dev] BoundedConcurrentHashMap

2019-07-10 Thread Tristan Tarrant
The bounding part was never part of Doug's code, but was written by us On Wed, 10 Jul 2019, 20:25 Sanne Grinovero, wrote: > Hi all, > > does anyone remember where BoundedConcurrentHashMap was copied from? > > we have a copy in Hibernate ORM; the comments state: > - copied from Infinispan > -

Re: [infinispan-dev] Obtaining cache via CDI on WildFly

2018-12-05 Thread Tristan Tarrant
On 12/5/18 9:44 AM, Gunnar Morling wrote: > Hey, > > I was trying to configure and inject an Infinispan cache through CDI, > running on WildFly 14, using the Infinispan modules provided by the > server. > > While I'm not sure whether that's something supported or recommended, > I found this

[infinispan-dev] Branches

2018-10-08 Thread Tristan Tarrant
Hi all, master will stay on 9.4.x for a couple of weeks: we'll probably have 1 or 2 bug fix micros by then. We will then branch 9.4.x and master will become open for 10.0.x work. Tristan ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

[infinispan-dev] Infinispan 9.4.0.Final

2018-10-08 Thread Tristan Tarrant
Infinispan 9.4.0.Final has been released Come and read all about it: https://blog.infinispan.org/2018/10/infinispan-940final.html Thanks to the whole core team and community for the contributions. You are awesome as usual! Tristan -- Tristan Tarrant Infinispan Lead and Data Grid Architect

[infinispan-dev] ServerNG simple design doc

2018-10-02 Thread Tristan Tarrant
Guys, I have created https://github.com/infinispan/infinispan-designs/pull/10 which outlines what the new server looks/behaves like. Please comment on the PR. Tristan ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

[infinispan-dev] 9.4.0.CR3 and code name vote

2018-09-17 Thread Tristan Tarrant
Hi everybody, we've had to amend our release schedule, so today, instead of Final, I'm announcing 9.4.0.CR3. Please read all about it, and vote for its codename, on: https://blog.infinispan.org/2018/09/infinispan-940cr3-933-and-codename-vote.html Tristan

[infinispan-dev] 9.4.0.Final: one extra sprint

2018-09-13 Thread Tristan Tarrant
Hi all, in view of the current status of the master branch and the fact that some essential items still are not ready to be merged, we are going to add an extra sprint. We will therefore release 9.4.0.CR3 tomorrow Friday 14th and cut Final on Friday October 5th. Tristan

[infinispan-dev] Infinispan chat moves to Zulip

2018-05-02 Thread Tristan Tarrant
For over 9 years Infinispan has used IRC for real-time interaction between the development team, contributors and users. While IRC has served us well over the years, we decided that the time has come to start using something better. After trying out a few "candidates" we have settled on Zulip.

[infinispan-dev] Infinispan 9.2.2.Final and 9.3.0.Alpha1 are out

2018-05-02 Thread Tristan Tarrant
We have two releases to announce: first of all is 9.2.2.Final which introduces a second-level cache provider for the upcoming Hibernate ORM 5.3 as well as numerous bugfixes. [1] Next is 9.3.0.Alpha1 which is the first iteration of our next release. [2] The main item here, aside from bugfixes

[infinispan-dev] Weekly IRC Meeting logs 2018-04-16

2018-04-16 Thread Tristan Tarrant
Get them here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2018/infinispan.2018-04-16-14.00.log.html Tristan ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Protobuf metadata cache and x-site

2018-04-12 Thread Tristan Tarrant
We also need: backup priority for internal caches as well as conflict resolution for backups to avoid broken data replicating in the wrong direction. Tristan On 4/12/18 10:13 PM, Tristan Tarrant wrote: > I think we can certainly make it additive, especially now that we have > configu

Re: [infinispan-dev] Protobuf metadata cache and x-site

2018-04-12 Thread Tristan Tarrant
control if > needed. But can also lead to gloom and doom. Was that too bad to do it > again :)))? > > Adrian > > On 04/12/2018 10:27 PM, Tristan Tarrant wrote: >> It is definitely an internal cache. Because of this, automatically >> backing it up to a remote si

Re: [infinispan-dev] Protobuf metadata cache and x-site

2018-04-12 Thread Tristan Tarrant
g/mailman/listinfo/infinispan-dev >> > >> ___ >> infinispan-dev mailing list >> infinispan-dev@lists.jboss.org <mailto:infinispan-dev@lists.jboss.org> >> https://lists.jboss.org/mailma

Re: [infinispan-dev] CLI hangs for huge cache if RocksDB is used

2018-04-02 Thread Tristan Tarrant
I think it makes sense to discuss this here as Will has been busy working on cache store iteration performance, and I'm sure he's interested in the rocksdb specific optimizations. -- Tristan Tarrant Infinispan Lead & Data Grid Architect Red Hat On Mon, 2 Apr 2018, 19:37 Galder Zamarreno,

Re: [infinispan-dev] Testsuite stability

2018-03-05 Thread Tristan Tarrant
On 3/5/18 11:39 AM, Radim Vansa wrote: > On 03/01/2018 08:54 PM, Tristan Tarrant wrote: >> Team, >> >> we currently have 6 failures happening on master: >> >> org.infinispan.test.hibernate.cache.commons.entity.EntityRegionAccessStrategyTest.testUpdate[non-

[infinispan-dev] Testsuite stability

2018-03-01 Thread Tristan Tarrant
in time for 9.2.1.Final next week. [1] https://github.com/infinispan/infinispan/pull/5746 [2] https://github.com/infinispan/infinispan/pull/5803 -- Tristan Tarrant Infinispan Lead and Data Grid Architect JBoss, a division of Red Hat ___ infinispan-dev

Re: [infinispan-dev] Embedded mode: how-to get all caches started on all nodes?

2018-03-01 Thread Tristan Tarrant
Why not just prestart caches ? On 3/1/18 5:14 PM, Thomas SEGISMONT wrote: > > 2018-03-01 16:36 GMT+01:00 Tristan Tarrant <ttarr...@redhat.com > <mailto:ttarr...@redhat.com>>: > > You need to use the brand new CacheAdmin API: > > > http://i

Re: [infinispan-dev] Embedded mode: how-to get all caches started on all nodes?

2018-03-01 Thread Tristan Tarrant
1] > https://github.com/tsegismont/cachedataloss/blob/master/src/main/resources/infinispan.xml#L10 > [2] > https://github.com/tsegismont/cachedataloss/blob/master/src/main/resources/infinispan.xml#L22 > > _______ > infinispan-dev mailing li

[infinispan-dev] ci.infinispan.org

2018-03-01 Thread Tristan Tarrant
-- Tristan Tarrant Infinispan Lead and Data Grid Architect JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] 9.3 branch in a week

2018-03-01 Thread Tristan Tarrant
Hi all, we will branch for 9.3 on March 7th. Tristan -- Tristan Tarrant Infinispan Lead and Data Grid Architect JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo

[infinispan-dev] Infinispan 9.2.0.Final

2018-02-28 Thread Tristan Tarrant
We have finally release Infinispan 9.2.0.Final. Come and read all about it: http://blog.infinispan.org/2018/02/infinispan-920final.html Thanks to the whole core team and community for the contributions. You are awesome ! Tristan -- Tristan Tarrant Infinispan Lead and Data Grid Architect

[infinispan-dev] Weekly IRC Meeting Logs 2018-02-26

2018-02-26 Thread Tristan Tarrant
Hi all, the weekly meeting logs are available: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2018/infinispan.2018-02-26-15.02.log.html Tristan -- Tristan Tarrant Infinispan Lead and Data Grid Architect JBoss, a division of Red Hat

[infinispan-dev] Infinispan 9.2.0.CR3

2018-02-21 Thread Tristan Tarrant
Dear all, we have released Infinispan 9.2.0.CR3. Read all about it here: http://blog.infinispan.org/2018/02/infinispan-920cr3.html Enjoy ! Tristan -- Tristan Tarrant Infinispan Lead and Data Grid Architect JBoss, a division of Red Hat ___ infinispan

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" <paul.ferr...@redhat.com> wrote: > Can one of the devs please review this patch? > https://github.com/infinispan/infinispan/pull/5750 &g

[infinispan-dev] 9.2.0 endgame plan

2018-02-11 Thread Tristan Tarrant
with the WF modules - Documentation and quickstarts/simple tutorials for new features - Quickstarts/simple tutorials work flawlessly Tristan P.S. I'll be on PTO Mon/Tue 12/13 February. -- Tristan Tarrant Infinispan Lead and Data Grid Architect JBoss, a division of Red Hat

Re: [infinispan-dev] Hot Rod secured by default

2018-02-05 Thread Tristan Tarrant
; 3. Provide an unauthenticated configuration that users can easily switch to. >> 4. Remove default username+passwords in docker image and instead show an >> info/warn message when these are not provided. >> 5. Add capability to pass in app user role groups to docker image easi

[infinispan-dev] Weekly Infinispan IRC logs 2018-01-29

2018-01-29 Thread Tristan Tarrant
Hi all, the weekly Infinispan logs are here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2018/infinispan.2018-01-29-15.01.log.html Tristan ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

[infinispan-dev] Weekly Infinispan IRC meeting logs 2018-01-08

2018-01-09 Thread Tristan Tarrant
The weekly meeting logs are here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2018/infinispan.2018-01-08-15.01.log.html Tristan -- Tristan Tarrant Infinispan Lead and JBoss Data Grid Chief Architect JBoss, a division of Red Hat

[infinispan-dev] Weekly IRC Metting logs 2017-12-04

2017-12-04 Thread Tristan Tarrant
Hi all, we had our weekly meeting on #infinispan. The logs: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-12-04-15.00.log.html Enjoy Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat

Re: [infinispan-dev] PR labels

2017-12-03 Thread Tristan Tarrant
] in there to mean "already fuly reviewed for another branch, only minimal effort required here". Tristan On 12/3/17 6:08 PM, Tristan Tarrant wrote: > Ok, good point. > > Tristan > > On 12/1/17 10:07 AM, Radim Vansa wrote: >> On 12/01/2017 10:04 AM, Radim Vansa wrote: >

Re: [infinispan-dev] Exposure location of Minimum Node Required

2017-12-03 Thread Tristan Tarrant
information which is not a statistic (e.g. cache size). In any case this is the right place. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] PR labels

2017-12-03 Thread Tristan Tarrant
Ok, good point. Tristan On 12/1/17 10:07 AM, Radim Vansa wrote: > On 12/01/2017 10:04 AM, Radim Vansa wrote: >> On 12/01/2017 09:26 AM, Tristan Tarrant wrote: >>> Hello people, >>> >>> I'd like to rationalize the PR labels because I believe some of them are &g

Re: [infinispan-dev] PR labels

2017-12-03 Thread Tristan Tarrant
You basically just said +1 to all the ones I want to remove :) Tristan On 12/1/17 3:13 PM, Sebastian Laskawiec wrote: > Hey Tristan, > > Comments inlined. > > Thanks, > Sebastian > > On Fri, Dec 1, 2017 at 9:28 AM Tristan Tarrant <ttarr...@redhat.com > <m

Re: [infinispan-dev] PR labels

2017-12-01 Thread Tristan Tarrant
reply from the author. > > Cheers, > Pedro > > On 01-12-2017 08:26, Tristan Tarrant wrote: >> Hello people, >> >> I'd like to rationalize the PR labels because I believe some of them are >> useless: >> >> [Ready for review] - Any PR without

[infinispan-dev] PR labels

2017-12-01 Thread Tristan Tarrant
relevant again. Comments/suggestions ? Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Weekly IRC Meeting logs 2017-11-06

2017-11-06 Thread Tristan Tarrant
___ >> infinispan-dev mailing list >> infinispan-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/infinispan-dev > ___ > infinispan-dev mailing list > infinispan-dev@lists.jb

Re: [infinispan-dev] Prepending internal cache names with org.infinispan instead of triple underscore

2017-11-06 Thread Tristan Tarrant
mailing list >>> > infinispan-dev@lists.jboss.org >>> <mailto:infinispan-dev@lists.jboss.org> >>> > https://lists.jboss.org/mailman/listinfo/infinispan-dev >>> >>> ___ >>> infinispan-dev mailing list >>> infinispan-dev@lists.jboss.org <mailto:infinispan-dev@lists.jboss.org> >>> https://lists.jboss.org/mailman/listinfo/infinispan-dev >>> >>> >>> >>> ___ >>> infinispan-dev mailing list >>> infinispan-dev@lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/infinispan-dev >> > > ___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev > -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] Beta1 this week

2017-11-06 Thread Tristan Tarrant
Hey all, we will be releasing Beta1 this week, so please dedicate most of your time to reviewing and merging PRs (and implementing requested changes to your own PRs). Adrian is release wrangler. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat

[infinispan-dev] Initial Infinispan driver for JNoSQL

2017-10-19 Thread Tristan Tarrant
Hi all, I have just submitted a pull request for an initial driver for JNoSQL https://github.com/eclipse/jnosql-diana-driver/pull/49 Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan

Re: [infinispan-dev] Replacing IRC

2017-10-18 Thread Tristan Tarrant
laptop, but there are cases where mobile has really helped us >> (specially in Duchess France slack). I use the native slack client on >> my mac and works very well. >> >> I haven't tested Stride or Gitter. >> >> Katia >> >> >> >> >>

Re: [infinispan-dev] Replacing IRC

2017-10-16 Thread Tristan Tarrant
ent from too many different > platforms ? > > On Mon, Oct 16, 2017 at 10:27 AM, Tristan Tarrant <ttarr...@redhat.com > <mailto:ttarr...@redhat.com>> wrote: > > Dear all, > > last week we discussed the possibility of abandoning IRC in favour of a >

[infinispan-dev] Replacing IRC

2017-10-16 Thread Tristan Tarrant
(Matrix.org, unfortunately with funding issues) - Gitter - Discord - Rocket.chat (unfortunately hosting is paid) If you have any other suggestions/recommendations, they are more than welcome. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat

[infinispan-dev] CFV: Close Infinispan user forum in favour of StackOverflow

2017-10-16 Thread Tristan Tarrant
also discussed the possibility of a user-oriented "mailing list" on Google Groups for more articulate discussions. We can even consider migrating this list over there. Comments are welcome and encouraged Tristan [1] https://developer.jboss.org/en/infinispan/content -- Tristan Tarrant

[infinispan-dev] Infinispan Weekly IRC Meeting Logs 2017-10-02

2017-10-02 Thread Tristan Tarrant
Hi all, here are the logs for this week's meeting: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-10-02-14.00.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev

[infinispan-dev] Weekly Infinispan IRC Meeting Logs 2017-09-25

2017-09-25 Thread Tristan Tarrant
Howdy, the weekly infinispan meeting happened on IRC like every Monday, and the logs are here for your perusal: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-09-25-14.06.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat

[infinispan-dev] Code examples in multiple languages

2017-09-20 Thread Tristan Tarrant
block. Any other ideas ? Tristan [1] https://lord.github.io/slate/ -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] Infinispan 9.2 schedule

2017-09-20 Thread Tristan Tarrant
(component upgrade freeze) 9.2.0.Final Dec 13th Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] Infinispan 9.1.1.Final is out

2017-09-20 Thread Tristan Tarrant
We have just released Infnispan 9.1.1.Final. Read about it here: http://blog.infinispan.org/2017/09/infinispan-911final-is-out.html Enjoy ! Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list

Re: [infinispan-dev] Why do we need separate Infinispan OpenShift template repo?

2017-09-19 Thread Tristan Tarrant
s maybe if you want to version it according to > different OpenShift versions, but that could easily be achieved in > infinispan/infinispan with different folders. It was created separately because its release cycle can be much faster. Once things settle we can bring it in. Tristan -- T

[infinispan-dev] Weekly Infninispan IRC Meeting Logs 2017-09-11

2017-09-12 Thread Tristan Tarrant
Dear all, the logs for yesterday's IRC meeting are here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-09-11-14.00.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan

Re: [infinispan-dev] How about moving Infinispan forums to StackOverflow?

2017-09-08 Thread Tristan Tarrant
en: https://developer.jboss.org/thread/275956 > > How about moving Infinispan questions too? > > Thanks, > Sebastian > > ___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/

[infinispan-dev] Current 'master' status

2017-08-31 Thread Tristan Tarrant
roadmap and schedule. At this point we can reopen all of the PRs that were closed: make sure you open them before rebasing, otherwise GitHub will complain. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan

[infinispan-dev] Infinispan weekly IRC meeting log 2017-08-29

2017-08-29 Thread Tristan Tarrant
Hey all, because the bot was down, I am pasting them as a Gist: https://gist.github.com/tristantarrant/ee46a7c392001e53e086fec430c929e2 Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan

[infinispan-dev] Infinispan weekly IRC meeting log 2017-08-29

2017-08-29 Thread Tristan Tarrant
Hey all, because the bot was down, I am pasting the logs as a Gist: https://gist.github.com/tristantarrant/ee46a7c392001e53e086fec430c929e2 Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list

Re: [infinispan-dev] A tool for adjusting configuration

2017-08-28 Thread Tristan Tarrant
___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev > -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Rest server storage nuances

2017-08-11 Thread Tristan Tarrant
y preference and I believe that was the consensus last time we talked about this. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] URGENT: Master test failures

2017-08-02 Thread Tristan Tarrant
Since we have many open PRs and CI is rebuilding each one on every master commit, I'm going to close all feature PRs temporarily so that we can move faster. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev

[infinispan-dev] URGENT: Master test failures

2017-07-31 Thread Tristan Tarrant
. http://ci.infinispan.org/job/Infinispan/job/master/57/testReport/junit/org.infinispan.tx.totalorder.statetransfer/ReplTotalOrderVersionedStateTransferTest/testStateTransfer/ -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan

Re: [infinispan-dev] Transactional consistency of query

2017-07-31 Thread Tristan Tarrant
es. Optimistic locking was not correct, though. > > > > [1] > > > > https://github.com/rvansa/infinispan/commit/1d62c9b84888c7ac21a9811213b5657aa44ff546 > > <https://github.com/rvansa/infinispan/commit/1d62c9b84888c7ac21a9811213b5657aa44ff546> >

[infinispan-dev] 9.1.1, 9.2 and 9.1.x branch

2017-07-21 Thread Tristan Tarrant
Hey all, i just wanted to clarify the situation with master and the releases. I would like to tag 9.1.1 as soon as possible with 0 testsuite failures (other fixes are also acceptable). As soon as that is done we can branch for 9.2. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division

[infinispan-dev] Infinispan 9.1.0.Final

2017-07-14 Thread Tristan Tarrant
- cache creation/removal over Hot Rod - endpoint admin through the console - ... and much more So please check out the full announcement: http://blog.infinispan.org/2017/07/infinispan-91-bastille.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat

[infinispan-dev] Weekly IRC Meeting Logs 2017-07-03

2017-07-03 Thread Tristan Tarrant
Hi all, the weekly meeting logs are here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-07-03-14.01.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing

Re: [infinispan-dev] Feedback for PR 5233 needed

2017-07-03 Thread Tristan Tarrant
ailing list >> infinispan-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/infinispan-dev > > > ___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev >

Re: [infinispan-dev] 9.1.0 endgame

2017-06-21 Thread Tristan Tarrant
The release wrangler for 9.1.0.CR1 will be Will. Will willl (haha !) perform the release on the 29th. This is a hard date. Tristan On 6/19/17 12:22 PM, Tristan Tarrant wrote: > Hi all, > > I have updated Jira with the next milestones for 9.1.0 > > 9.1.0.CR1 - 30th June >

Re: [infinispan-dev] 9.1.0 endgame

2017-06-19 Thread Tristan Tarrant
Awesome name :) Tristan On 6/19/17 1:34 PM, Emmanuel Bernard wrote: > >> On 19 Jun 2017, at 12:22, Tristan Tarrant <ttarr...@redhat.com> wrote: >> >> 9.1.0.Final - 14th July > > Better be named Bastille one way or another. > https://www.ratebeer

[infinispan-dev] 9.1.0 endgame

2017-06-19 Thread Tristan Tarrant
features whose PR have been open for a while (e.g. scattered cache). Bug fixes and minor enhancements to existing features are obviously allowed. Anything else will need to be shunted to 9.2.0. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat

Re: [infinispan-dev] Why JCache embedded has core as provided dependency

2017-06-09 Thread Tristan Tarrant
uted infinispan-embedded uberjar > and infinispan-embedded umbrella artifact. org.infinispan:infinispan Nothing else. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.

Re: [infinispan-dev] Why JCache embedded has core as provided dependency

2017-06-09 Thread Tristan Tarrant
e same easy > developer on boarding that uber jars were supposed to provide. > Whether this is Maven project templates, or something else doesn't > matter. > > Thanks, > Alan > > - Original Message - > > From: "Tri

[infinispan-dev] Test. Don't read.

2017-06-09 Thread Tristan Tarrant
I told you not to read it. ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Why JCache embedded has core as provided dependency

2017-06-08 Thread Tristan Tarrant
gt; > Cheers, > > -- > > Galder Zamarreño > > Infinispan, Red Hat > > > > -- > > SEBASTIAN ŁASKAWIEC > > INFINISPAN DEVELOPER > > Red Hat EMEA > > > > > ___ > infinispan-d

[infinispan-dev] Weekly IRC Meeting logs 2017-06-05

2017-06-05 Thread Tristan Tarrant
Hi all, the logs for this week's meeting are here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-06-05-14.01.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev

Re: [infinispan-dev] Netty SSL Context, was [Hot Rod secured by default]

2017-06-05 Thread Tristan Tarrant
e same - we can use > only what we obtain from the WF server. And currently we obtain > only JSSE SSLContext... > > [1] http://netty.io/wiki/forked-tomcat-native.html > > On Mon, Jun 5, 2017 at 10:34 AM Tristan Tarrant <ttarr...@redhat.com > <mailto:ttarr...@redhat.co

Re: [infinispan-dev] Netty SSL Context, was [Hot Rod secured by default]

2017-06-05 Thread Tristan Tarrant
-context' and > can be replaced, but I did not try doing that. > > > [1] https://issues.jboss.org/browse/ISPN-6990 > <https://issues.jboss.org/browse/ISPN-6990> > > Gustavo > > > ___ > infinispan-dev mailing list >

[infinispan-dev] Weekly IRC Meeting Logs 2017-05-22

2017-05-23 Thread Tristan Tarrant
Hi all, the logs for this week's meeting: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-05-22-14.01.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing

Re: [infinispan-dev] Exposing cluster deployed in the cloud

2017-05-22 Thread Tristan Tarrant
for exposing its services. > Moreover, this address can change with time. > > Thanks, > Sebastian > > On Tue, May 9, 2017 at 3:28 PM Tristan Tarrant <ttarr...@redhat.com > <mailto:ttarr...@redhat.com>> wrote: > > Sebastian, > are you fami

[infinispan-dev] Cache migration (rolling upgrades, dump/restore, etc)

2017-05-17 Thread Tristan Tarrant
a cluster to a file (compressed, encrypted, etc) or a collection of files (one per cache). Anything else ? Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists

[infinispan-dev] Weekly meeting logs 2017-05-15

2017-05-15 Thread Tristan Tarrant
Hi all, the weekly IRC meeting logs are available here: http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-05-15-14.02.log.html Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan

Re: [infinispan-dev] Exposing cluster deployed in the cloud

2017-05-09 Thread Tristan Tarrant
/github.com/kubernetes/community/pull/446 > [2] https://github.com/slaskawi/external-ip-proxy > > > ___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev > -- Tristan Tarrant Inf

Re: [infinispan-dev] Documentation code snippets

2017-05-05 Thread Tristan Tarrant
in the existing testsuite. >>> Pros: >>> no duplication. Cons: documentation snippets are spread all across the >>> testsuite. >>> >>> I would definitely volunteer to make this happen in Infinispan >>> documentation. >>> >>> What

Re: [infinispan-dev] Jenkins migration

2017-04-24 Thread Tristan Tarrant
You mean exactly like the current CI is being handled? :-) On 24 Apr 2017 13:33, "Sanne Grinovero" wrote: > > > On 24 April 2017 at 12:19, Sebastian Laskawiec > wrote: > >> Hey! >> >> I uninstalled Blue Ocean plugin. I think it's worth to have another

Re: [infinispan-dev] Jenkins migration

2017-04-24 Thread Tristan Tarrant
Tristan is on PTO. He'll fix DNS on Wednesday :-) On 24 Apr 2017 13:26, "Sebastian Laskawiec" wrote: > Hey! > > I uninstalled Blue Ocean plugin. I think it's worth to have another look > at it as soon as 1.1.0 is released [1]. > > I also plan to migrate 2 TeamCity Agents

Re: [infinispan-dev] Infinispan Query API simplification

2017-04-20 Thread Tristan Tarrant
feature-api with two separate feature-embedded and feature-remote implementations. Both plans sound terrible. Alternatively, we could go with an infinispan-api package (which Paul has been advocating for a long time) which would contain the various interfaces. Tristan -- Tristan Tarrant

Re: [infinispan-dev] Infinispan Query API simplification

2017-04-20 Thread Tristan Tarrant
ng the idea but let's define the line between patriarchs > and plebeians. > > How big is the DSL API surface (which will be brought into commons)? > > R. > > On 04/20/2017 02:08 PM, Tristan Tarrant wrote: >> Querying an Infinispan cache is currentl

[infinispan-dev] Infinispan Query API simplification

2017-04-20 Thread Tristan Tarrant
st class citizen API-wise. For this reason I propose that we extract the query API to infinispan-commons, put the query SPI in infinispan-core together with the non-indexed implementation and have the hibernate-search backend as a pluggable implementation. Thoughts ? Tristan -- Tristan Tar

Re: [infinispan-dev] Hot Rod secured by default

2017-04-19 Thread Tristan Tarrant
> On Wed, Apr 19, 2017 at 10:59 AM Tristan Tarrant <ttarr...@redhat.com > <mailto:ttarr...@redhat.com>> wrote: > > Currently the "protected cache access" security is implemented as > follows: > > - if authorization is enabled || cl

Re: [infinispan-dev] Hot Rod secured by default

2017-04-19 Thread Tristan Tarrant
n the use case. >> >> I think that's a better idea. >> >> We could by default have a secured one, but switching to an insecure >> configuration should be doable with minimal effort, e.g. just switching >> config file. >> >> As highlighted above, any s

Re: [infinispan-dev] Branching 9.0.x

2017-04-12 Thread Tristan Tarrant
master is now 9.1.0-SNAPSHOT. 9.0.x is 9.0.1-SNAPSHOT Tristan On 11/04/2017 21:05, Tristan Tarrant wrote: > Hi all, > > I am going to branch 9.0.x tomorrow at 12:00 CEST. Let me know if I > should delay this. > > Tristan -- Tristan Tarrant Infinispan Lead JBoss, a d

[infinispan-dev] Branching 9.0.x

2017-04-11 Thread Tristan Tarrant
Hi all, I am going to branch 9.0.x tomorrow at 12:00 CEST. Let me know if I should delay this. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https

Re: [infinispan-dev] Weekly IRC meeting logs 2017-04-10

2017-04-10 Thread Tristan Tarrant
oss.org/meeting/irc.freenode.org/infinispan/2017/infinispan.2017-04-10-14.00.html > > Cheers > Dan > ___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev > --

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Tristan Tarrant
account both variants before it can be considered ready. Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] My Weekly report

2017-04-03 Thread Tristan Tarrant
all nodes. -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Hot Rod secured by default

2017-03-31 Thread Tristan Tarrant
is 2017, that's how *everything* should be configured. > >> > >> -1 to making it easy to trust all certs. That negates the point of > >> using encryption in the first place and should really never be done. > >> > >> If it's

Re: [infinispan-dev] Infinispan Designs repository

2017-03-31 Thread Tristan Tarrant
Already done sir. Tristan On 31/03/2017 15:20, Emmanuel Bernard wrote: > Should we (as in someone specific that is not me) migrate all the GitHub > proposal / design pages from the Wiki? > >> On 31 Mar 2017, at 14:25, Tristan Tarrant <ttarr...@redhat.com> wrote: >

[infinispan-dev] Infinispan Designs repository

2017-03-31 Thread Tristan Tarrant
://github.com/infinispan/infinispan-designs Tristan -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Single Endpoint design

2017-03-31 Thread Tristan Tarrant
No, once the connection is established, I believe the netty pipeline can be trimmed to the necessary elements. Tristan On 31/03/2017 13:57, Gustavo Fernandes wrote: > On Fri, Mar 31, 2017 at 11:02 AM, Tristan Tarrant <ttarr...@redhat.com > <mailto:ttarr...@redhat.com>> w

Re: [infinispan-dev] Single Endpoint design

2017-03-31 Thread Tristan Tarrant
https://lists.jboss.org/mailman/listinfo/infinispan-dev > <https://lists.jboss.org/mailman/listinfo/infinispan-dev> > > > > > ___ > infinispan-dev mailing list > infinispan-dev@lists.jboss.org > https://lists.j

[infinispan-dev] Infinispan 9.0 Final

2017-03-31 Thread Tristan Tarrant
://blog.infinispan.org/2017/03/infinispan-9.html -- Tristan Tarrant Infinispan Lead JBoss, a division of Red Hat ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Strategy to adopting Optional in APIs

2017-03-31 Thread Tristan Tarrant
oss Performance Team >> >> ___ >> infinispan-dev mailing list >> infinispan-dev@lists.jboss.org <mailto:infinispan-dev@lists.jboss.org> >> https://lists.jboss.org/mailman/listinfo/infinispan-dev >> <https://lists.jboss.org/mailman/lis

Re: [infinispan-dev] Hot Rod secured by default

2017-03-30 Thread Tristan Tarrant
ld really never be done. > > If it's too hard to configure the correct way that we think it would > turn users away, that's a usability problem that needs to be fixed. Well, none of the databases I know of require you to set up client side truststores, so that is already a usability hurdl

  1   2   3   4   5   6   >