EDC core services including data plane and control plane

3 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

EDC core services including data plane and control plane

Java

AI Summary: Improve the error message when an invalid ODRL operator is used in a policy. The current message is misleading; it should list the valid operators. This likely involves adding validation before the transformer stage or improving the error handling within the transformer to provide a more informative message.

Complexity: 3/5
good first issue bug_report

EDC core services including data plane and control plane

Java

AI Summary: The task is to modify the `InMemoryAssetIndex.AssetComparator` class within the Eclipse EDC Connector project to include the `createdAt` field in the sorting logic. This will enable sorting Assets by their creation timestamp when using the in-memory persistence mechanism, resolving a bug where such sorting currently fails.

Complexity: 2/5
good first issue bug_report triage

EDC core services including data plane and control plane

Java