Results 6 comments of treilhes

Sorry but i don't know how to fix build failures.If you can explain wha t i'm doing wrong i would be glad to solve it.

Hello, I wonder if someone can take some time to give it a look

It will add binding expression support only for String typed fields. The pull request allows SceneBuilder to show binding expression in the editor (aka ${something}) without trying to resolve it...

@hamzaed Hello, i did try to generate uml from an openapi 3.0.0 definition and got the following message > object has missing required properties (["swagger"]) It seems the openapi 3...

A bit of debugging later, it seems an additional layer must be created to handle loading plugins at startup. ``` .layer("plugins1") .withParent("platform") .withParent("log") .withModulesIn(pluginsPath) ``` But it feels a bit...