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

Add new interfaces (PreInvocationInterceptor, PostInvocationInterceptor, and InvocationBuilderListener) documentation #4411

Merged
merged 2 commits into from
Mar 28, 2020

Conversation

tvallin
Copy link
Contributor

@tvallin tvallin commented Mar 18, 2020

Author/Source: Jan Supol from his blog http://blog.supol.cz/?p=171

Signed-off-by: tvallin [email protected]

@@ -999,4 +999,139 @@ Client client = ClientBuilder.newBuilder().sslContext(sslContext).build();</prog


</section>

<section>
<title>New Features</title>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please do not say it's a new feature. The documentation is there for good, it will be an old feature in a few releases.

<section>
<title>New Features</title>
<para>
Jersey 2.30 comes with multiple new features, and this post describes three new interfaces on the client.
Copy link
Contributor

Choose a reason for hiding this comment

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

"comes with multiple new features" is not good enough for the documentation. The documentation needs to mention the exact features. Maybe I would create

  • Section, InvocationInterceptors:
    <para> Suppose a case that the start of the request is to be logged and even measured....</para>
  • Section InvocationBuilderListener.

These two sections would be on the same level as New Features.

Drop Jersey 2.30 comes... They are... and start with Suppose.

Signed-off-by: tvallin <[email protected]>
@jansupol jansupol merged commit 5f43f0e into eclipse-ee4j:master Mar 28, 2020
senivam pushed a commit to senivam/jersey that referenced this pull request Apr 27, 2020
…or, and InvocationBuilderListener) documentation (eclipse-ee4j#4411)

* Add new PreInvocationInterceptor, PostInvocationInterceptor, and InvocationBuilderListener interfaces documentation

Signed-off-by: tvallin <[email protected]>
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.

3 participants