-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: upgrade matchmaking agent to interact with edc 0.7; complete chart/deployment #120
feat: upgrade matchmaking agent to interact with edc 0.7; complete chart/deployment #120
Conversation
… process callback.
… edc version property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@almadigabor Here is the list of upgraded dependencies (Apache Jena -> 4.9.0) which may need an IP check maven/mavencentral/org.apache.jena/jena-arq/4.9.0, Apache-2.0, restricted, clearlydefined Source Code and Deployment double-checked by Oz. Would be great if you could review/commit this before the 15th of May (SAST check should run before the 17th Q-Gates) |
Hi @drcgjung, I've ran the dash tool and got the following output:
Let's wait until the afternoon for these to be resolved then I can review and merge your PR. You might need a DEPENDENCIES file update once the IP issues are closed. |
Hey @drcgjung, can you update the dependencies file? If I see it correctly, all issues have been approved. |
@almadigabor done and successful. thx. |
…ded) in the more recent versions.
…ded) in the more recent versions.
I opened an IP review issue due to the large number of changes. Please track the status here. |
actually the current lint test failure is a fluke: https://github.com/catenax-ng/tx-knowledge-agents/actions/runs/9110519613/job/25045730604 |
The IP check issue have been approved. |
WHAT
The Matchmaking Agent is now able to interact with
WHY
The Matchmaking Agent has been carved out of Knowledge Agent Plane 1.11.16 (24.03) which run against TX EDC 0.5.*
This PR contains the necessary adaptions and bugfixes following the 24.05 E2E Test phase.
FURTHER NOTES
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Closes #54
Closes #53