Christian Proinger
Christian Proinger
### Describe the bug curretnly dev.hilla.EndpointInvoker#createBeanValidationErrors just formats the whole information from ConstraintViolations as a String and there is no way to customize this behavior. this problem is present in...
We use the fundamental-Styles to make our own Form-Facet Component because ui5-webcomponents-react does not have it. so we have code like ``` return ( {label + ':'} {... snip ...}...
i found your plugin on stackoverflow today http://stackoverflow.com/a/20972224/775513. seems like a great tool. however i experience the same problem as stated in the comments of your post. maybe it has...
i habe a multi-module maven project where the root is not the parent the submodules. that way i have to define the rewrite-plugin in all parent poms. I'm no expert...
### Describe the bug see this line of code https://github.com/vaadin/hilla/blob/main/packages/java/endpoint/src/main/java/com/vaadin/hilla/push/PushMessageHandler.java#L117 ``` java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ConcurrentHashMap.containsKey(Object)" because the return value of "java.util.concurrent.ConcurrentHashMap.get(Object)" is null at dev.hilla.push.PushMessageHandler.handleBrowserSubscribe(PushMessageHandler.java:130) at dev.hilla.push.PushMessageHandler.handleMessage(PushMessageHandler.java:105) at dev.hilla.push.PushEndpoint.onMessage(PushEndpoint.java:153) at...