xdev-software / chartjs-java-model

Provides Java models for Chart.js
Apache License 2.0
13 stars 6 forks source link

Infinite loop in JSON serialization #174

Closed melloware closed 5 months ago

melloware commented 5 months ago

Checklist

Affected version

1.4.1

Steps to reproduce the bug

See https://github.com/orgs/primefaces/discussions/2076

issue reported on PrimeFaces forum with diagnosis and workaround.

Expected behavior

No infiniteloop

Actual behavior

No response

Additional information

No response

AB-xdev commented 5 months ago

So I checked the mentioned code and uhm it works fine when I execute it inside the demo project...

AB-xdev commented 5 months ago

Anyway I added a JsonIgnore for now, this should in fix the problem in any way

melloware commented 5 months ago

Fixed!