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

GraalVM/Spring Native Compatibility #73

Closed
battila7 opened this issue Mar 22, 2021 · 2 comments
Closed

GraalVM/Spring Native Compatibility #73

battila7 opened this issue Mar 22, 2021 · 2 comments
Assignees

Comments

@battila7
Copy link

battila7 commented Mar 22, 2021

Hey,

I attempted to embed Xodus and, of course, Xodus DNQ into a Spring project, and turn it into a native executable via GraalVM/Spring Native. Using the latest version of DNQ in Maven Central (1.4.480), I was unable to do so, because of how initMetaData is implemented.

However, by using the GitHub HEAD, which contains this crucial change: 915882d#diff-4ad8a6eb500db387708f3c0bf45d4005c4bd9f8e81463ef793424a8a678667fdL46 (and the removal of javassist, of course), I could get Xodus DNQ up & running with Spring Native.

Currently, my project depends on hand-built DNQ JARs, but it'd be much better to obtain them from Maven Central. Therefore, I wanted to ask, whether you plan on releasing a new version in the future, and if so, then when exactly?

Best regards,
Attila

@lehvolk
Copy link
Contributor

lehvolk commented Mar 22, 2021

Hey. This change most probably will be included in 1.5 with other changes which affect DNQ API. At the moment we do not have any ETA on 1.5.

@lehvolk lehvolk self-assigned this Mar 22, 2021
@battila7
Copy link
Author

Cool, thanks for the update! Will keep on eye on it, and use the hand-built JARs for the time being.

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

2 participants