Describe the bug
Upgrading to 3.35 causes an infinite loop in the Jackson serialization stack.
Note that setting quarkus.rest.jackson.optimization.enable-reflection-free-serializers=false fixes the issue.
Expected behavior
Serialization to happen correctly.
Actual behavior
Infinite loop
How to Reproduce?
- Clone https://github.com/metacosm/power-server
- Change Quarkus version to 3.35
- Build with
mvn clean install
- Issue occurs on macOS, Linux seems OK because the object tree is different there
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Describe the bug
Upgrading to 3.35 causes an infinite loop in the Jackson serialization stack.
Note that setting
quarkus.rest.jackson.optimization.enable-reflection-free-serializers=falsefixes the issue.Expected behavior
Serialization to happen correctly.
Actual behavior
Infinite loop
How to Reproduce?
mvn clean installOutput of
uname -aorverNo response
Output of
java -versionNo response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --versionorgradlew --version)No response
Additional information
No response