Taras Ledkov created IGNITE-6522: ------------------------------------ Summary: Binary metadata is invalid after creation on BinaryConfiguration.classNames with wildcard Key: IGNITE-6522 URL: https://issues.apache.org/jira/browse/IGNITE-6522 Project: Ignite Issue Type: Bug Components: binary Affects Versions: 2.1 Reporter: Taras Ledkov
The enum flag and enum's fields are calculated invalid on iterating through classes specified with wildcard {{<package_name>.*}} at the {{BinaryConfiguration.classNames}} See: {{BinaryContext#configure()}} {{typeCfg}} is created for type with wildcard. Enum flag & fields are gathered for type with wildcard instead of each type (inside the loop: {{{for (String clsName0 : classesInPackage(pkgName))}}) -- This message was sent by Atlassian JIRA (v6.4.14#64029)