• Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 5.1.1.Final
    • None
    • Quarkus
    • None

      Develop a new ruleset that identifies artifacts that can be replaced by Quarkus extensions for which the source is not Spring/SpringBoot.

      For example the migration of the test application kafka-clients-sb-sample to
      kafka-clients-quarkus-sample required the replacement of the following artifacts

      <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId>
      with
      <groupId>io.quarkus</groupId> <artifactId>quarkus-avro</artifactId>

      and

      <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-client</artifactId>
      with both
      <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-jsonb</artifactId>
      <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-jackson</artifactId>

      The purpose of this Jira is to create a new ruleset that initially covers these components, but can be extents to cover the migration to other quarkus extensions.

            mrizzi@redhat.com Marco Rizzi
            pcattana Philip Cattanach
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: