[
https://issues.apache.org/jira/browse/CODEC-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533445
]
James Carman commented on CODEC-55:
-----------------------------------
Also, adding constructors that take the extra parameters and deprecating the
setters might be a way to move forward here. These really should be final
properties/fields. Then, in a subsequent release, we can remove the setters
and make the member variables final that used to have setters. I just don't
like adding these static methods for creating an inlined subclass of an
encoder. It just doesn't sit right with me.
> make all "business" method implementations of public API thread safe
> ---------------------------------------------------------------------
>
> Key: CODEC-55
> URL: https://issues.apache.org/jira/browse/CODEC-55
> Project: Commons Codec
> Issue Type: Wish
> Reporter: Qingtian Wang
> Attachments: concurrentCodecs.diff, concurrentQDiff.diff,
> urlcodec.patch
>
>
> Maybe most of the implementations are already thread safe. Just such that
> codec can say so in general...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.