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
jmartisk
changed the title
Testing tool for Dev UI doesn't allow testing JSON-RPC methods that takes non-string arguments
Testing tool for Dev UI doesn't allow testing JSON-RPC methods that take non-string arguments
Dec 4, 2023
Describe the bug
Params to JSON-RPC methods can only be passed in a
Map<String, String>
so this is only applicable to methods that take String arguments: https://github.com/quarkusio/quarkus/blob/3.6.0/extensions/vertx-http/dev-ui-tests/src/main/java/io/quarkus/devui/tests/DevUIJsonRPCTest.java#L62 - when you want to pass something else, there is no way to do it.Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
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: