Upgraded to OpenSearch 1.2.3.#16
Conversation
cc2c01f to
7a4374c
Compare
Signed-off-by: dblock <dblock@amazon.com>
7a4374c to
94fbbd9
Compare
|
I don't get how I'm supposed to fix this or why this happens. Adding |
Interesting..do you who is pulling ForbiddenApisPlugin? |
|
Looks like OpenSearch is doing it via gradle. |
Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: dblock <dblock@dblock.org>
|
With 1.2.3 the new error is I don't get why this is happening. @reta maybe you will have some ideas? |
|
@AmiStrn any ideas how to fix this? |
|
@dblock oh I know what this is about, gimme please 10 mins |
|
Its gotta be something in the build.gradle file. It is pretty late on this side of the globe. I can take a look later on friday unless @reta has it pin pointed already:) |
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
It is a bit more tricker, it is optional dependencies, which seems to be treated differently when |
Fixing RestIntegTestTask runtime configuration
|
🤯 @reta I don't know why or how you knew how to fix this one but hat tip |
It happens I run into that a few days ago while working on POC to move out the repository plugins 😄 |
|
@CEHENKLE Can you please help with permissions here? We have a 2 people approvals required by the org, and there's not 2 people maintaining this repo. |
|
@AmiStrn cool if I add @saratvemulapalli to PR reviewers to this project? Maybe @reta is also interested? |
| tasks.withType(RestIntegTestTask)*.configure { | ||
| classpath += files(project.configurations.runtimeClasspath.findAll { it.name.contains("log4j-core") }) | ||
| } |
There was a problem hiding this comment.
Why is log4j-core special?
There was a problem hiding this comment.
@saratvemulapalli see please #16 (comment), it is need but is optional
There was a problem hiding this comment.
There is something coming from the plugin apparently, I will create an issue shortly to figure out exactly what is going on, will ping you there, thanks!
@dblock I am certainly in, thank you |
Thanks. @AmiStrn LMK if it's ok to add these two with write permissions? |
@saratvemulapalli and @reta are more than welcome:) |
|
@dblock I added @saratvemulapalli because he is in the org it seemed to work fine. However, im gonna need help with @reta 🙏 |
Exactly. I think org owners need to do something to bring in an external user for the first time. I’ll go find out how (I’m not an org owner). |
|
@reta you should have received an invite to this repo, please let me know if you haven't https://github.com/opensearch-project/opensearch-plugin-template-java/invitations |
|
@dblock all good, got it and accepted it, thank you! ❤️ |
Thank you for contributing! |
Signed-off-by: dblock dblock@amazon.com
Description
Check List
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.