Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme: the Quarkus Apicurio Extension is no more. #502

Closed
rkraneis opened this issue Sep 29, 2023 · 8 comments
Closed

Readme: the Quarkus Apicurio Extension is no more. #502

rkraneis opened this issue Sep 29, 2023 · 8 comments
Labels
pinned Issues and PRs that must not stale

Comments

@rkraneis
Copy link

rkraneis commented Sep 29, 2023

The paragraph talking about the Quarkus Apicurio Extension should be removed.

Edit: after further investigation, it may still work with the generic maven plugin (OpenApi2Quarkus.java)

@hbelmiro
Copy link
Contributor

@ricardozanini any thoughts?

@ricardozanini
Copy link
Member

@carlesarnal do we have an alternative?

@carlesarnal
Copy link
Contributor

This is why I have created #482.

Copy link
Contributor

github-actions bot commented Dec 5, 2023

@ricardozanini @hbelmiro This is being labeled as Stale.

@akram
Copy link

akram commented Feb 3, 2024

Hi folks,

is it interesting to mention a workaround?
is the use of the apicurio maven plugin a valid workaround for that?

I am doing this:

  <build>
    <plugins>
      <plugin>
        <groupId>io.apicurio</groupId>
        <artifactId>apicurio-codegen-maven-plugin</artifactId>
        <version>1.1.1.Final</version>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate</goal>
            </goals>
            <configuration>
              <projectSettings>
                <javaPackage>com.example.api</javaPackage>
              </projectSettings>
              <inputSpec>src/main/resources/openapi.json</inputSpec>
            </configuration>
          </execution>
        </executions>
      </plugin>
  </plugins>
</build>

Copy link
Contributor

github-actions bot commented Apr 3, 2024

@ricardozanini @hbelmiro This is being labeled as Stale.

@github-actions github-actions bot added the Stale label Apr 3, 2024
@hbelmiro hbelmiro added pinned Issues and PRs that must not stale and removed Stale labels Apr 3, 2024
@ricardozanini
Copy link
Member

@carlesarnal is this solved by your PR?

@carlesarnal
Copy link
Contributor

Yes, the extension that existed in apicurio is now the one added to this project. In response to @akram yes, the maven plugin is a different wrapper around the same tool, so it's perfectly fine to use it (although I really recommend you using the quarkus extension if you're using Quarkus.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pinned Issues and PRs that must not stale
Projects
None yet
Development

No branches or pull requests

5 participants