Skip to content
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

Fix bugs from a distant past #48

Merged
merged 2 commits into from
Jun 21, 2024
Merged

Fix bugs from a distant past #48

merged 2 commits into from
Jun 21, 2024

Conversation

cake-lier
Copy link
Collaborator

This PR contains

  • A bug fix for which a feedback parameter was not added to the list of parameters when invoking a CArtAgO operation without any other parameter. This was due to a missing check in the code which defaulted to not adding anything in case of missing parameters (even if a feedback one was present).
  • A bug fix for which using an empty HttpConfig object in the HypermediaArtifact made the URI of the artifact always begin with "http://localhost:8080" instead of the correct URI. This was due to not using the right configuration object inherited from the Vert.X verticle on which the class was being created.

@cake-lier cake-lier added the bug Something isn't working label Jun 20, 2024
@cake-lier cake-lier requested a review from andreiciortea June 20, 2024 16:12
@cake-lier cake-lier self-assigned this Jun 20, 2024
Copy link
Collaborator

@andreiciortea andreiciortea left a comment

Choose a reason for hiding this comment

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

Great, thanks @cake-lier !

@andreiciortea andreiciortea merged commit 717f850 into main Jun 21, 2024
1 check passed
@andreiciortea andreiciortea deleted the fix/feedback-and-conf branch June 21, 2024 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants