Skip to content

Conversation

@Yury-Fridlyand
Copy link

Signed-off-by: Yury-Fridlyand [email protected]

Description

Update wiremock and jetty which wiremock depends on.
Wiremock release: https://github.com/wiremock/wiremock/releases/tag/3.0.0-beta-2
Maven: https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock/3.0.0-beta-2
Previous update: opensearch-project/sql#872
Newer jetty activates SNI check, so I had to disable it, ref:

SecureRequestCustomizer src = new SecureRequestCustomizer();
src.setSniHostCheck(false);
httpConfig.addCustomizer(src);

Issues Resolved

opensearch-project#8
opensearch-project#7

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Yury-Fridlyand <[email protected]>
testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.1')
testImplementation('org.junit.jupiter:junit-jupiter-params:5.3.1')
testImplementation('com.github.tomakehurst:wiremock:2.27.2')
testImplementation('com.github.tomakehurst:wiremock:3.0.0-beta-2')

Choose a reason for hiding this comment

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

using a beta version of jetty may be a concern for the release

@Yury-Fridlyand Yury-Fridlyand merged commit 0f5f2a0 into integ-update-wiremock Jan 5, 2023
@Yury-Fridlyand Yury-Fridlyand deleted the dev-update-wiremock branch January 5, 2023 18:21
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.

4 participants