You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/09/21 06:12:00 UTC

[jira] [Work logged] (WW-5233) Include Apache Tiles code base in the Tiles plugin

     [ https://issues.apache.org/jira/browse/WW-5233?focusedWorklogId=881079&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-881079 ]

ASF GitHub Bot logged work on WW-5233:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Sep/23 06:11
            Start Date: 21/Sep/23 06:11
    Worklog Time Spent: 10m 
      Work Description: gregh3269 commented on PR #608:
URL: https://github.com/apache/struts/pull/608#issuecomment-1728914280

   Can you try dropping the struts2-tiles-plugin and replace with tiles extras as it does not look like you are using the struts2 tiles plugin ie StrutsTilesListener.
   ```
   <dependency>
      	<groupId>org.apache.tiles</groupId>
       	<artifactId>tiles-extras</artifactId>
       	<version>3.0.8</version>
   </dependency>
   ```
   I tested this and it will start, but it brings a very old velocity 1.6, which won't work for me.
   
   In the struts2-tiles-plugin <6.2.0 it did not have many classes,  possibly none were being used.
   




Issue Time Tracking
-------------------

    Worklog Id:     (was: 881079)
    Time Spent: 5h 10m  (was: 5h)

> Include Apache Tiles code base in the Tiles plugin
> --------------------------------------------------
>
>                 Key: WW-5233
>                 URL: https://issues.apache.org/jira/browse/WW-5233
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Tiles
>            Reporter: Lukasz Lenart
>            Priority: Major
>             Fix For: 6.3.0
>
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> Apache Tiles has retired and it isn't maintained anymore. There are some outstanding security issues that can be addressed right now. It will be easier to maintain the code base as a part of the Tiles plugin instead of taking the project back from attick.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)