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 compile dependency of flytekit-api #239

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Conversation

honnix
Copy link
Member

@honnix honnix commented Jul 31, 2023

TL;DR

Remove compile dependency of flytekit-api

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

This should never be compile scope otherwise we are leaking it into user space. Fortunately with ChildFirstClassLoader nothing bad has happened. Note that this dependency is already defined as provided a few lines below.

This was introduced in #219 .

Tracking Issue

Closes flyteorg/flyte#3911

Follow-up issue

NA

@andresgomezfrr andresgomezfrr merged commit 0c9ba51 into master Aug 1, 2023
3 checks passed
@andresgomezfrr andresgomezfrr deleted the honnix-patch-1 branch August 1, 2023 08:18
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.

[BUG] flytekit-java leaks flytekit-api dependency to user code space
2 participants