asyncapi / github-action-for-cli

GitHub Action with generator, validator, converter and others - all in one for your AsyncAPI documents with AsyncAPI CLI as backbone
Apache License 2.0
45 stars 19 forks source link

[BUG] Java --javaIncludeComments --javaJackson leads to Compilationfailure #382

Closed callyourai closed 1 week ago

callyourai commented 5 months ago

Describe the bug.

Java --javaIncludeComments --javaJackson leads to Compilationfailure

Expected behavior

Generating the models normally

Screenshots

image

How to Reproduce

jobs: package-and-upload: runs-on: ubuntu-latest permissions: contents: read packages: write steps:

Checkout repo

  - name: Checkout repo
    uses: actions/checkout@v2

  # Generating models from my AsyncAPI document
  - name: Generating models from my AsyncAPI document
    uses: asyncapi/github-action-for-cli@v3.1.1
    with:
      command: generate
      filepath: docs/asyncapi.yaml
      language: java
      parameters: --packageName=com.example --javaIncludeComments --javaJackson
      output: generated-models

🥦 Browser

None

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

No, someone else can work on it

github-actions[bot] commented 5 months ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

jonaslagoni commented 5 months ago

We can move this to https://github.com/asyncapi/modelina

jonaslagoni commented 5 months ago

@callyourai can you provide the AsyncAPI document as well?

Shurtu-gal commented 5 months ago

We can move this to https://github.com/asyncapi/modelina

Is it showing the same error if ran locally too ?

jonaslagoni commented 5 months ago

Should have nothing to do with the github action yea 🙂

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:

Shurtu-gal commented 1 month ago

@jonaslagoni should this be closed or transferred ?

jonaslagoni commented 1 week ago

Since no AsyncAPI document have been added, cant reproduce, just close it @Shurtu-gal.

@callyourai please reopen it in Modelina with input :v: