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

hapi-fhir-storage-cr has dependency on old/incompatible spring-security-core version #5793

Open
XcrigX opened this issue Mar 20, 2024 · 1 comment

Comments

@XcrigX
Copy link
Contributor

XcrigX commented Mar 20, 2024

hapi-fhir-storage-cr has a hardcoded dependency on an older spring-security-core version (5.7.8) - which is not compatible with the springboot version of the overall project.

Offending line:
https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-storage-cr/pom.xml#L22

Since hapi-fhir-storage-cr is a dependency in the jpa starter project, this causes app context creation errors when adding spring-boot-starter-security as a dependency in the that project (for instance to support OAuth). see also: hapifhir/hapi-fhir-jpaserver-starter#618

At this time, the version should be 6.2.0, but I think the version should inherit from the BOM and not be specified in hapi-fhir-storage-cr at all.

@XcrigX
Copy link
Contributor Author

XcrigX commented Mar 20, 2024

@Capt-Mac - FYI in case this one "belongs" to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant