Skip to content

Make FeignException truly serializable #1193

@Nikolas-Charalambidis

Description

@Nikolas-Charalambidis

The class FeignException implements Serializable inherited from the Exception hierarchy, however, it contains the object feign.Request which is not Serializable itself, therefore further serialization into either JSON or Camunda process variable is impossible (my case), etc...

Is possible to either change the internals of feign.Request to be serializable itself or amend FeignException to hold information about the failed request in another way?

Version: 10.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFor recommending new capabilitiesproposalProposed Specification or API change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions