Kevin Powe

Results 5 issues of Kevin Powe

When class.not.found.for.missing.class.alias is set to false, no CNFE should be thrown for an interface field set to a missing class name. This allows the user to optionally suppress CNFE behaviour.

Test branch to evaluate impact of removing check for a null tClass.

When class.not.found.for.missing.class.alias is set to false, no CNFE should be thrown for an interface field set to a missing class name. This allows the user to optionally suppress CNFE behaviour.

Using ScopedResource for the StringBuilder used in YamlWireOut could remove unsafe reuse of the StringBuilder between outer and inner scopes producing unintended results. This requires some investigation however, as not...