Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-460

Quarkus gRPC fails with missing JSR305 on simple stub

    XMLWordPrintable

Details

    • Hide

      Add explicit jsr305 dependency to the project, e.g.:

      <dependency>
          <groupId>com.google.code.findbugs</groupId>
          <artifactId>jsr305</artifactId>
          <version>3.0.2</version>
      </dependency>
      
      Show
      Add explicit jsr305 dependency to the project, e.g.: <dependency> <groupId> com.google.code.findbugs </groupId> <artifactId> jsr305 </artifactId> <version> 3.0.2 </version> </dependency>
    • Undefined
    • ---

    Description

      Mutiny stubs seem to work well without JSR305, and they are the ones tested in quickstarts.

      When using a project like https://github.com/michalszynkiewicz/failing-q-grpc the JSR305 is required, otherwise the build fails with missing CheckReturnValue annotation

      Attachments

        Issue Links

          Activity

            People

              mszynkie@redhat.com Michal Szynkiewicz (Inactive)
              mszynkie@redhat.com Michal Szynkiewicz (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: