GitHub user Jezza opened a pull request:
https://github.com/apache/wicket/pull/276
WICKET-6550 : Unify all metadata capable objects.
Introduce a IMetadataContext that contains the current metadata
implementation.
This should allow more generic code to be written for all of the objects
currently capable of storing and handling metadata.
Ideally, this could be expanded with useful default methods.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Jezza/wicket WICKET-6550
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/276.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 #276
----
commit e92bffdf596bdf96d88de3bb2fe64616a390719b
Author: Jezza <jezzadabomb@...>
Date: 2018-04-19T20:16:47Z
WICKET-6550 : Unify all metadata capable objects.
Introduce a IMetadataContext that contains the current metadata
implementation.
This should allow more generic code to be written for all of the objects
currently capable of storing and handling metadata.
Ideally, this could be expanded with useful default methods.
----
---