-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove legacy support for match info web-service #757
Comments
idsgerrit
pushed a commit
that referenced
this issue
Jun 5, 2024
Change-Id: Ic02bd5137860b592e15617ac61bd70a65e4cd3cd
idsgerrit
pushed a commit
that referenced
this issue
Jun 5, 2024
Uploaded patch set 1. Patch-set: 1 Change-id: Ic02bd5137860b592e15617ac61bd70a65e4cd3cd Subject: Updated tests using the old match info web-services (#757) Branch: refs/heads/master Status: new Topic: Commit: d709be5 Tag: autogenerated:gerrit:newPatchSet Groups: d709be5 Private: false Work-in-progress: false
Where was this information published? Sorry - Kalamar still uses the old format. I guess the deprecation warning was not drastically enough ... will remove it. |
idsgerrit
pushed a commit
that referenced
this issue
Jun 5, 2024
Change-Id: I07309f7dba50916bfff10ad6a75f9f73592ae7c3
idsgerrit
pushed a commit
that referenced
this issue
Jun 5, 2024
Uploaded patch set 1. Patch-set: 1 Change-id: I07309f7dba50916bfff10ad6a75f9f73592ae7c3 Subject: Added deprecation warning for the old matchInfo service (#757) Branch: refs/heads/master Status: new Topic: Commit: e6d59b0 Tag: autogenerated:gerrit:newPatchSet Groups: e6d59b0 Private: false Work-in-progress: false
idsgerrit
pushed a commit
that referenced
this issue
Jun 5, 2024
Change-Id: I07309f7dba50916bfff10ad6a75f9f73592ae7c3
Sorry Kustvakt didn't give a warning for deprecation. I have added that in c7f8f80. This issue is postponed. |
Change applied in Kalamar 0.54. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The old web-service for match info was
@Path("{version}/corpus/{corpusId}/{docId}/{textId}/{matchId}/matchInfo")
which has been moved to
@Path("{version}/corpus/{corpusId}/{docId}/{textId}/{matchId}")
.The old path has been deprecated for years. Can we safely remove it?
The text was updated successfully, but these errors were encountered: