Giter Site home page Giter Site logo

Comments (9)

meltsufin avatar meltsufin commented on August 22, 2024

@ludoch Do you have any advice on this? Thanks!

from appengine-plugins.

howesda avatar howesda commented on August 22, 2024

Is there any movement on this - the deadline for moving off Java 8 on AppEngine is approaching?

Would I be better just going to Java 11, or does this same problem happen there too?

from appengine-plugins.

ludoch avatar ludoch commented on August 22, 2024

Sorry, I lost track of this one.

from appengine-plugins.

ludoch avatar ludoch commented on August 22, 2024

I was able to configure the local devappserver flags with changing this in the pom.xml:

              <plugin>
                <groupId>com.google.cloud.tools</groupId>
                <artifactId>appengine-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <jvmFlags>
                        <item>--add-opens</item>
                        <item>java.base/java.time.format=ALL-UNNAMED</item>
                    </jvmFlags>                   
                </configuration>
            </plugin>

from appengine-plugins.

ludoch avatar ludoch commented on August 22, 2024

Full documentation is under https://cloud.google.com/appengine/docs/legacy/standard/java/maven-reference#appenginerun

from appengine-plugins.

howesda avatar howesda commented on August 22, 2024

Thanks @ludoch

I'll try this later. Should this also be the solution for appengine:deploy too?

from appengine-plugins.

ludoch avatar ludoch commented on August 22, 2024

No, the ref doc is for appengine:run target.
For prod deployment, what you are doing is correct (i.e appengine-web.xml env variable)
Sorry, it is not well unified. Env setup on local machines is quite different than in prod.

from appengine-plugins.

howesda avatar howesda commented on August 22, 2024

I look forward to trying this - thanks for such a quick and exhaustive response

from appengine-plugins.

howesda avatar howesda commented on August 22, 2024

This works for me locally, so please feel free to close this issue.

from appengine-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.