Skip to content

[P3] Indentify unsupported types when registering POJO #42

@felix021

Description

@felix021

There're some types not supported by dubbo-java and/or dubbo-go-hessian2, which could be identified and blocked with comprehensive error message when registering.

The types inlude:

  • []bool, not supported by dubbo-java
  • []int16, not supported by dubbo-java
  • []binary, not supported by dubbo-go-hessian2
  • map[bool]byte, not supported by dubbo-java
  • map[bool]int16, not supported by dubbo-java
  • ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions