You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/30 12:19:23 UTC

[GitHub] [dubbo-go] mark4z opened a new issue, #1947: Generic call to Dubbo Java error when parameterTypes not provide

mark4z opened a new issue, #1947:
URL: https://github.com/apache/dubbo-go/issues/1947

   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   Generic call to Dubbo Java error when parameterTypes not provide, dubbo-go is free.
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   Just like this:
   ![image](https://user-images.githubusercontent.com/36187602/176674723-0832f185-a241-408e-8f90-57e8424a54ba.png)
   
   
   **Anything else we need to know?**:
   When dubbo go is called by generalization, it is normal because there is no method overloading problem and no need to use the types parameter.
   However, when java is called and types is nil, []interface{} is passed in by default, which causes java to report an error.
   Possible solution:
   
   - [] set types = nil in generic filter
   - [] deal it in dubbo java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] mark4z closed issue #1947: Generic call to Dubbo Java error when parameterTypes not provide

Posted by GitBox <gi...@apache.org>.
mark4z closed issue #1947: Generic call to Dubbo Java error when parameterTypes not provide
URL: https://github.com/apache/dubbo-go/issues/1947


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] mark4z commented on issue #1947: Generic call to Dubbo Java error when parameterTypes not provide

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #1947:
URL: https://github.com/apache/dubbo-go/issues/1947#issuecomment-1173026284

   https://github.com/apache/dubbo-go-hessian2/issues/317


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] mark4z commented on issue #1947: Generic call to Dubbo Java error when parameterTypes not provide

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #1947:
URL: https://github.com/apache/dubbo-go/issues/1947#issuecomment-1171150820

   https://github.com/apache/dubbo/issues/10243


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] mark4z commented on issue #1947: Generic call to Dubbo Java error when parameterTypes not provide

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #1947:
URL: https://github.com/apache/dubbo-go/issues/1947#issuecomment-1272281312

   fixed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org