NASA-PDS / pds4-information-model

The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.
https://nasa-pds.github.io/pds4-information-model/
Other
9 stars 6 forks source link

PDS4 IM repo fails with openjdk 17+ #471

Closed jordanpadams closed 2 months ago

jordanpadams commented 2 years ago

🐛 Describe the bug

📜 To Reproduce

Steps to reproduce the behavior:

  1. mvn clean package
    [ERROR] Failed to execute goal gov.nasa.pds.model:model-dmdocument:14.1.0-SNAPSHOT:generateDocumentation (default-compile) on project model-ontology: Execution default-compile of goal gov.nasa.pds.model:model-dmdocument:14.1.0-SNAPSHOT:generateDocumentation failed: Unable to make field private static final java.util.HashMap java.lang.ProcessEnvironment.theEnvironment accessible: module java.base does not "opens java.lang" to unnamed module @10eba57f -> [Help 1]
    [ERROR]

🕵️ Expected behavior

Build successfully

I&T

TestRail Test ID: T8827947

jordanpadams commented 2 months ago

Fixed per #745 #747 #751