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

Adding "Any" to Json #147

Open
Narigo opened this issue Mar 24, 2014 · 1 comment
Open

Adding "Any" to Json #147

Narigo opened this issue Mar 24, 2014 · 1 comment

Comments

@Narigo
Copy link
Member

Narigo commented Mar 24, 2014

Since Vert.x stopped supporting adding every kind of objects like Jackson does, I believe we should get rid of this part:

https://github.com/vert-x/mod-lang-scala/blob/master/src/main/scala/org/vertx/scala/core/json/Json.scala#L59-62

This tries to map everything into a JsonArray/JsonObject but might be the cause of failure for this issue over here: vert-x/mod-mysql-postgresql#17

@galderz galderz added this to the 1.0.0 milestone Mar 27, 2014
@galderz
Copy link
Contributor

galderz commented Mar 27, 2014

@Narigo I think it makes sense. Did you try removing that and see if it makes the issue go away? It'd be good to have proof that the fix actually solves that issue.

@galderz galderz removed this from the 1.0.0 milestone Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants