Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove --openssl-legacy-provider flag #1287

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

GnsP
Copy link
Collaborator

@GnsP GnsP commented Jan 28, 2025

Remove --openssl-legacy-provider flag

Description

After upgrading to node v22 from node v16, --openssl-legacy-provider flag was added to fix the failing builds. The issue that caused the build failures were fixed in webpack v4.47.0. This PR upgrades webpack to the fixed version and removes the --openssl-legacy-provider flag.

PR Type

  • Bug Fix
  • Feature
  • Build Fix
  • Testing
  • General Improvement
  • Cherry Pick

Links

Jira: CDAP-21088

Test Plan

Existing builds and tests should pass

Screenshots

NA

@GnsP GnsP requested review from radhikav1, itsankit-google, vsethi09 and njbriggs and removed request for radhikav1 January 28, 2025 17:36
@GnsP GnsP added the build triggers github action label Jan 28, 2025
@GnsP GnsP force-pushed the remove-legacy-ssl-flag branch 3 times, most recently from 9682556 to bbee408 Compare January 29, 2025 04:41
@GnsP GnsP force-pushed the remove-legacy-ssl-flag branch from bbee408 to e4015a6 Compare January 29, 2025 05:40
public void errorClassificationBannerIsShown() {
WaitHelper.waitForElementToBeDisplayed(
Helper.locateElementByTestId("features-pipelineDetails-errorDetails-errorCountMessage"));
public void errorClassificationBannerIsShown() throws InterruptedException {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is the test failure related to the current change-set?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, it's unrelated. But this test step was flaky and it failed while I was working on this branch.

@GnsP GnsP merged commit 5f674d8 into cdapio:develop Jan 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build triggers github action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants