Giter VIP home page Giter VIP logo

Comments (4)

vitalca avatar vitalca commented on May 20, 2024 1

Hi Samuele,

In the meantime on the link you have referenced there is no trace of 1.8 version.

Java 1.8 == Java 8, so it is mentioned over there.

Please look at the code in the pretty_format_java.py.

According to the google-java-format/README, the --add-exports JVM flags are required when running on JDK 16 and newer.

What needs to be done is the following.

  1. check java version (there is a function for this)
  2. for any versions >= 16, you add the --add-exports arguments.
  3. for all versions below 16 you do not add them.

That's it. Thanks 🙂

from language-formatters-pre-commit-hooks.

macisamuele avatar macisamuele commented on May 20, 2024

I'm not a bit Java expert and I'll try to document myself a bit more.
In the meantime on the link you have referenced there is no trace of 1.8 version.
Something worth mentioning is that recent versions of Google Java Formatter might not work without the add exports, which implies that you wouldn't be able to run them on your java version.

from language-formatters-pre-commit-hooks.

vitalca avatar vitalca commented on May 20, 2024

Google Formatter does not start on JDK 8.
Sorry for bothering.

from language-formatters-pre-commit-hooks.

macisamuele avatar macisamuele commented on May 20, 2024

Thanks for the the report and carrying the check already.

from language-formatters-pre-commit-hooks.

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.