Feature extend target attributes constraints (#799)
* extended target attributes key limit to 128 characters Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch-si.com> * fixed tests Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
caca308f47
commit
473b6b2cc5
@@ -38,7 +38,7 @@ public interface Target extends NamedEntity {
|
||||
/**
|
||||
* Maximum length of key of controller attribute
|
||||
*/
|
||||
int CONTROLLER_ATTRIBUTE_KEY_SIZE = 32;
|
||||
int CONTROLLER_ATTRIBUTE_KEY_SIZE = 128;
|
||||
|
||||
/**
|
||||
* Maximum length of value of controller attribute
|
||||
|
||||
Reference in New Issue
Block a user