You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@apache.org> on 2008/05/08 15:54:58 UTC

[jira] Created: (SHINDIG-250) Don't use field injection in RestServerCollectionAdapter

Don't use field injection in RestServerCollectionAdapter
--------------------------------------------------------

                 Key: SHINDIG-250
                 URL: https://issues.apache.org/jira/browse/SHINDIG-250
             Project: Shindig
          Issue Type: Improvement
          Components: RESTful API (Java)
            Reporter: Henning Schmiedehausen
         Attachments: inject.patch

Shindig uses setter injection everywhere except in a single place in the RestServerCollectionAdapter. Don't do this. :-) 

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


[jira] Updated: (SHINDIG-250) Don't use field injection in RestServerCollectionAdapter

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

Henning Schmiedehausen updated SHINDIG-250:
-------------------------------------------

    Attachment: inject.patch

obvious patch.

> Don't use field injection in RestServerCollectionAdapter
> --------------------------------------------------------
>
>                 Key: SHINDIG-250
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-250
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Henning Schmiedehausen
>         Attachments: inject.patch
>
>
> Shindig uses setter injection everywhere except in a single place in the RestServerCollectionAdapter. Don't do this. :-) 

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


[jira] Resolved: (SHINDIG-250) Don't use field injection in RestServerCollectionAdapter

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

Cassie Doll resolved SHINDIG-250.
---------------------------------

    Resolution: Fixed
      Assignee: Cassie Doll

> Don't use field injection in RestServerCollectionAdapter
> --------------------------------------------------------
>
>                 Key: SHINDIG-250
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-250
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Henning Schmiedehausen
>            Assignee: Cassie Doll
>         Attachments: inject.patch
>
>
> Shindig uses setter injection everywhere except in a single place in the RestServerCollectionAdapter. Don't do this. :-) 

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


[jira] Commented: (SHINDIG-250) Don't use field injection in RestServerCollectionAdapter

Posted by "Cassie Doll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595241#action_12595241 ] 

Cassie Doll commented on SHINDIG-250:
-------------------------------------

thanks for the patch. meant to fix this but hadn't gotten to it. 
submitting now. 

> Don't use field injection in RestServerCollectionAdapter
> --------------------------------------------------------
>
>                 Key: SHINDIG-250
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-250
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Henning Schmiedehausen
>         Attachments: inject.patch
>
>
> Shindig uses setter injection everywhere except in a single place in the RestServerCollectionAdapter. Don't do this. :-) 

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