Juha Komulainen

Results 26 comments of Juha Komulainen

Hi! Does your example actually work with Spring if you make a manual request without Apina? Apina does absolutely nothing on the server side, it simply figures out what Spring...

Ah, of course you're right and I've used that over and over again when binding forms. Somehow I failed to think of that because of different context. This would, indeed,...

Thanks for your contribution! The commit above changes the generation of the client side interface, but it doesn't affect the runtime behavior of the client, right? So the calls won't...

Right, it would be really nice to have the usability of distinct types on the client side as well, but it would entail quite a lot of complexity to support...

Right, it should be possible to create a new instance of the task and pass custom properties for that. Unfortunately I've never tested that and I don't even have an...

No, it's not possible at the moment, but I suppose it would be quite easy to add support for that. Personally I haven't used Beanstalk for a few years now,...

Sounds really weird, because there's no magic involving task dependencies in the code. Can you provide a minimal build file which would reproduce the problem? By "2.0 onwards", I suppose...

Oh, and I just dived into my comments and completely forgot to say: thanks for the pull request! :)

Then again, the problem still seems to be there.

Do you have any suggestions what the API should look like? What would be the simplest thing that would cover your use cases?