You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/08 13:19:11 UTC

[GitHub] [pulsar] teabot opened a new pull request, #16482: [cleanup][pulsar] Add deprecation annotations where deprecated in Javadoc only

teabot opened a new pull request, #16482:
URL: https://github.com/apache/pulsar/pull/16482

   ### Motivation
   Reduce build warnings noise.
   
   ```
   [WARNING] ... AuthorizationProvider.java:[70,40] deprecated item is not annotated with @Deprecated
   [WARNING] ... Context.java:[133,33] deprecated item is not annotated with @Deprecated
   [WARNING] ... Context.java:[143,33] deprecated item is not annotated with @Deprecated
   ```
   
   ### Modifications
   Add deprecation annotations where deprecated in Javadoc only.
   
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API: no
     - The schema: no
     - The default values of configurations: no
     - The wire protocol: no
     - The rest endpoints: no
     - The admin cli options: no
     - Anything that affects deployment: no
   
   ### Documentation
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #16482: [cleanup][pulsar] Add deprecation annotations where deprecated in Javadoc only

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #16482:
URL: https://github.com/apache/pulsar/pull/16482


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] teabot commented on pull request #16482: [cleanup][pulsar] Add deprecation annotations where deprecated in Javadoc only

Posted by GitBox <gi...@apache.org>.
teabot commented on PR #16482:
URL: https://github.com/apache/pulsar/pull/16482#issuecomment-1180328928

   /pulsarbot run-failure-checks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org