asyncapi / modelina

A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
https://modelina.org
Apache License 2.0
302 stars 176 forks source link

Java marshalling preset generate code with syntax errors #1986

Open jonaslagoni opened 5 months ago

jonaslagoni commented 5 months ago

Using the following generator:

const generator = new JavaGenerator({
 presets: [
  {
    preset: JAVA_COMMON_PRESET,
    options: {
      equal: false,
      hashCode: false,
      classToString: false,
      marshalling: true
    }
  }
]
});

Creates syntax error code with dictionary models.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience :heart: