-
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
Quarkus testing with @ParameterizedTest
using Map (entries) broken with Java 17 + 18 (xstream)
#25027
Labels
Milestone
Comments
Mind adding the exact snippet that causes the issue? Thanks |
@geoand done. |
Thanks |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Apr 20, 2022
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Apr 20, 2022
gsmet
added a commit
that referenced
this issue
Apr 20, 2022
Fix Map.Entry handling of parameterized tests
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Apr 24, 2022
Fixes: quarkusio#25027 (cherry picked from commit 36f139d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This is the same issue as #24492 but when the
@MethodSource
returns aStream<Map.Entry<String, String>>
(created from astatic final Map<String, String>
field). The error is:Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.8.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: