Open Issues Need Help
View All on GitHub Bump opentelemetry to 2.x about 8 hours ago
good first issue feature_request
documentation good first issue
Bump jersey to 4.x 7 months ago
good first issue feature_request
cleanup: remove `launchers` 8 months ago
good first issue feature_request
Index for lease_id references 12 months ago
enhancement good first issue
ODRL operator validation failures returns misleading message about 1 year ago
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
Cannot sort Assets by `createdAt` when in-memory persistence is used about 1 year ago
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