-
Notifications
You must be signed in to change notification settings - Fork 579
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
Conversation
…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.
There was a problem hiding this 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).
I think it would be great to highlight that the |
@ljamen I did think about it, but noticed no other doc in that section was following that convention. I will update the doc. |
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>
@tomas-langer @ljamen Document updated based on feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.