[
https://issues.apache.org/jira/browse/WICKET-7148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928154#comment-17928154
]
ASF subversion and git services commented on WICKET-7148:
---------------------------------------------------------
Commit e480c7f230a072ca6f34f5a31d4ba3e9b943bb06 in wicket's branch
refs/heads/wicket-9.x from hosea
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=e480c7f230 ]
WICKET-7148: Make deletion of Metadata in Application possible again (#1101)
Co-authored-by: Schäfer, H.H. (Hans Hosea) <[email protected]>
> Removing Metadata from Application not possible
> -----------------------------------------------
>
> Key: WICKET-7148
> URL: https://issues.apache.org/jira/browse/WICKET-7148
> Project: Wicket
> Issue Type: Bug
> Components: wicket-core
> Affects Versions: 9.12.0, 9.20.0
> Reporter: Hans Schäfer
> Priority: Minor
>
> Moving to ConcurrentHashMap as storage for the MetaData made deleting
> Metadata by passing null-Value when calling Appliction#setMetadata
> impossible. ConcurrentHashmap does not like null-Values and reacts with
> Exception.
> Solution: use ConcurrentHashMap#remove for null-Value.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)