Java Jar size

What can be done if we have a jar who size is more then 15MB, the limit enforce by apigee environments. Any work around and solution for this challenege.

@support

@All

5 Likes

Yes - host your Java app in a proper app hosting platform, like Cloud run. Then call from the Apigee proxy into the Java-based app. You can search and find lots of examples describing how to host Spring Boot Java apps in Cloud Run.

Here’s an example using Javalin.

3 Likes