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

Automatic extension detection in the maven plugin download goal #812

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

dmvolod
Copy link
Contributor

@dmvolod dmvolod commented Sep 8, 2020

Fixes #806

@dmvolod dmvolod force-pushed the issue-806 branch 2 times, most recently from 1c235a6 to 73dc899 Compare September 8, 2020 16:05
@dmvolod dmvolod marked this pull request as ready for review September 8, 2020 16:05
Comment on lines +28 to +33
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>${resteasy-client.version}</version>
</dependency>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for now - but we should revisit this requirement if we update the client to stop using jax-rs classes. @carlesarnal

@EricWittmann
Copy link
Member

Looks good - thanks for the contribution!

@EricWittmann EricWittmann merged commit 5f51b55 into Apicurio:master Sep 9, 2020
@EricWittmann EricWittmann added the Impacts Documentation Use this to tag Pull Requests that introduce changes that should be documented. label Oct 19, 2020
@EricWittmann EricWittmann removed the Impacts Documentation Use this to tag Pull Requests that introduce changes that should be documented. label Oct 29, 2020
@EricWittmann
Copy link
Member

Documented here: #964

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maven plugin always downloads .avsc file extension even registred non Avro schema
2 participants