On Tue, Jul 2, 2024 at 7:49 AM David Lomas <d...@pale-eds.co.uk.invalid>
wrote:

> Thanks Nick. This is the file I was referring to:
>
>
> https://github.com/apache/guacamole-client/blob/main/extensions/guacamole-auth-header/pom.xml
>
> which doesn't have a Guice version. But at the root:
> https://github.com/apache/guacamole-client/blob/main/pom.xml I see it's
> 5.1.0, so I've used that (even though 7 did appear to work and run OK).
> That did mean the extension on its own outside the main source tree
> wouldn't compile though...
>
> I also realised that of course the version of maven / java I have
> installed to build the extension isn't really that relevant, as I'm copying
> the extension into the docker container to run it, so I guess that's where
> the mismatch was showing up.
>
>
Yeah, mainly you will see issues if you 1) change target Java versions or
2) change dependency versions and then try to compile and install an
extension with the WAR file that has different target Java versions and/or
different dependencies.

-Nick

>

Reply via email to