Pierre-Alexandre Meyer
Pierre-Alexandre Meyer
`BindIn` issue should be fixed by https://github.com/killbill/killbill/pull/1884.
Thanks for the detailed report! Can you reproduce it on 0.24? 0.22 is EOL.
I'm supportive. We've historically just used `/users/sign_in` but having a real healthcheck makes a lot of sense. Would you be able to submit a PR?
The healthcheck could also return the current Kaui version.
Fixed by https://github.com/killbill/killbill-admin-ui-standalone/pull/75. 
@grana-equinix Did you have a chance to look at my comments?
> I can override this but do you have any specific requirements for this page or maybe a design template? Could you do something simple for now, e.g. just show...
# Proposal ## Scenario A: POJO ```java // Existing interface -- simple POJO interface POJO { DateTime getValueA(); Long getValueB(); } // Provided default immutable implementation for POJO -- ready...
/cc @sbrossie / @andrenpaes / @vlademetal in case you've encountered the issue too?