inode64 / inode64-overlay

Gentoo overlay
Creative Commons Zero v1.0 Universal
12 stars 2 forks source link

www-apps/guacamole-client-1.5.5 should use tomcat:9 not 8.5 #24

Open pcrow opened 3 months ago

pcrow commented 3 months ago

Tomcat 8.5 is reached end-of-life. The documentation on Guacamole says to use Tomcat 9.0. Hopefully this is just a simple change in the ebuild.

inode64 commented 3 months ago

I can't find in the documentation that I can use a tomcat higher than 8.5, in the docker file they only indicate version 8.5 https://github.com/apache/guacamole-client/blob/main/Dockerfile Where have you seen that possibility of using a tomcat 9.0?

pcrow commented 3 months ago

I may have jumped the gun on this.

There are definitely reports that it works with 9.0, and 8.5 is end-of-life, but I haven't found documentation that says it is what the developers recommend.

pcrow commented 3 months ago

8.5 is no longer in portage, and I can confirm that at least on my system, it's working just fine with 9. I've only done a quick test using ssh and vnc connections, and I'm running on arm64, so I'm probably not the best test case.

inode64 commented 3 months ago

Perfect, I'm going to check some of my installations first and if it goes well I'll apply it.

inode64 commented 3 months ago

have you tried with tomcat 10?

pcrow commented 3 months ago

No. I think I saw something about 10 not working for other people, but I didn't experiment.

inode64 commented 3 months ago

Update project https://github.com/apache/guacamole-client/commit/60f53e9f86a7f173f83e811a0949fdc05e493a1c

updated the project The interesting thing is that they use java 21, I just have a while I will try java 17 since it is also stable in Gentoo