You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2010/08/05 16:08:17 UTC

[jira] Created: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Removed auto-injection of service ids as String is backward incompatible with decorators
----------------------------------------------------------------------------------------

                 Key: TAP5-1232
                 URL: https://issues.apache.org/jira/browse/TAP5-1232
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.2.0
            Reporter: Igor Drobiazko


In this discussion we decided to turn off the injection of service ids as Strings.
http://markmail.org/thread/bgue2rsmaxjt3xhs

Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.

http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html

Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Commented: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895690#action_12895690 ] 

Massimo Lusetti commented on TAP5-1232:
---------------------------------------

Good catch! ... Did you plan to reintroduce the feature?

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Commented: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895714#action_12895714 ] 

Igor Drobiazko commented on TAP5-1232:
--------------------------------------

Hm, I'm not sure what is the best solution. We should discuss it in the dev mailing list again. Let's see what the others think.

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Assigned: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

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

Igor Drobiazko reassigned TAP5-1232:
------------------------------------

    Assignee: Igor Drobiazko

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Closed: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

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

Igor Drobiazko closed TAP5-1232.
--------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

Injection of service ids is provided for decorate and advise methods again.

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Assigned: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

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

Igor Drobiazko reassigned TAP5-1232:
------------------------------------

    Assignee: Igor Drobiazko

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Commented: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895690#action_12895690 ] 

Massimo Lusetti commented on TAP5-1232:
---------------------------------------

Good catch! ... Did you plan to reintroduce the feature?

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Closed: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

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

Igor Drobiazko closed TAP5-1232.
--------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

Injection of service ids is provided for decorate and advise methods again.

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Updated: (TAP5-1232) Restore injection of service id (as a String) into service decorator methods for proper backwards compatibility

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1232:
---------------------------------------

    Summary: Restore injection of service id (as a String) into service decorator methods for proper backwards compatibility  (was: Removed auto-injection of service ids as String is backward incompatible with decorators)

> Restore injection of service id (as a String) into service decorator methods for proper backwards compatibility
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Updated: (TAP5-1232) Restore injection of service id (as a String) into service decorator methods for proper backwards compatibility

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1232:
---------------------------------------

    Summary: Restore injection of service id (as a String) into service decorator methods for proper backwards compatibility  (was: Removed auto-injection of service ids as String is backward incompatible with decorators)

> Restore injection of service id (as a String) into service decorator methods for proper backwards compatibility
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Commented: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896794#action_12896794 ] 

Hudson commented on TAP5-1232:
------------------------------

Integrated in tapestry-5.2-freestyle #171 (See [http://hudson.zones.apache.org/hudson/job/tapestry-5.2-freestyle/171/])
    TAP5-1232: Removed auto-injection of service ids as String is backward incompatible with decorators


> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Commented: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895714#action_12895714 ] 

Igor Drobiazko commented on TAP5-1232:
--------------------------------------

Hm, I'm not sure what is the best solution. We should discuss it in the dev mailing list again. Let's see what the others think.

> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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


[jira] Commented: (TAP5-1232) Removed auto-injection of service ids as String is backward incompatible with decorators

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896794#action_12896794 ] 

Hudson commented on TAP5-1232:
------------------------------

Integrated in tapestry-5.2-freestyle #171 (See [http://hudson.zones.apache.org/hudson/job/tapestry-5.2-freestyle/171/])
    TAP5-1232: Removed auto-injection of service ids as String is backward incompatible with decorators


> Removed auto-injection of service ids as String is backward incompatible with decorators
> ----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1232
>                 URL: https://issues.apache.org/jira/browse/TAP5-1232
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.1
>
>
> In this discussion we decided to turn off the injection of service ids as Strings.
> http://markmail.org/thread/bgue2rsmaxjt3xhs
> Unfortunately we forgot about the decorators. Tapestry's documentation contains examples in which a service id in injected when building a decorator.
> http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html
> Even though dacorator API is deprecated, there are still apps using this feature. They will be broken after upgarde to 5.2

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