Mafiaboss
Java 21 Support
I am trying to deploy my Spring Boot Java 21 project but i am getting error that Java 21 is not supported. I can see that Java 21 updated and merged into Main
Project Railway Id = 0f4858db-976c-4f1a-91ea-0ba1b5fc740
This is from my Railway log
#10 37.95 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project cep-system: Fatal error compiling: error: release version 21 not supported -> [Help 1]
29 replies
Getting Timeout when application is deployed
I am using Java/Spring boot, with Java Google storage library to retrive image and locally it works perfectly while when i deploy to Railway i am getting time out error.
c.c.c.a.out.storage.GoogleCloudStorage : Connect timed out
I double checked env variables, even tried to hardcore, outcome is always same3 replies