Trying to change CodecsGrailsPlugin to augment Object rather than String, codec unit tests start to fail - showing that the methods are not available to derived Java classes.
Attached is a modified version of the unit test, that tests Object, Integer and String. Only Object passes with the supplied copy of the codec plugin, which adds methods to Object not String.
Description
Trying to change CodecsGrailsPlugin to augment Object rather than String, codec unit tests start to fail - showing that the methods are not available to derived Java classes.
Attached is a modified version of the unit test, that tests Object, Integer and String. Only Object passes with the supplied copy of the codec plugin, which adds methods to Object not String.