Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Update the Seam 2.3 release to support Wildfly 10.1.0 Final #29

Open
wants to merge 32 commits into
base: Seam_2_3
Choose a base branch
from

Commits on Jul 11, 2014

  1. Configuration menu
    Copy the full SHA
    f5b8217 View commit details
    Browse the repository at this point in the history
  2. update to jee7

    andrewscode committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    b8b8bff View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. update compiler and hibernate

    update compiler to 1.7 and hibernate to 4.3.5
    fix integration tests
    andrewscode committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    fd446e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d8303 View commit details
    Browse the repository at this point in the history
  3. add dependency on glassfish el-impl

    add maxpermsize to arquallian container
    andrewscode committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    0e53ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2585d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d35304 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Configuration menu
    Copy the full SHA
    24b08ea View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. update pom

    update richfaces to 4.5.0.Alpha3
    update javax faces to 2.2.7
    andrewscode committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    6a93d10 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. update seam s:fileUpload to servlet 3.x

    Fixes issues with seam and other file upload components (h:inputFile or
    richfaces:fileUpload)
    andrewscode committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    7b667dc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Add additional features to RedirectFilter to delay sending a redirect…

    … url to the HttpServletResponse
    
    Problem:
    Seam wraps transactions around the InvokeApplication phase.  If a
    sendRedirect is called on the FacesContext during that phase,  the
    browser will receive the redirect location BEFORE the invoke application
    phase is completed (and before seam commits its transaction).
    Solution:
    Create a wrapper around the response object that will store the redirect
    url to be sent at a later time (when the doFilter is complete)
    andrewscode committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    1c44884 View commit details
    Browse the repository at this point in the history
  2. Update readme.asciidoc

    andrewscode committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    4a8cb50 View commit details
    Browse the repository at this point in the history
  3. Update readme.asciidoc

    andrewscode committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    e75f693 View commit details
    Browse the repository at this point in the history
  4. Update readme.asciidoc

    andrewscode committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    e44a75e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2014

  1. fix multipart filter,

    check if request is multipart first then get the Parts
    andrewscode committed Oct 10, 2014
    Configuration menu
    Copy the full SHA
    b9e9e87 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Configuration menu
    Copy the full SHA
    f7f2690 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Remove backup POMs

    mark1900 committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    a8e0f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d0ca1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    7984aa1 View commit details
    Browse the repository at this point in the history
  2. Upgrade Wildfly version from 8.1.0.Final to 10.1.0.Final

    - Turning off doclint
    - Upgrade JBoss jBPM jPDL 3 library from 3.2.10.SP3_seam2 (Hibernate 4) to 3.2.10.SP3_seam2_hibernate5
    - Upgrade Arquillian libraries
    mark1900 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    46618d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Upgrade Wildfly version from 8.1.0.Final to 10.1.0.Final

    - Upgrade JavaEE libraries
    - Upgrade Hibernate libraries
    - Add Wildfly 10 Maven snippets (Profiles, Arquillian configuration etc)
    - Ensure the correct driver is used for HSQLDB
    - Updates for seam-integration-tests
    -- Add Web Context parameter "com.sun.faces.forceLoadConfiguration"
    -- Update jms destinations in jboss-seam-integration-tests-jms.xml
    mark1900 committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    ab38379 View commit details
    Browse the repository at this point in the history
  2. Update readme.asciidoc

    mark1900 committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    5669929 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Update readme.asciidoc

    mark1900 committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    8c1efd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379e5cb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Upgrade Wildfly version from 8.1.0.Final to 10.1.0.Final

    - Update Hibernate libraries
    - Update JSF libraries
    - Update Servlet libraries
    - Update tests
    mark1900 committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    6a13839 View commit details
    Browse the repository at this point in the history
  2. Fix code comments

    mark1900 committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    04672cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97538be View commit details
    Browse the repository at this point in the history
  4. Update versioning

    mark1900 committed Nov 7, 2016
    1 Configuration menu
    Copy the full SHA
    2f8a74e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Update readme.asciidoc

    mark1900 committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    5ce8d5a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Update readme.asciidoc

    Add "Building and Releasing the Components" section
    mark1900 committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    327fbeb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Update readme.asciidoc

    mark1900 committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    78703a3 View commit details
    Browse the repository at this point in the history