Skip to content
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

ApiTool App.json parsing response wildcard type exception #1317

Closed
kliushnichenko opened this issue May 1, 2019 · 4 comments · Fixed by #1327
Closed

ApiTool App.json parsing response wildcard type exception #1317

kliushnichenko opened this issue May 1, 2019 · 4 comments · Fixed by #1327
Milestone

Comments

@kliushnichenko
Copy link
Contributor

If generated by apitool plugin App.json contains wildcard types like

{  
  "response" : {  
    "type" : "java.util.List<? extends com.foo.Bar>"  
  },   
}

then org.jooby.internal.apitool.BytecodeRouteParser#read fails with exception

read of /com/foo/bar/App.json resulted in exception com.fasterxml.jackson.databind.JsonMappingException: ?extendscom.foo.Bar

@kliushnichenko
Copy link
Contributor Author

Looks like this fix is missing at http://central.maven.org/maven2/org/jooby/jooby-apitool/1.6.1/

@jknack
Copy link
Member

jknack commented Jun 4, 2019

You're right, seems I screw up when doing the release.

Wait for 1.6.2 later today

@jknack
Copy link
Member

jknack commented Jun 5, 2019

1.6.2 is on central now

@kliushnichenko
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants