-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeepClone in QuarkusTestExtension returns null #9886
Comments
Problems with cloning using XStream serialisation/deserialisation is also the cause of the issues #9677 and #9884 There is quite a list of limitations in the XStream-FAQ, e.g. My lambda expression is serialized to null! |
Yeah, we'll have to address that |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 11, 2020
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 11, 2020
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 15, 2020
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jun 18, 2020
johnaohara
pushed a commit
to johnaohara/quarkus
that referenced
this issue
Jun 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom JUnit5 extensions providing non-primitive test method arguments have issues wrt TCCL.
This is "solved" with DeepClone workaround.
But in our case this DeepClone impl returns null for a simple JDK Supplier instance:
The text was updated successfully, but these errors were encountered: