Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8267472

JavaFX modules to include version information

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • jfx17
    • jfx18
    • javafx
    • generic
    • generic

    Description

      Let the compiled module descriptors of modules provided by JavaFX contain version information.

      Java/JDK modules (and other libraries/frameworkds) do contain such information, which leads to printouts like the following from a custom runtime image:
      {noformat}
          java --list-modules
          java.base@16.0.1
          ...
          javafx.base
          javafx.controls
          javafx.graphics
          javafx.media
          javafx.web
          ...
          jdk.unsupported@16.0.1
          org.apiguardian.api@1.1.1
          org.junit.jupiter.api@5.8.0-M1
          ...
          org.junit.platform.reporting@1.8.0-M1
          org.opentest4j@1.2.0
      {noformat}

      Reading here, for example, {{javafx.base@17[-ea+9]}} would make reasoning about the version of JavaFX packaged into the custom runtime image much easier.

      Attachments

        Issue Links

          Activity

            People

              cstein Christian Stein
              cstein Christian Stein
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: