Phillip Krüger
Phillip Krüger
Yes, sorry did not add a description yet, just wanted to remind myself. But the DI should be (if possible) pluggable. I have made a change to the server code...
I'll have a look a.s.a.p
Thanks ! Are you doing a PR ?
Use this as a learning opportunity ;)
Yup, that is why I was suggesting we do that in SmallRye. Some java class (RenderJsCreator) that allows doing this.
What about using `@Ignore` ? Use it on the setter to ignore the input and on the getter to ignore the output. Does that not do what you want ?...
-1 for me, but I am happy to be convinced otherwise :)
Yea I would still keep the server and client the same. Json works the same way, so it's not brand new logic.
We need to do what we want to see in the spec, and I believe that would be to sync the client and server. @andymc12 what do you think ?
What about `@Ignore(on=OUTPUT)`