Notes on the Tomahawk 1.1.11 Release

Release manager: Leonardo Uribe

Timeline

  • Proposed release date: 2011-06-06

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.11
    • 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.11-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1111binsrc/binaries
scp tomahawk-1.1.11-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1111binsrc/sources
scp tomahawk12-1.1.11-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1111binsrc/binaries
scp tomahawk12-1.1.11-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1111binsrc/sources
scp tomahawk20-1.1.11-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1111binsrc/binaries
scp tomahawk20-1.1.11-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1111binsrc/sources

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

4. JIRA Managment

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

5. Ask for vote

Hi,

I was running the needed tasks to get the 1.1.11 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.11 [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.11" 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] http://repository.apache.org/content/repositories/orgapachemyfaces-005/org/apache/myfaces/tomahawk
[2] http://people.apache.org/~lu4242/tomahawk1111binsrc
[3] http://www.apache.org/foundation/voting.html#ReleaseVotes
[4] http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310272&version=12316480

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.11.

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) with enhanced compatibility with JSF 1.2 and JSF 2.0

MyFaces Tomahawk 1.1.11 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.11

Bug

    [TOMAHAWK-96] - Data table Scroller not working the dataTable which was actually contained in other DataTable
    [TOMAHAWK-961] - Deleting a row when t:dataList/t:dataTable preserveRowStates=true assigns submitted values to wrong row
    [TOMAHAWK-1359] - activeOnViewIds toggleActive does not work properly
    [TOMAHAWK-1389] - TableSuggestAjax - security popup in IE7 when using SSL
    [TOMAHAWK-1451] - [myfaces-example-simple-1.1.9] Popup example doesn't work with Mojarra 1.2/2.0.0
    [TOMAHAWK-1479] - CLONE -t:inputCalendar displays year 1900 when an incorrect date is entered
    [TOMAHAWK-1480] - Calendar shows wrong year in Opera
    [TOMAHAWK-1551] - f:ajax doesn't work in t:selectOneRadio layout="spread"
    [TOMAHAWK-1553] - invokeOnComponent does not call pushComponentToEL / popComponentFromEL like visitTree does
    [TOMAHAWK-1557] - InputDate calendar popup does not render correctly on IE7
    [TOMAHAWK-1560] - Tomahawk 1.1.10 for JSF 1.2 fails to deploy on JBoss AS 6 because of TLD errors
    [TOMAHAWK-1562] - tomahawk20-1.1.10 for JSF 2 does not work: aliasBean
    [TOMAHAWK-1565] - CLONE - UIView.createUniqueId shouldn't call encodeNameSpace to build the id. (tomahawk 2.0.x)
    [TOMAHAWK-1567] - t:dataTable preserveComponentRowState is not used when decode occur
    [TOMAHAWK-1568] - UIInputs in DataTable (UIData) lose submitted values when UICommands are set to immediate=true
    [TOMAHAWK-1571] - t:collapsiblePanel does not render its id when behaviors are used or it is indicated by user
    [TOMAHAWK-1573] - <t:validateEqual> throws java.lang.NullPointerException: expr
    [TOMAHAWK-1574] - t:inputCalendar is not triggering f:ajax
    [TOMAHAWK-1576] - Outdated version of prototype.js is used
    [TOMAHAWK-1577] - t:inputCalendar disabled status is not working with f:ajax
    [TOMAHAWK-1578] - Quotes are not escaped in TableAutoSuggest in ajax requests
    [TOMAHAWK-1581] - selectText() javascript function not found
    [TOMAHAWK-1584] - clientId does not append separator when mojarra is used
    [TOMAHAWK-1592] - t:inputCalendar do not work on IE9
    [TOMAHAWK-1597] - Tld documentation on inputFileUpload - accept attribute
    [TOMAHAWK-1598] - Tomahawk trunk not compilable from root in maven 3
    [TOMAHAWK-1599] - HtmlCalendarRenderer Throws ClassCastException

Improvement

    [TOMAHAWK-939] - t:radio should support standard pass-through attributes
    [TOMAHAWK-1538] - upgrade tomahawk poms to use <dependencyManagement> + use latest geronimo spec versions
    [TOMAHAWK-1554] - CollapsiblePanel CSS Question
    [TOMAHAWK-1570] - CLONE - Support SKIP_ITERATION FacesContext property
    [TOMAHAWK-1600] - Do not enforce check ExtensionsFilter setup in tomahawk for JSF 2.0, because it is only required by 2 components

New Feature

    [TOMAHAWK-1497] - New component: ValidateBeanBehavior
    [TOMAHAWK-1552] - t:dataList, t:dataTable ajax
    [TOMAHAWK-1558] - Create custom base class for ClientBehaviors

Task

    [TOMAHAWK-1583] - Add rowStatePreserved alias for preserveRowComponentState
    [TOMAHAWK-1586] - Update sandbox module for JSF 2.0
    [TOMAHAWK-1589] - Move s:accordionPanel to sandbox for JSF 2 module
    [TOMAHAWK-1590] - Move s:passwordStrength to sandbox for JSF 2 module

Enjoy!

regards

Leonardo Uribe

  • No labels