streamaserver / streama

Self hosted streaming media server. https://docs.streama-project.com/
MIT License
9.68k stars 984 forks source link

Update to Java 11 #1128

Open agustinpallares94 opened 1 year ago

agustinpallares94 commented 1 year ago

After a lot of work I managed to upgrade the whole project to version 6.9 of Gradle, 3.3.10 of Groovy and Java 11. I have configured it to be deployable with containers, in kubernetes and Openshift. I don't know if you want any branches to add to the Git.

dularion commented 1 year ago

sure, send me the PR

dularion commented 1 year ago

thanks!

agustinpallares94 commented 1 year ago

Let's see if I can find the time and prepare it all! Thanks!

agustinpallares94 commented 1 year ago

@dularion I was going to upload it but I just encountered the error:

ERROR org.grails.web.errors.GrailsExceptionResolver - MissingPropertyException occurred when processing request: [GET] /video/show.json - parameters:
id: 3
No such property: name for class: streama.Movie
Possible solutions: all, tags, type. Stacktrace follows:

playing a movie. Do you know how to fix it? Thanks