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

New section describing Helidon/JAX-RS integration #3554

Merged
merged 4 commits into from
Oct 21, 2021

Conversation

spericas
Copy link
Member

@spericas spericas commented Oct 14, 2021

New section that describes the JAX-RS/Helidon integration layer, including support for 0 or more JAX-RS applications, discovery and how to access application instances. Relates to issue #3482.

…S applications.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
…uding support for 0 or more JAX-RS applications and how to access application instances.
Copy link
Contributor

@ljamen ljamen left a comment

Choose a reason for hiding this comment

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

This is really good. My only (optional) suggestion is to use heading case with Level 2 headers (cap init each major word).

@tomas-langer
Copy link
Member

I think it would be great to highlight that the Application subclass should be annotated with @ApplicationScoped - maybe add an example. We have problems reported for that (such as when using JwtAuth which requires an application)

@spericas
Copy link
Member Author

@ljamen I did think about it, but noticed no other doc in that section was following that convention. I will update the doc.

@spericas
Copy link
Member Author

I think it would be great to highlight that the Application subclass should be annotated with @ApplicationScoped - maybe add an example. We have problems reported for that (such as when using JwtAuth which requires an application)

I'm assuming you mean for discovery purposes. Good point!

…y mode. A few other minor changes.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas requested a review from ljamen October 20, 2021 17:29
@spericas
Copy link
Member Author

@tomas-langer @ljamen Document updated based on feedback.

Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

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

LGTM

@spericas spericas merged commit 077dd20 into helidon-io:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants