You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/08/11 17:44:18 UTC

[jira] Created: (WICKET-2976) Remove support for portlets from Wicket 1.5

Remove support for portlets from Wicket 1.5
-------------------------------------------

                 Key: WICKET-2976
                 URL: https://issues.apache.org/jira/browse/WICKET-2976
             Project: Wicket
          Issue Type: Task
          Components: wicket, wicket-portlet
    Affects Versions: 1.5-M1
         Environment: Any
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
             Fix For: 1.5-M2


The portlets are broken in current Wicket 1.5.
Since none of the active core developers don't use Portlets and there are not many users it is better to remove the portlets related code from Wicket core.

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


[jira] Issue Comment Edited: (WICKET-2976) Remove support for portlets from Wicket 1.5

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898532#action_12898532 ] 

Martin Grigorov edited comment on WICKET-2976 at 8/15/10 4:40 AM:
------------------------------------------------------------------

The support for portlets is completely removed with r985443 and r985628..
The code is copied to https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-portlets.
Check the list of modified files in the commits to see which other files in Wicket are modified.
To bring the wicketstuff project in shape you may also need to check WicketFilter class in 1.4.x.

      was (Author: mgrigorov):
    The support for portlets is completely removed with r985443.
The code is copied to https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-portlets.
Check the list of modified files in the commit to see which other files in Wicket are modified.
To bring the wicketstuff project in shape you may also need to check WicketFilter class in 1.4.x.
  
> Remove support for portlets from Wicket 1.5
> -------------------------------------------
>
>                 Key: WICKET-2976
>                 URL: https://issues.apache.org/jira/browse/WICKET-2976
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket, wicket-portlet
>    Affects Versions: 1.5-M1
>         Environment: Any
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> The portlets are broken in current Wicket 1.5.
> Since none of the active core developers don't use Portlets and there are not many users it is better to remove the portlets related code from Wicket core.

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


[jira] Commented: (WICKET-2976) Remove support for portlets from Wicket 1.5

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

Hudson commented on WICKET-2976:
--------------------------------

Integrated in Apache Wicket 1.5.x #237 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/237/])
    WICKET-2976 Remove support for portlets from Wicket 1.5

Remove some more files related to Portlets support I missed in the previous commit


> Remove support for portlets from Wicket 1.5
> -------------------------------------------
>
>                 Key: WICKET-2976
>                 URL: https://issues.apache.org/jira/browse/WICKET-2976
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket, wicket-portlet
>    Affects Versions: 1.5-M1
>         Environment: Any
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> The portlets are broken in current Wicket 1.5.
> Since none of the active core developers don't use Portlets and there are not many users it is better to remove the portlets related code from Wicket core.

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


[jira] Commented: (WICKET-2976) Remove support for portlets from Wicket 1.5

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907266#action_12907266 ] 

Martin Grigorov commented on WICKET-2976:
-----------------------------------------

https://i-proving.ca/space/Michael+Melo/blog/2010-09-07_1

This is a blog with howto make a Wicket+Portlet project for Liferay Portal. Could be used by developers not familiar with portlets.

> Remove support for portlets from Wicket 1.5
> -------------------------------------------
>
>                 Key: WICKET-2976
>                 URL: https://issues.apache.org/jira/browse/WICKET-2976
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket, wicket-portlet
>    Affects Versions: 1.5-M1
>         Environment: Any
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> The portlets are broken in current Wicket 1.5.
> Since none of the active core developers don't use Portlets and there are not many users it is better to remove the portlets related code from Wicket core.

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


[jira] Resolved: (WICKET-2976) Remove support for portlets from Wicket 1.5

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

Martin Grigorov resolved WICKET-2976.
-------------------------------------

    Resolution: Fixed

The support for portlets is completely removed with r985443.
The code is copied to https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-portlets.
Check the list of modified files in the commit to see which other files in Wicket are modified.
To bring the wicketstuff project in shape you may also need to check WicketFilter class in 1.4.x.

> Remove support for portlets from Wicket 1.5
> -------------------------------------------
>
>                 Key: WICKET-2976
>                 URL: https://issues.apache.org/jira/browse/WICKET-2976
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket, wicket-portlet
>    Affects Versions: 1.5-M1
>         Environment: Any
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> The portlets are broken in current Wicket 1.5.
> Since none of the active core developers don't use Portlets and there are not many users it is better to remove the portlets related code from Wicket core.

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


[jira] Commented: (WICKET-2976) Remove support for portlets from Wicket 1.5

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

Hudson commented on WICKET-2976:
--------------------------------

Integrated in Apache Wicket 1.5.x #232 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/232/])
    WICKET-2976 Remove support for portlets from Wicket 1.5

Delete the code related to portlets.
o.a.w.protocol.http.portlet.** is moved to https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-portlets


> Remove support for portlets from Wicket 1.5
> -------------------------------------------
>
>                 Key: WICKET-2976
>                 URL: https://issues.apache.org/jira/browse/WICKET-2976
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket, wicket-portlet
>    Affects Versions: 1.5-M1
>         Environment: Any
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> The portlets are broken in current Wicket 1.5.
> Since none of the active core developers don't use Portlets and there are not many users it is better to remove the portlets related code from Wicket core.

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