JSF 2.3 changes

While it looks like not a whole lot has been going on issue wise some additional work not covered by specification issues has be done

  1. Javadoc cleanup for JavaSE 8
  2. Apply diamond operator to sources

And the following specification issues were handled:


    #1254 - contracts attribute too restrictive.
    #1328 - Let CDI handle #{session} EL resolving
    #1327 - Verify @Inject HttpSession support
        

Posted October 23, 2014

Up