You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/08/21 00:21:14 UTC

[jira] Created: (OWB-131) integrate new JSR-330 annotations within OWB

integrate new JSR-330 annotations within OWB
--------------------------------------------

                 Key: OWB-131
                 URL: https://issues.apache.org/jira/browse/OWB-131
             Project: OpenWebBeans
          Issue Type: New Feature
          Components: Core
    Affects Versions: M2
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: M3


The JSR-330 annotations from the new spec are replacing functionality from a few now obsolete annotations:

@Current -> @Inject
@BindingType -> @Qualifier
@ScopeType -> @Scope + @NormalScope  (javax.inject.Scope doesn't have the 'normal' and 'passivating' attributes) This is now unclear btw...
@Singleton will be a new Scope

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (OWB-131) integrate new JSR-330 annotations within OWB

Posted by Mark Struberg <st...@yahoo.de>.
yes, I will wait for your commit.

LieGrue,
strub



----- Original Message ----
> From: Gurkan Erdogdu <cg...@gmail.com>
> To: openwebbeans-dev@incubator.apache.org
> Sent: Friday, August 21, 2009 7:55:43 AM
> Subject: Re: [jira] Created: (OWB-131) integrate new JSR-330 annotations  within OWB
> 
> Hey Mark;
> 
> I have been lots of change because of Resource Handling.
> 
> Please commit your changes after my check in. Otherwise we may get lots of
> conflicts. I will try to check in my changes until tomorrow.
> 
> Thanks;
> 
> --Gurkan
> 
> 2009/8/21 Mark Struberg (JIRA) 
> 
> > integrate new JSR-330 annotations within OWB
> > --------------------------------------------
> >
> >                 Key: OWB-131
> >                 URL: https://issues.apache.org/jira/browse/OWB-131
> >             Project: OpenWebBeans
> >          Issue Type: New Feature
> >          Components: Core
> >    Affects Versions: M2
> >            Reporter: Mark Struberg
> >            Assignee: Mark Struberg
> >             Fix For: M3
> >
> >
> > The JSR-330 annotations from the new spec are replacing functionality from
> > a few now obsolete annotations:
> >
> > @Current -> @Inject
> > @BindingType -> @Qualifier
> > @ScopeType -> @Scope + @NormalScope  (javax.inject.Scope doesn't have the
> > 'normal' and 'passivating' attributes) This is now unclear btw...
> > @Singleton will be a new Scope
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
> >
> >
> 
> 
> -- 
> Gurkan Erdogdu
> http://gurkanerdogdu.blogspot.com



      

Re: [jira] Created: (OWB-131) integrate new JSR-330 annotations within OWB

Posted by Gurkan Erdogdu <cg...@gmail.com>.
Hey Mark;

I have been lots of change because of Resource Handling.

Please commit your changes after my check in. Otherwise we may get lots of
conflicts. I will try to check in my changes until tomorrow.

Thanks;

--Gurkan

2009/8/21 Mark Struberg (JIRA) <ji...@apache.org>

> integrate new JSR-330 annotations within OWB
> --------------------------------------------
>
>                 Key: OWB-131
>                 URL: https://issues.apache.org/jira/browse/OWB-131
>             Project: OpenWebBeans
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: M2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M3
>
>
> The JSR-330 annotations from the new spec are replacing functionality from
> a few now obsolete annotations:
>
> @Current -> @Inject
> @BindingType -> @Qualifier
> @ScopeType -> @Scope + @NormalScope  (javax.inject.Scope doesn't have the
> 'normal' and 'passivating' attributes) This is now unclear btw...
> @Singleton will be a new Scope
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com

[jira] Closed: (OWB-131) integrate new JSR-330 annotations within OWB

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu closed OWB-131.
------------------------------

    Resolution: Fixed

> integrate new JSR-330 annotations within OWB
> --------------------------------------------
>
>                 Key: OWB-131
>                 URL: https://issues.apache.org/jira/browse/OWB-131
>             Project: OpenWebBeans
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: M2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M3
>
>
> The JSR-330 annotations from the new spec are replacing functionality from a few now obsolete annotations:
> @Current -> @Inject
> @BindingType -> @Qualifier
> @ScopeType -> @Scope + @NormalScope  (javax.inject.Scope doesn't have the 'normal' and 'passivating' attributes) This is now unclear btw...
> @Singleton will be a new Scope

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OWB-131) integrate new JSR-330 annotations within OWB

Posted by "Sven Linstaedt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745851#action_12745851 ] 

Sven Linstaedt commented on OWB-131:
------------------------------------

Just to add some points:

* @Inject will be mandatory for all injection points (fields, methods, non-default  constructor, but not on parameters), even if they have no binding annotation
* @Initializer is obsolote, will be replaced by @Inject on non-default  constructors

> integrate new JSR-330 annotations within OWB
> --------------------------------------------
>
>                 Key: OWB-131
>                 URL: https://issues.apache.org/jira/browse/OWB-131
>             Project: OpenWebBeans
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: M2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M3
>
>
> The JSR-330 annotations from the new spec are replacing functionality from a few now obsolete annotations:
> @Current -> @Inject
> @BindingType -> @Qualifier
> @ScopeType -> @Scope + @NormalScope  (javax.inject.Scope doesn't have the 'normal' and 'passivating' attributes) This is now unclear btw...
> @Singleton will be a new Scope

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.