chvndb

Results 10 comments of chvndb

I see, in that case it might be better to avoid the extra div and avoid any unexpected quirks.

Had the same issue, simply update the keycloak version to a final one, e.g. '1.3.0.Final' is the closest to the used snapshot version. Tested it and works.

@jasonbivins it works when connected to the domain. It is possible to disconnect once docker runs, but restarting requires again to be connected to the domain.

Any update on this?

I have the same issue. I am using the keycloak spring adapter. When enabling Vaadin Push everything works, except security is somehow ignored. I also see the warning: `o.v.s.s.shared.PushSecurityInterceptor :...

Would also love an update on this with Vaadin 24 and Spring Security 6 (Spring Boot 3).

Would it be possible to provide a reference file that lists "external" avro files which then be used when compiling?

@M3lkior sorry for the very late response. We in fact "solved" it by automatically inlining the Avro references into one avsc file, but this is far from ideal. We would...

@hguidetti well we created a parser that scans all our avsc files. If an avsc file contains a reference to another schema, the parser will fetch the content of that...

@hguidetti oor you can use AVDL, which inlines references when transformed into AVSC.