Notes on the Tomahawk 1.1.12 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.12
    • 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.12-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1112binsrc/binaries
scp tomahawk-1.1.12-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1112binsrc/sources
scp tomahawk12-1.1.12-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1112binsrc/binaries
scp tomahawk12-1.1.12-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1112binsrc/sources
scp tomahawk20-1.1.12-bin* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1112binsrc/binaries
scp tomahawk20-1.1.12-src* lu4242@people.apache.org:/home/lu4242/public_html/tomahawk1112binsrc/sources

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

4. JIRA Managment

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

5. Ask for vote

Hi,

I was running the needed tasks to get the 1.1.12 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.12 [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.12" 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-071/org/apache/myfaces/tomahawk
[2] http://people.apache.org/~lu4242/tomahawk1112binsrc
[3] http://www.apache.org/foundation/voting.html#ReleaseVotes
[4] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310272&version=12320840

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

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

Bug

    [TOMAHAWK-1578] - Quotes are not escaped in TableAutoSuggest in ajax requests
    [TOMAHAWK-1608] - inputDate does not accept some dates when Daylight saving time
    [TOMAHAWK-1609] - tomahawk12 <t:htmlTag tag="br"/> generates <br></br> which many browsers parse as two break tags when parsing as HTML.
    [TOMAHAWK-1610] - schedule not reacting to mouseListener setting
    [TOMAHAWK-1611] - t:inputCalendar does not create a pop-up
    [TOMAHAWK-1612] - Children of h:form within t:panelGroup still get rendered even though their parent (h:form) has rendered=false
    [TOMAHAWK-1613] - HtmlCalendarRenderer Throws ClassCastException - not fixed
    [TOMAHAWK-1614] - t:jsCookMenu ThemeGray and ThemeMiniBlack does not have marker resource
    [TOMAHAWK-1616] - RendererUtils not in sync with latest MyFaces
    [TOMAHAWK-1619] - HtmlMessageRendererBase.renderSingleFacesMessage should force wrapSpan mode when client behavior is found
    [TOMAHAWK-1623] - facets of components are not included on direct childs of t:dataList

Improvement

    [TOMAHAWK-1622] - [perf] use improvement done in MyFaces Core renderers

regards

Leonardo Uribe

  • No labels