Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC7FF200AE1 for ; Mon, 6 Jun 2016 20:48:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BB33D160A1E; Mon, 6 Jun 2016 18:48:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3D90B160A55 for ; Mon, 6 Jun 2016 20:48:22 +0200 (CEST) Received: (qmail 12041 invoked by uid 500); 6 Jun 2016 18:48:21 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 11900 invoked by uid 99); 6 Jun 2016 18:48:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2016 18:48:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FE802C1F6A for ; Mon, 6 Jun 2016 18:48:21 +0000 (UTC) Date: Mon, 6 Jun 2016 18:48:21 +0000 (UTC) From: "Dominik Przybysz (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ARIES-1566) Support @Lazy annotation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Jun 2016 18:48:22 -0000 [ https://issues.apache.org/jira/browse/ARIES-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Przybysz reassigned ARIES-1566: --------------------------------------- Assignee: Dominik Przybysz > Support @Lazy annotation > ------------------------ > > Key: ARIES-1566 > URL: https://issues.apache.org/jira/browse/ARIES-1566 > Project: Aries > Issue Type: Improvement > Components: Blueprint > Reporter: Dominik Przybysz > Assignee: Dominik Przybysz > > There is some things to do: > - interpret @org.springframework.context.annotation.Lazy on bean as activation='lazy' > - @Lazy(true) generates attribute activation='lazy' on bean element > - @Lazy(false) generates attribute activation='eager' on bean element > - add plugin paramater: defaultActivation > - default from defaultActivation is null which indicates blueprint default > - if defaultActivation is set to EAGER then generate attribute default-activation='eager' on blueprint element > - if defaultActivation is set to LAZY then generate attribute default-activation='lazy' on blueprint element > - for produces beans activation of class is overridden by method activation -- This message was sent by Atlassian JIRA (v6.3.4#6332)