Details
Description
Currently max tags and max tag length is hardcoded, it should be configurable
@Evolving public static final int APPLICATION_MAX_TAGS = 10; @Evolving public static final int APPLICATION_MAX_TAG_LENGTH = 100;
Currently max tags and max tag length is hardcoded, it should be configurable
@Evolving public static final int APPLICATION_MAX_TAGS = 10; @Evolving public static final int APPLICATION_MAX_TAG_LENGTH = 100;