Andriy Redko
Andriy Redko
@frantuma @HugoMario guys, mind please taking a look? thank you!
@HugoMario @frantuma hey guys, any chance someone could look at it? thank you!
hey @HugoMario , any chances to have a pair of eyes on it? :-) Thank you!
The Elasticsearch clients up to 7.12.x release could connect to Opensearch clusters, you may need to set the `persistent.compatibility.override_main_response_version` setting [1]: ``` PUT _cluster/settings { "persistent": { "compatibility": { "override_main_response_version":...
@emanzat the change is indeed deprecated, was removed and reverted later on [1], it should be there for 2.x but very likely not in 3.x. [1] https://github.com/opensearch-project/OpenSearch/pull/3530
> enabling Karaf debug settings in `org.apache.cxf.systest.sts.itests.BasicSTSIntegrationTest` didn't work :( @rotty3000 could you please uncomment `KarafDistributionOption.keepRuntimeFolder(),` (BasicSTSIntegrationTest), I will fetch the distribution and logs right after the build.
> @reta done! Could see a few things: system.properties: ``` org.ops4j.pax.url.mvn.localRepository=/home/jenkins/workspace/CXF/CXF-JDK11-PR/.repository ``` /home/jenkins/workspace/CXF/CXF-JDK11-PR/.repository has `cxf-tools-compiler` published but the bundle is not installed: ``` karaf@root()> la | grep -i compiler karaf@root()>...
Thanks for the pull request @rotty3000! My apologies for the delay looking into it. May I ask you please to split this request into smaller ones. It seems like you...
Thank you for the fix, @kwin , I think you are right, there are max retries + 1 attempts actually being made, we should better respect this setting.
> @reta What's the status of this PR? @coheigea It looks abandoned, in general we need to make changes in a few places to prevent NPEs from happening