-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.7
-
Fix Version/s: 3.0.0-milestone1, 2.7.8
-
Component/s: JAX-RS
-
Labels:None
-
Estimated Complexity:Unknown
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.