My springboot vaadin application is in /home/repos/thething/cito/[vaadinapp]
The springboot app is started with the working directory pointing to /home/repos/thething/cito/
However, the IDEs project folder is /home/repos/thething. Because of that I think spring is logging this warning:
2026-02-21T00:50:58.835-05:00 WARN 86646 — [cito] [nio-8080-exec-3] c.vaadin.copilot.JavaSourcePathDetector : Calculated project directory (/home/hdavid/repos/thething/cito) and directory reported by IDE (/home/hdavid/repos/thething) do not match. Using /home/hdavid/repos/thething.
Does this mean that something copilot related is not going to work well? or I can ignore this at the momment? Would you want me to create a ticket for this in some of your projects?
Thanks!