Notes on the Tomahawk 1.1.14 Release

Release manager: Leonardo Uribe

Timeline

  • Proposed release date: 2012-04-22

Issues


Testing

Here's how you can help us test the distribution.

}}}

== Tasks ==
<<Anchor(tasks)>>

 
== Proposed Release Announcement ==
<<Anchor(releasenotes)>>
{{{

Diary

  1. Preparing tomahawk 1.1.14
    • Try -DdryRun=true SUCCESS
mvn clean install
mvn install -Pgenerate-assembly -Papache-release
mvn release:prepare -DprepareRelease=true -DdryRun=true
  • Release it! FAIL
mvn release:prepare -DprepareRelease=true -Dresume=false
mvn install
mvn install -Pgenerate-assembly -Papache-release
mvn release:rollback -DprepareRelease=true 
mvn release:prepare -DprepareRelease=true -Dresume=false

Note: Preparing the release will create the new tag in SVN, automatically checking in on your behalf.

Note: If you're located in Europe then release:prepare may fail with 'Unable to tag SCM' and 'svn: No such revision X'. Wait 10 seconds and run mvn release:prepare again.

mvn release:prepare -DprepareRelease=true
  • Remove sandbox module from main pom.xml since it is never released
  • Update download page

2. Stage the release for a vote

mvn release:perform -DperformRelease=true

3. Compile assemblies and copy on people.apache.org

mvn install -Pgenerate-assembly
cd assembly
mvn package
  • Copy assemblies
scp tomahawk-1.1.14-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/binaries
scp tomahawk-1.1.14-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/sources
scp tomahawk12-1.1.14-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/binaries
scp tomahawk12-1.1.14-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/sources
scp tomahawk20-1.1.14-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/binaries
scp tomahawk20-1.1.14-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/sources
scp tomahawk21-1.1.14-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/binaries
scp tomahawk21-1.1.14-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/sources

scp tomahawk-examples-1.1.14-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/binaries
scp tomahawk-examples-1.1.14-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1114binsrc/sources

4. JIRA Managment

  • Create 1.1.14 and 1.1.14-SNAPSHOT versions
  • Move issues from 1.1.14-SNAPSHOT to 1.1.14
  • Find resolved issues and close them

5. Ask for vote

Hi,

I was running the needed tasks to get the 1.1.14 release of Apache
MyFaces Tomahawk out.

Release notes can be found at [4].

Please note that this vote concerns all of the following parts:
 1. Maven artifact group "org.apache.myfaces.tomahawk" v1.1.14 [1]
 2. Maven artifact group "org.apache.myfaces.shared"   v2.0.14, 3.0.12, 4.0.16, 4.1.8 [1]

The artifacts are deployed to my private Apache account ([1]).

There is also binary and source packages available on [2]

Please take a look at the "1.1.14" artifacts and vote!

Please note: This vote is "majority approval" with a minimum of three
+1 votes (see [3]).

------------------------------------------------
[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..............
------------------------------------------------

Thanks,
Leonardo Uribe

[1] Tomahawk: http://repository.apache.org/content/repositories/orgapachemyfaces-161/org/apache/myfaces/tomahawk
    Shared:   http://repository.apache.org/content/repositories/orgapachemyfaces-160/org/apache/myfaces/shared
[2] http://people.apache.org/~lu4242/tomahawk1114binsrc
[3] http://www.apache.org/foundation/voting.html#ReleaseVotes
[4] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310272&version=12323452

6. Vote success, continue with the procedure

7. Deploy on repo1.maven.org

mvn clean install deploy -DperformRelease=true 
-DaltDeploymentRepository=myfaces-staging::default::scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository  

8. copy svn branch to tag

9. update site (mvn site:site and mvn site:deploy on core, core12 and sandbox/core). Don't forget update download page on tomahawk/site project, and main myfaces page

10. copy assemblies on /www/www.apache.org/dist/myfaces/source and /www/www.apache.org/dist/myfaces/binaries

11. update /www/www.apache.org/dist/myfaces links tomahawk-current using ln -f -s target linkfile

12. ANNOUNCE mail

The Apache MyFaces team is pleased to announce the release of Apache MyFaces Tomahawk 1.1.14.

MyFaces Tomahawk provides a series of JavaServer Faces components that go beyond the JSF specification. These components are compatible with the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1 compatible implementation. Of course the custom components can also be used with the Apache JSF implementation "MyFaces Core".

There are also artifacts (tomahawk12, tomahawk20) with enhanced compatibility with JSF 1.2 and JSF 2.0

MyFaces Tomahawk 1.1.14 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Tomahawk is also available in the central Maven repository under Group ID "org.apache.myfaces.tomahawk".

Release Notes - MyFaces Tomahawk - Version 1.1.14

Bug

    [TOMAHAWK-1631] - inputCalendar (js-popup): exception in popcalendar.js
    [TOMAHAWK-1633] - Arbitrary Session Variable Override using Captcha Renderer
    [TOMAHAWK-1637] - Potential XSS security issue in FieldsetRenderer
    [TOMAHAWK-1639] - AbstractHtmlDataTable.expandAllDetails() doesn't work unless rowKey is specified on dataTable
    [TOMAHAWK-1642] - t:schedule tooltip is not rendered on IE8

Improvement

    [TOMAHAWK-1628] - HtmlDataTable ignores the attribute 'rowClasses'
    [TOMAHAWK-1629] - Add 'lang' and 'xmlns' attributes to html root tag
    [TOMAHAWK-1630] - Render conditional comments for IE at the html tag
    [TOMAHAWK-1634] - Zero state for autoscroll script and hidden field
    [TOMAHAWK-1635] - Allow 'long' values for maxSize and maxFileSize configuration
    [TOMAHAWK-1638] - Do not activate preserveSort if sortColumn/sortAscending is not used
    [TOMAHAWK-1640] - Add ajaxBodyRender property to allow render or execute only the body part in an ajax operation
    [TOMAHAWK-1641] - Update t:dataTable to JSF 2.1 (use TransientStateHolder)

regards

Leonardo Uribe

  • No labels