Return-Path: X-Original-To: apmail-incubator-deltaspike-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-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 A5EBEDF96 for ; Mon, 9 Jul 2012 07:41:35 +0000 (UTC) Received: (qmail 45403 invoked by uid 500); 9 Jul 2012 07:41:35 -0000 Delivered-To: apmail-incubator-deltaspike-dev-archive@incubator.apache.org Received: (qmail 45301 invoked by uid 500); 9 Jul 2012 07:41:35 -0000 Mailing-List: contact deltaspike-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-dev@incubator.apache.org Received: (qmail 45261 invoked by uid 99); 9 Jul 2012 07:41:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 07:41:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of boleslaw.dawidowicz@gmail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 07:41:27 +0000 Received: by eekd49 with SMTP id d49so3939065eek.6 for ; Mon, 09 Jul 2012 00:41:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=SX49bt/sgiXxkkqeXahTc18bjGdcDIL128R/rLkXX0c=; b=ifKdA+vfAq3uw/vvc1GU6PFm6wkFRqInDmpmisUZooL/q7jTFa5dwEWIeGqyaJY4kT mf0IfxNZe3JiBfjjL3rHKdE75cVimmXg/1XRw1OYLGPh8vDyxfyL/3qZCOkBxeNDgEVf mB72+Xura3FsGUJSdzRcAoWinPvsx0Pm18C7eO/3rZZDiWeu+a8x2UDo8SlD2rj3sjLW HlgFQyCEfgVlxeAGs/aeGEmi2XcTyy3lNWBCAbtZFrDsgNPAR5uIWnmyLkAvP2Gg+IjI joive5iOqajTBOsNXpAp5sBv3Ogh6KouOdUafTDdKl4wTkZPuhNmiD2qZ64GaOkxS1KS SJuQ== Received: by 10.14.187.11 with SMTP id x11mr1935405eem.57.1341819667629; Mon, 09 Jul 2012 00:41:07 -0700 (PDT) Received: from [192.168.0.24] (87-207-72-236.dynamic.chello.pl. [87.207.72.236]) by mx.google.com with ESMTPS id a16sm91370581eeg.0.2012.07.09.00.41.06 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2012 00:41:06 -0700 (PDT) From: Boleslaw Dawidowicz Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: JSR 351 Java Identity API Date: Mon, 9 Jul 2012 09:41:04 +0200 Message-Id: To: deltaspike-dev@incubator.apache.org Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) JSR 351 was mentioned few times in previous discussions as something = that we should keep an eye on. Therefore I would like to let you know = that source code repository related to this effort is now public. Here is the API draft: http://java.net/projects/identity-api-spec/sources/git/show Here is the early reference implementation: http://java.net/projects/nobis/sources/git/show Bolek