Read module info from xml configuration file #346

Merged
jwharm merged 2 commits from module-data-parser into main 2026-04-06 18:13:54 +02:00
Owner

Instead of a set of Map.Entry records in a Java class, we now configure module information in an xml file that's included as a resource. The xml file is located at generator/src/main/resources/ModuleData.xml.

Also renamed the LicenseNotice.txt to LicenseNoticeTemplate.txt to make more clear that it's a template.

There is no functional impact; the generated code is exactly the same as before.

Instead of a set of Map.Entry records in a Java class, we now configure module information in an xml file that's included as a resource. The xml file is located at `generator/src/main/resources/ModuleData.xml`. Also renamed the `LicenseNotice.txt` to `LicenseNoticeTemplate.txt` to make more clear that it's a template. There is no functional impact; the generated code is exactly the same as before.
Instead of a set of Map.Entry records in a Java class, we now configure
module information in an xml file that's included as a resource.
Renamed for clarity that it's a template for the bindings generator.
jwharm merged commit 2ce299cfa7 into main 2026-04-06 18:13:54 +02:00
jwharm deleted branch module-data-parser 2026-04-06 18:14:03 +02:00
Sign in to join this conversation.
No description provided.