Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove Dependency from Framework to Tests #463

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

aubi
Copy link
Contributor

@aubi aubi commented Mar 20, 2024

The framework package is delivered as a jar in /lib/jakarta-concurrent-framework.jar, although it depends on test class CounterInterface, depolyed in /inheritedapi.jar.
This change removes this dependency by calling the counter via Supplier.

The framework package is delivered as a jar lib, although it depends
on test classes. This change removes the dependency on counter
interface.
@aubi aubi added the TCK label Mar 20, 2024
@aubi aubi requested a review from KyleAure March 20, 2024 14:41
Copy link
Contributor

@KyleAure KyleAure left a comment

Choose a reason for hiding this comment

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

LGTM. This will make this method more reusable for the future. Thanks.

@KyleAure KyleAure merged commit ab32ce1 into jakartaee:main Mar 20, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants