getappmap / getappmap/appmap-java

Stream is closed when scan feign.reponse

Open
#140 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
88
Forks
17
Avg merge
2d 2h
Merged PRs (30d)
1

Description

feign use jaxb decoder to unmarshall , and the http response stream is closed after that.
when run test:
feign.codec.DecodeException: com.ctc.wstx.exc.WstxIOException: stream is closed

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported test failure in the Feign JAXB decoder path and inspect how the HTTP response stream is passed to unmarshalling. The issue mentions DecodeException, WstxIOException, and a closed stream but names no files or test. Done means the affected response decodes successfully without a stream-closed error.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.