Samir Romdhani
Samir Romdhani
Hello, why You don't using Redux, it's very important in a project like kubernetes UI.
The use of takeUntilDestroyed after upgrading to Angular 16 https://github.com/kubernetes/dashboard/pull/8372 shows us that some component are not properly destroyed overall on changing views. Unit tests can help demonstrate that.
@floreks could you trigger the CI workflow?
review #8345
This actually related to java version, this work only under java 8, see [JAVA8_HOME](https://github.com/highsource/jsonix/blob/5d0d101f338bcf514bb6249437860e4b4d011cd2/full-build-1.8.bat#L3) So to fix this, I used java 8 docker image. `docker run --rm -v "$PWD":/jsonix/ -w...
> I was able to download activation.jar and use this: > > > java -cp jsonix-schema-compiler-full.jar:./activation.jar org.hisrc.jsonix.JsonixMain -generateJsonSchema ... That is not necessary, see https://github.com/highsource/jsonix-schema-compiler/issues/81#issuecomment-1232816294
> @Knochenmark, yes I used the same trick. > > But I think this repo is no longer actively developed. Maybe someone of the [forkers](https://github.com/highsource/jsonix/network/members) is willing to fix bugs....