quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
135 stars 80 forks source link

disable antora until having proper working solution #496

Closed maxandersen closed 5 months ago

maxandersen commented 5 months ago

fixing https://github.com/quarkiverse/quarkus-langchain4j/issues/493 and what is related failures like missing classes in test and conflicting 8081 ports.

by removing antora all builds works again on OSX/podman.

My theory is that the antora devservice is assuming volume mounts/permissions can be adjusted from inside container in a portable way - it can't (unfortunately).

Thus it fails somewhat silently - causing the AntoraTest to not shutdown, causing 8081 failures ...why it then result in devui not being able to find classes is beyond me - but that error goes away with this code commented out.

jmartisk commented 5 months ago

Could we, instead of removing, move it into a profile that isn't enabled by default?

maxandersen commented 5 months ago

We probably can make it a profile. I just did simplest thing that works on my machine.

I suggest we merge this so build/samples works.

Then someone who are able to run it can make pr with profile