You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Is your feature request related to a problem? Please describe
We have a Spring Boot application that uses the Salesforce SDK and would like to upgrade it to use Spring Boot 3. However the FuelSDK is still using javax dependencies from Java EE, while Spring Boot 3 explicitly requires Jakarta EE.
Describe the solution you'd like
querydsl for example can be used if you set a classifier in the POM like
Is your feature request related to a problem? Please describe
We have a Spring Boot application that uses the Salesforce SDK and would like to upgrade it to use Spring Boot 3. However the FuelSDK is still using
javax
dependencies from Java EE, while Spring Boot 3 explicitly requires Jakarta EE.Describe the solution you'd like
querydsl for example can be used if you set a classifier in the POM like
But I have no idea what needs to be done in this project to achieve that. I think the Eclipse Transformer project helps.
Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered: