You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Vít Kotačka (JIRA)" <ji...@apache.org> on 2017/06/22 13:39:00 UTC

[jira] [Updated] (WICKET-6408) Initializer in /META-INF/wicket/* is not loaded

     [ https://issues.apache.org/jira/browse/WICKET-6408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vít Kotačka updated WICKET-6408:
--------------------------------
    Description: 
{{Application}} class is now missing functionality for loading of _initializers_ from the {{/META-INF/wicket}} location.

* The constant {{META_INF_WICKET_PATH}} is defined, but never used.
* Method {{load(Properties)}} is never called.

There is missing equivalent of the method {{collectWicketProperties()}} from the Wicket 7.7.0.

  was:
{{Application}} class is now missing functionality for loading of initializers from the {{/META-INF/wicket}} location.

* The constant {{META_INF_WICKET_PATH}} is defined, but never used.
* Method {{load(Properties)}} is never called.

There is missing equivalent of the method {{collectWicketProperties()}} from the Wicket 7.7.0.


> Initializer in /META-INF/wicket/* is not loaded
> -----------------------------------------------
>
>                 Key: WICKET-6408
>                 URL: https://issues.apache.org/jira/browse/WICKET-6408
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 8.0.0-M6
>            Reporter: Vít Kotačka
>            Priority: Minor
>
> {{Application}} class is now missing functionality for loading of _initializers_ from the {{/META-INF/wicket}} location.
> * The constant {{META_INF_WICKET_PATH}} is defined, but never used.
> * Method {{load(Properties)}} is never called.
> There is missing equivalent of the method {{collectWicketProperties()}} from the Wicket 7.7.0.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)