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

Define and document API for extensions developers #1690

Open
rsvoboda opened this issue Mar 26, 2019 · 1 comment
Open

Define and document API for extensions developers #1690

rsvoboda opened this issue Mar 26, 2019 · 1 comment

Comments

@rsvoboda
Copy link
Member

Define and document API for extensions developers

Possible deliverables:

This task should also cover Jandex documentation as it's the key component.

fyi @manovotn

@manovotn
Copy link
Contributor

From user standpoint, I think there is quite some gap between knowing the principles of how to write an extension (which we document well in https://quarkus.io/guides/extension-authors-guide) and writing an actual extension.

You are supposed to use build items as entry points of processing but user hardly knows which entry points are there in the first place and what they actually mean. It might be useful to have some basic ones coming from quarkus and arc highlighted/explained as most extension will work on those.

On top of that there is Jandex which might prove to be another obstacle for new users. I know there is documentation but it's outside Quarkus - maybe we could incorporate some examples with it into Quarkus (and docs)?

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

No branches or pull requests

2 participants