AshharAhmadKhan commented on PR #5590:
URL: https://github.com/apache/fineract/pull/5590#issuecomment-4147277778

   Hey @adamsaghy, one additional fix in this push (2c12358).
   
   The API compat check was failing with **R012** — `adjustTransaction` had no 
swagger annotations before this PR so the generator emitted an implicit 
`default` response. Adding `@ApiResponses` with only a `200` dropped it. Fixed 
by adding `@ApiResponse(responseCode = "default", description = "error 
occurred")` alongside the `200`.
   
   The E2E shard failures (3 and 9) were both `Java heap space` OOMs in 
`:fineract-client:buildJavaSdk` — both retried and passed on the same run, 
13/15 shards green on the same commit. Unrelated to this PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to