Return-Path: X-Original-To: apmail-announce-archive@www.apache.org Delivered-To: apmail-announce-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 757C2D29D for ; Sat, 25 May 2013 16:04:10 +0000 (UTC) Received: (qmail 71196 invoked by uid 500); 25 May 2013 16:03:59 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 70410 invoked by uid 500); 25 May 2013 16:03:58 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 62917 invoked by uid 99); 25 May 2013 15:59:40 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,TO_NO_BRKTS_PCNT X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) From: Mark Struberg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [ANNOUNCE] Apache OpenWebBeans-1.2.0 has been released Date: Sat, 25 May 2013 17:58:50 +0200 Message-Id: <2D39BD89-52F8-4A36-8666-23CA952D369B@apache.org> To: announce@apache.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org The Apache OpenWebBeans Team is proud to announce the release of Apache = OpenWebBeans 1.2.0 This version still targets the CDI-1.0 specification [1] but we = internally refactored a lot of things. The most important change is that we did split up the NormalScoping = proxy from the Interceptor/Decorator proxy and now create the proxy = bytecode 100% ourselves using ASM. 10 Million normalscope proxy = invocations now take about 30 ms thus they don't have much performance = impact anymore. More details are outlined in our previous blog post [2]. = Internally we already picked up lots of clarifications and fixes from = the CDI-1.1 specification which we will fully target in a owb-2.0.0 = release in the close future. The following bugs improvements have been fixed: = https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=3D1231084= 4&version=3D12315461 Apache OpenWebBeans is an Apache License v2 licensed implementation of = the JSR-299 "Context and Dependency Injection for Java EE" and JSR-330 = "atinject" specifications. OpenWebBeans has a modular structure and = provides Dependency Injection scaling from Java SE environments up to = EE6 server clusters with complicated ClassLoader hierarchies or OSGi = environments. Openwebbeans-1.2.0 implements the CDI-1.0 API, and passes the JSR-330 = TCK and the JSR-299 standalone TCK. OpenWebBeans is being used in Apache TomEE, Apache Geronimo and a few = other EE servers where the full CDI TCK test suite (including EE parts) = is being executed.=20 Distribution packages can be downloaded from=20 http://www.apache.org/dyn/closer.cgi/openwebbeans/1.2.0/ The release is also available via maven=20 http://repo1.maven.org/maven2/org/apache/openwebbeans/ Please also visit our homepage http://openwebbeans.apache.org The Apache OpenWebBeans Team =20 [1] http://jcp.org/en/jsr/proposalDetails?id=3D299 [2] https://blogs.apache.org/owb/entry/news_from_openwebbeans_1_2=