Replies: 2 comments
-
Question issued in Gemini JPA repository eclipse-gemini/gemini.jpa#1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems like, that Gemini JPA may be simply removed. It is possible to run the code without it. We oriented our replacement solution on https://www.vogella.com/tutorials/EclipseLink/article.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to update our product from EclipseLink 2.7.15 to 4.0.5 in an Osgi Environment. Up to now we were implementing
![grafik](https://private-user-images.githubusercontent.com/1679857/401157533-07b4dbf0-7485-403e-b48f-3f99ddbead5d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MzQzODYsIm5iZiI6MTczOTUzNDA4NiwicGF0aCI6Ii8xNjc5ODU3LzQwMTE1NzUzMy0wN2I0ZGJmMC03NDg1LTQwM2UtYjQ4Zi0zZjk5ZGRiZWFkNWQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMTE1NDQ2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzUwMjA3ZmZkZmM1Y2FhNTZhNWQ3ZGNmMTg1ZDZlN2I3YzU0NTcwMjllM2FjNzI5ZWU5NGM2MzRkMGZmZDQxZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.arpG9-bFtad09FC-FZ7K7uAU45HLpddNcZkS5mmJl_I)
EntityManagerFactoryBuilder
as shown in the following image to start our bundles, which is not available anymore.The documentation still refers us to Gemini JPA https://eclipse.dev/eclipselink/documentation/4.0/solutions/solutions.html#INSTALL004 which seems not compatible to
jakarta.persistence
.What is the recommended approache to migrate away from Gemini JPA? Could the documentation be updated for this?
This is the Gemini JPA 1.2.0 imports
Beta Was this translation helpful? Give feedback.
All reactions