Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-4864

Ensure client metadata is computed at runtime with GraalVM native images

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.9.0
    • None
    • Native Images
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

    Description

      ClientMetadataHelper initialize the metadata document in a static initializer. But we don't want the metadata (which includes environment variable lookups) to be based on the build environment, but rather the run-time environment.

      We should either ensure that class is initialized at runtime using native-image.properties or else initialize the metadata document lazily at runtime. The latter may be preferable as there is a risk that we rename/refactor this class in the future and don't notice that we need to change the native-image.properties file.

      Attachments

        Activity

          People

            maxim.katcharov@mongodb.com Maxim Katcharov
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: