Return-Path: X-Original-To: apmail-zest-dev-archive@minotaur.apache.org Delivered-To: apmail-zest-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECA5418CD0 for ; Wed, 8 Jul 2015 11:06:08 +0000 (UTC) Received: (qmail 68283 invoked by uid 500); 8 Jul 2015 11:06:07 -0000 Delivered-To: apmail-zest-dev-archive@zest.apache.org Received: (qmail 68254 invoked by uid 500); 8 Jul 2015 11:06:07 -0000 Mailing-List: contact dev-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list dev@zest.apache.org Received: (qmail 67914 invoked by uid 99); 8 Jul 2015 11:06:07 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 11:06:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E5B98D3006 for ; Wed, 8 Jul 2015 11:06:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Y5f1Devwj5A1 for ; Wed, 8 Jul 2015 11:05:59 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 9C67143DF3 for ; Wed, 8 Jul 2015 11:05:58 +0000 (UTC) Received: by wiwl6 with SMTP id l6so341063558wiw.0 for ; Wed, 08 Jul 2015 04:05:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=cvaWZMiejdkgpI9/ZjooIn/Mv5oYZ7vUAwoMo5mpv6M=; b=1HdYw6UgQCTaUxPReQ7qN8nFExFsg5VIMdmOf4tn8A7+tadmIlMpVwMMYcNfXpr6Oa KgffwjI+zUNScTfzi3yUGZWWEbUVYCjkXnkTM4PWG00mY6Q+oVvAMjfOjOzHuYlwcYAg 1vZYTfSFD7e/t0EmXre+Kx/p2Dmnriq7SPfRVN2+tHwdwJ1oj5ea9XhnG1tAeBE0NMy1 VZ1DF4HCrEn6uH8dRvqCZ2o4JRmFljuiKcEjXVyi8iBY5HPqCm4FLmpIT/Bw98Kri1Iz Qal8Bcgk99BGnBzvSkstuA0BHmOXw5QPPcL8YeExuEowDSMFrZ0R+cOA+dWykYmxS/YD ORUg== X-Received: by 10.194.22.105 with SMTP id c9mr19397810wjf.120.1436353557781; Wed, 08 Jul 2015 04:05:57 -0700 (PDT) Received: from [192.168.1.5] (vpn.a1m.cz. [217.30.64.6]) by smtp.gmail.com with ESMTPSA id k5sm30255176wij.1.2015.07.08.04.05.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Jul 2015 04:05:57 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [Proposal] Drop EventSourcing for 2.1 From: Tibor Mlynarik In-Reply-To: Date: Wed, 8 Jul 2015 13:05:56 +0200 Content-Transfer-Encoding: 7bit Message-Id: <089C9C90-A581-4445-9890-2C59C2766091@gmail.com> References: To: dev@zest.apache.org X-Mailer: Apple Mail (2.1878.6) It takes me some time to understand this lib ( as I am not user of it ) , but hopefully I will come with some docs later today. cheers, Tibor On Jul 8, 2015, at 12:57 PM, Niclas Hedhman wrote: > Ok, I withdraw this suggestion then. Hopes move to Tibor to help with some > basic docs. Any other volunteer is appreciated. > > On Wed, Jul 8, 2015 at 1:29 PM, Jiri Jetmar > wrote: > >> Hi Niclas, >> >> we are using it on the DM/Entity level. Any C(R)UD interaction uses Domain >> Events. In fact the Entity i.) triggers the Event and consumes it at the >> same time in order to mutate its state. >> >> So pls let it in.. :) The Domain Event Library is indeed not perfect, but >> at least for us robust enough to be used. >> >> Thank you. >> >> Cheers, >> Jiri >> >> 2015-07-08 11:57 GMT+02:00 Niclas Hedhman : >> >>> I have briefly reviewed the eventsourcing codebase, and the immediate >>> feeling I got was; "This should be with Java 8 Stream API". >>> >>> So, I think we should simply mothball (drop from settings.gradle) the >>> eventsourcing libraries and resurrect it somewhere in 3.x when we have >> Java >>> 8 available. >>> >>> If anyone is depending on this library (I assume that StreamFlow uses its >>> own implementation, and still depend on Qi4j 1.4.x), then raise an >>> objection (together with some docs ;-) ) >>> >>> >>> Cheers >>> -- >>> Niclas Hedhman, Software Developer >>> http://zest.apache.org - New Energy for Java >>> >> > > > > -- > Niclas Hedhman, Software Developer > http://zest.apache.org - New Energy for Java