#229476 - Update bundled JavaServer Faces to 2.2fcs
Martin Fousek <[email protected]> Thu, 16 May 2013 09:20:01 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug: https://netbeans.org/bugzilla/show_bug.cgi?id=229476 Description: NetBeans 7.3.1 has to be released with the latest possible version of the JSF library which will be used by users in runtime. Impact assessment: Current bundled JSF doesn't contain all latest JSF fixes so we should stay up-to-date to prevent users facing issues by running their Web Application. This bundled library isn't still the FCS build since it's still not available but it's last publicly available one. Also the changeset consolidates version of JSF library for Maven and Ant projects. Risk assessment: There can be a risk that JSF binary has a regression. But there will be more fixes than regressions for sure. Also the included milestone 15 was made after JSF HR mode so the library should be pretty stable now. The fix was written by me, reviewed by mjanicek and verified by jskrivanek. Fix: http://hg.netbeans.org/main-golden/rev/e9fdc339fcf5 Thanks for the review, Martin.