Skip to content

feat: Migrate cat.ddk.check.runtime.core.test to Junit5#1208

Merged
markdomeng merged 1 commit into
dsldevkit:masterfrom
markdomeng:runtime_core_j5
Oct 28, 2025
Merged

feat: Migrate cat.ddk.check.runtime.core.test to Junit5#1208
markdomeng merged 1 commit into
dsldevkit:masterfrom
markdomeng:runtime_core_j5

Conversation

@markdomeng
Copy link
Copy Markdown
Collaborator

removed junit4 dependencies
removed dependency to DiscerningSuite

removed junit4 dependencies
removed dependency to DiscerningSuite
junit-jupiter-api,
junit-jupiter-engine,
junit-vintage-engine
junit-vintage-engine,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I have overlooked this in the other PRs. Should we not be able to remove junit-vintage-engine now?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

not completely I think.. if our downstream (asmd) project inherits or uses the abstract classes it might still need the vintage engine. just to be safe let's remove it when both asmd and ddk are completely running in native junit5 ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

AFAIK, since we are not reexporthing them, what we have here is not relevantt for other plugins, so we should be able to remove them already.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I see. then I will remove the vintage engine on packages that are not exported. thanks!

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I have added the cleanup in this pr #1209 1209

@markdomeng markdomeng merged commit 43c8d09 into dsldevkit:master Oct 28, 2025
2 checks passed
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.

3 participants