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

Fix native build by removing files in META-INF/native-image/* #871

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

clementdenis
Copy link
Contributor

Description

When trying to build a native image for an app including the Okta SDK v10, I noticed there still was some native-image files referencing files from v8 that did not exist anymore, breaking the native build. Removing the files in META-INF/native-image/* seems to fix the issue.

Category

  • [x ] Bugfix
  • Enhancement
  • New Feature
  • Library Upgrade
  • Configuration Change
  • Versioning Change
  • Unit or Integration Test(s)
  • Documentation

Signoff

  • [x ] I have submitted a CLA for this PR
  • [x ] Each commit message explains what the commit does
  • I have updated documentation to explain what my PR does
  • My code is covered by tests if required
  • I did not edit any automatically generated files

@arvindkrishnakumar-okta
Copy link
Contributor

@clementdenis Thanks for the PR!

I've not received the signed CLA, can you please submit it?

@arvindkrishnakumar-okta arvindkrishnakumar-okta merged commit b654ca7 into okta:master Jun 12, 2023
@clementdenis clementdenis deleted the native_build branch July 20, 2023 16:06
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.

2 participants