You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by jsarman <gi...@git.apache.org> on 2013/06/25 01:45:15 UTC

wicket pull request: Cdi 1.1

GitHub user jsarman opened a pull request:

    https://github.com/apache/wicket/pull/46

    Cdi 1.1

    Merged cdi-1.1 to Head.  Added Weld-2.0 integration.  Tested with port of Igor's cdi examples running on Tomcat 7.
    Both cdi-1.1 and weld-api-2.0.Final are set to provided scope.  This allows the end user to set the proper container jars in the app. If not Tomcat will get a jar validation error and user will have to set up exclusions etc.etc.  

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jsarman/wicket cdi-1.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/46.patch

----

----