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 usage of internal API #498

Merged
merged 5 commits into from
Nov 15, 2023
Merged

Remove usage of internal API #498

merged 5 commits into from
Nov 15, 2023

Conversation

jansorg
Copy link
Collaborator

@jansorg jansorg commented Nov 15, 2023

Closes #492

Replaces usage of all @Internal API with an alternative. We're not using internal API anymore.
This PR also drops use of API which was deprecated in 2021.3, which is the earliest supported version.

The changes to drop internal API from AppMapFilesIterator have the side-effect that we're not supporting symlinked appmap directories anymore. I don't think that it's used at all and build/appmap and target/appmap are never symlinks by default.

Copy link

AppMap runtime code review

Summary Status
Failed tests ✅ All tests passed
API changes 0️⃣ No API changes
Security flaws ✅ None detected
Performance problems ✅ None detected
Code anti-patterns ✅ None detected
New AppMaps 0️⃣ No new AppMaps

Copy link
Contributor

@ahtrotta ahtrotta left a comment

Choose a reason for hiding this comment

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

Looks good and worked well when I manually tested it, thanks!

@ahtrotta ahtrotta merged commit cb4b74b into develop Nov 15, 2023
4 of 5 checks passed
@ahtrotta ahtrotta deleted the jansorg/internal-api branch November 15, 2023 20:24
@appland-release
Copy link
Contributor

🎉 This PR is included in version 0.53.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attempt to remove usage of internal API
3 participants