You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On #132, we discovered that records required to be serializable to work with quarkus-tests. This is already reported to quarkus for a long time (see quarkusio/quarkus#15892), but looks like no move have been done in that regard.
We should keep this issue open to simplify our code and remove the serializable class for our enums, as this is a requirement for test-only and should not leak into our actual code.
The text was updated successfully, but these errors were encountered:
magicDGS
changed the title
Remove serializable for records one QuarkusTest does not require the,
Remove serializable for records one QuarkusTest does not require them
May 19, 2024
Still in 3.12.1 is not fixed, as the change to JBoss Marshalling was reverted. I added a comment into the original issue and I will open it again if it is not re-open.
On #132, we discovered that records required to be serializable to work with quarkus-tests. This is already reported to quarkus for a long time (see quarkusio/quarkus#15892), but looks like no move have been done in that regard.
We should keep this issue open to simplify our code and remove the serializable class for our enums, as this is a requirement for test-only and should not leak into our actual code.
The text was updated successfully, but these errors were encountered: