Apache Software Foundation > Apache Forrest
 
Font size:      

Open issues for the next release

Note
These are the top 25 open issues for the next release that are scheduled in our issue tracking system (see all open issues). The listing below is regenerated on each Forrest run.

[FOR-855] verify the license situation prior to each release

https://issues.apache.org:443/jira/browse/FOR-855

This should be continually happening anyway, but immediately prior to each release we need to verify that our license situation is in order. This issue should not ever be closed, rather just move the &quot;Fix for Version&quot; on to the next release.<br/> <br/> Here are some of the tasks:<br/> <br/> A) Ensure that all supporting libraries have a corresponding license. Basically every jar file or other external package needs to have a *.license.txt file. Ensure that any license conditions are met, e.g. for some we must add an entry to NOTICE.txt, while for some others we must not. Remember to abide by the ASF guidelines (e.g. nothing more restrictive than the Apache License).<br/> <br/> B) Scan the whole trunk repository to add missing ASF license headers to source files and to ensure that the ASF license headers have not been accidently added to external files. See etc/relicense.txt<br/> <br/> C) Remove any author tags.

[FOR-1077] new CreationDate causes constant differences in output pdf documents

https://issues.apache.org:443/jira/browse/FOR-1077

A problem has recently occurred with generating PDFs and publishing them. See the massive amount of commits to the Forrest &quot;site&quot; svn today when two different committers updated the website. Every PDF changed. I did some investigation and can see that a CreationDate is being added. This is of course is changing on every run of forrest.<br/> <br/>

[FOR-1208] NPE exception when generating PDF that includes SVG to PNG image conversion

https://issues.apache.org:443/jira/browse/FOR-1208

The &quot;seed-sample&quot; site has two examples of converting to PNG from SVG at linking.html#images <br/> <br/> This works okay with HTML output. It is also okay with PDF output. The images are generated. <br/> <br/> However with the PDF, there is also a NullPointerException <br/> <br/> To stop it, comment-out the two examples for &quot;ellipse&quot;.

[FOR-915] changes with PNGs generated on different platforms

https://issues.apache.org:443/jira/browse/FOR-915

<a href="http://marc.theaimsgroup.com/?t=115450117900002&r=1&w=2">http://marc.theaimsgroup.com/?t=115450117900002&amp;r=1&amp;w=2</a> <br/> &gt; &gt; Modified: <br/> &gt; &gt; forrest/site/committed-1.png <br/> &gt; &gt; forrest/site/live-sites.html <br/> &gt; &gt; forrest/site/live-sites.pdf <br/> &gt; &gt; forrest/site/skin/images/rc-b-l-15-1body-2menu-3menu.png <br/> &gt; &gt; forrest/site/skin/images/rc-b-r-15-1body-2menu-3menu.png <br/> &gt; &gt; forrest/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-r-15-1body-2menu-3menu.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png <br/> &gt; &gt; forrest/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png <br/> <br/> We cannot explain why this changes occur.