Skip to content

Commit

Permalink
fix common.URL serialization bug (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
justxuewei authored Jul 2, 2021
1 parent 893bfb5 commit 048392c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ func LoadWithOptions(options ...LoaderInitOption) {
// register metadata info and service info
hessian.RegisterPOJO(&common.MetadataInfo{})
hessian.RegisterPOJO(&common.ServiceInfo{})
hessian.RegisterPOJO(&common.URL{})

for _, option := range options {
option.init()
Expand Down

0 comments on commit 048392c

Please sign in to comment.