fix: address infinite recursion in EfUser serialization
Status | Pipeline | Created by | Stages | Actions |
|---|---|---|---|---|
Stage: external |
Download artifacts
No artifacts found |
The new helper method to get the public facing model of a user object was being called during serialization, and since it returns a copy of itself, it created a crash loop. Adding JSONIgnore forces the method to be ignored which resolves the issue.
Status | Pipeline | Created by | Stages | Actions |
|---|---|---|---|---|
Stage: external |
Download artifacts
No artifacts found |
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent