Removing Netty4 local copy and consume from Maven#76
Removing Netty4 local copy and consume from Maven#76saratvemulapalli merged 5 commits intoopensearch-project:mainfrom saratvemulapalli:remove-netty4-local-copy
Conversation
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
dbwiddis
left a comment
There was a problem hiding this comment.
You can remove the targetExclude("**/netty4/*") line from gradle/formatting.gradle (spotless license exclusion).
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
dbwiddis
left a comment
There was a problem hiding this comment.
And the javadoc exclusion which you also caught. LGTM!
| @@ -44,6 +44,7 @@ configurations { | |||
|
|
|||
There was a problem hiding this comment.
We can remove the commented code here: https://github.com/opensearch-project/opensearch-sdk/pull/76/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R55-R63
There was a problem hiding this comment.
The link redirects to the same diff. Could you point me to the link on main?
There was a problem hiding this comment.
Not sure why the link redirects to the same diff. May be since it's not a part of this PR but here it is https://github.com/opensearch-project/opensearch-sdk/blob/main/build.gradle#L55-L62
owaiskazi19
left a comment
There was a problem hiding this comment.
One small nit. Rest LGTM!
Thanks @saratvemulapalli for this change.
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
67ff1b9
Signed-off-by: Daniel Widdis <widdis@gmail.com>
* Delete unnecessary netty licenses missed in #76 Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add copyright line to license header Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add copyright to headers via spotlessApply Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: Daniel Widdis <widdis@gmail.com>
) * Removing Netty4 local copy and consume from Maven Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Removing from spotless exclusion Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Removing from JavaDocs Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Addressing comments Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
* Delete unnecessary netty licenses missed in opensearch-project#76 Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add copyright line to license header Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add copyright to headers via spotlessApply Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: Daniel Widdis <widdis@gmail.com>
) * Removing Netty4 local copy and consume from Maven Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Removing from spotless exclusion Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Removing from JavaDocs Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Addressing comments Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
* Delete unnecessary netty licenses missed in opensearch-project#76 Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add copyright line to license header Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add copyright to headers via spotlessApply Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Sarat Vemulapalli vemulapallisarat@gmail.com
Description
Removing local copy of Netty4 and consume from OpenSearch as Maven dependency.
Thanks to @dbwiddis's PR on OpenSearch: opensearch-project/OpenSearch#4054
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.