GitHub user robertbraeutigam opened a pull request:

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

    Fixed 'uberjar' support for initializers

    Comment for 'break' says no need to have multiple initializer properties 
files. Actually when creating a single jar file as a distribution (with jetty, 
wicket, everything included) as opposed to a 'war' file, it is necessary to 
read *all* initializer files, as all of them will be included in the single 
distributed jar file.
    
    In my case, there are 2 initializers: core and extensions. With this 
modifications it all works in a single 'executable' jar file.

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

    $ git pull https://github.com/robertbraeutigam/wicket wicket-7.x

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

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #138
    
----
commit 0fd29b31e77035c1262e6f2678b18a160a0ef0e9
Author: Robert Brautigam <robert.brautigam.gy...@gmail.com>
Date:   2015-10-04T09:53:34Z

    Fixed 'uberjar' support for initializers

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to