Allow wild-card in supportedPolicyTypes 07/116507/1
authorJim Hahn <jrh3@att.com>
Tue, 22 Dec 2020 15:10:40 +0000 (10:10 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 22 Dec 2020 15:14:01 +0000 (10:14 -0500)
commit7b5adac8cdcf61522644e201c50bb2ff6c4c72c8
treef5c1b2130d390a06b7f6c3d83d543ded80d4d278
parent12fce55a66848bcc7f71430324b3a9051b8ce0d4
Allow wild-card in supportedPolicyTypes

Changes to the validation code broke the validation check for the
supportedPolicyTypes field in PdpSubGroup - it no longer supports wild-
cards in the name.  Modified the validation annotation in
PfSearchableKey to allow wild-card names.

Issue-ID: POLICY-2648
Change-Id: Ibd2853025ce72ed88697dd9a7d6d5eed2b28475e
Signed-off-by: Jim Hahn <jrh3@att.com>
models-base/src/main/java/org/onap/policy/models/base/PfSearchableKey.java
models-base/src/test/java/org/onap/policy/models/base/PfSearchableKeyTest.java