Thorsten Hoeger created CXF-5384:
------------------------------------
Summary: AccessTokenGrant should extend Serializable
Key: CXF-5384
URL: https://issues.apache.org/jira/browse/CXF-5384
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.7
Reporter: Thorsten Hoeger
After adding most of the Serializables
(https://issues.apache.org/jira/browse/CXF-5331) I found another one.
ServerAuthorizationCodeGrant is serializable but that does not work because its
superclass is not serializable and does not have a no-arg constructor. I looked
at the type-hierarchy and propose to move the marker to AccessTokenGrant.
--
This message was sent by Atlassian JIRA
(v6.1#6144)