-
Notifications
You must be signed in to change notification settings - Fork 164
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
Upgrade to Spring Boot 3.x.x #5063
Comments
RDF4J is compatible with spring-boot 2.7.16. |
@florianchappaz this may or may not be a compatibility issue. It may just be a configuration issue. Have you tried using an inmemory repository?
(and if you want: |
FYI, I aim to upgrade rdf4j-spring to support to the latest spring boot version in the not so distant future. I haven't looked into compatibility issues with spring boot 3 so far, but I would not expect it to work out of the box. |
Issue InvestigationI've investigated the issue further and here are my findings:
ConclusionThe issue seems to be related to incompatibility with the newest Spring version. If you need any additional information or assistance, please let me know. |
Thanks for your help diagnosing this! I will check back. |
Current Behavior
Running a project relying on Spring Boot v3.0.4, I'm getting this error when the RDF4JConfig attempts to build the RDF4JTemplate:
rdf4j spring components are built relying on Spring Boot v2.7.16, making them uncompatible with a Spring Boot v3 project.
Expected Behavior
I expected the @import(RDF4JConfig::class) to automatically build the Repository from my application.properties.
Steps To Reproduce
Version
5.0.0
Are you interested in contributing a solution yourself?
Perhaps?
Anything else?
It seems like the issue has already been mentioned in this discussion.
The text was updated successfully, but these errors were encountered: