Heiko Henning
Heiko Henning
**Describe the bug** I a label contains "_" underline it will be false positively escaped:  This leads in my case to: The visible text have a \ to much...
Assuming this example: ``` Node a1 = node("A1"); Node b1 = node("B1"); Node c1 = node("C1"); Node c2 = node("C2"); List linkSourcesB = new ArrayList(); linkSourcesB.add(a1); linkSourcesB.add(b1); linkSourcesB.add(c1); linkSourcesB.add(c2); linkSourcesB.add(...
For Stream binder there for support for the javax validation: https://github.com/spring-cloud/spring-cloud-stream/commit/d93f170f2e82319300b825c0437523353fc3c590 But it seams for the functional interface it is gone. It would expect this throwing a error when a...
Following is related to: https://github.com/SolaceProducts/solace-spring-cloud/issues/35 I want to do some brain storming how to solve this problematic most elegant. ### The Problem: - When sending a message to broker -...
**Describe the issue** Originally invented @philwebb with: https://github.com/spring-projects/spring-boot/issues/7656 The "[readiness](https://spring.io/blog/2020/03/25/liveness-and-readiness-probes-with-spring-boot)" framework, that enables to register "[ApplicationRunner](https://dzone.com/articles/spring-boot-applicationrunner-and-commandlinerunne)" to ensure for example a "cache" is loaded before the application is ready to...
If you give >=2 hosts/uris i fixed following bug: **Initial state:** host a: passive host b: active Connected to host b succesfull ;-) **Failover 1:** host a: active host b:...
#### Reason/Context If there is not proper "x-parser-schema-id", meaning those "anonym..", [Modelina ](https://github.com/asyncapi/modelina) will end up with unusable classes. But this is an issue for all code generator where you...
This should be used when using it with a code generator like modelina **Description** If there is not proper "x-parser-schema-id", meaning those "anonym..", [Modelina ](https://github.com/asyncapi/modelina) will end up with unusable...
#506 Bump ajv This is based on https://github.com/asyncapi/parser-js/pull/423 and will be cleaned up as soon as #423 was merged
I add the onClickItem event. This is an requirement of one of my project. where i have complex items in tree. And open onClick on the right halfe of the...