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

Unneeded Resource Id Cast To Long #2795

Open
rmayore opened this issue Feb 24, 2025 · 1 comment
Open

Unneeded Resource Id Cast To Long #2795

rmayore opened this issue Feb 24, 2025 · 1 comment
Assignees
Labels
effort:xsmall Extra small effort - 1 day P2 Medium priority issue

Comments

@rmayore
Copy link

rmayore commented Feb 24, 2025

Describe the bug
java.lang.NumberFormatException:
Caused by the Knowledge Manager trying to parse all IDs to Long, when according to the api and fhir the ID is expected to be a String

Component
Knowledge

Would you like to work on the issue?
I wont mind working on the issue.

@MJ1998 MJ1998 added P2 Medium priority issue effort:xsmall Extra small effort - 1 day labels Mar 3, 2025
@MJ1998
Copy link
Collaborator

MJ1998 commented Mar 3, 2025

@rmayore thanks for reporting this.

I guess the id can be provided in format <ResourceType>/<Long-Id> also. So you could extract the long part of it.
I have assigned you this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:xsmall Extra small effort - 1 day P2 Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants