Skip to content

ARTEMIS-5972: Replace JNI with Panama Foreign Function & Memory (FFM)…#6444

Open
mayankkunwar wants to merge 1 commit into
apache:mainfrom
mayankkunwar:ARTEMIS-5972
Open

ARTEMIS-5972: Replace JNI with Panama Foreign Function & Memory (FFM)…#6444
mayankkunwar wants to merge 1 commit into
apache:mainfrom
mayankkunwar:ARTEMIS-5972

Conversation

@mayankkunwar
Copy link
Copy Markdown

… API for Journal Native Layer

@clebertsuconic
Copy link
Copy Markdown
Contributor

nice one @mayankkunwar

@mayankkunwar mayankkunwar force-pushed the ARTEMIS-5972 branch 2 times, most recently from 17ca830 to 758dfd6 Compare May 14, 2026 00:05
Comment thread pom.xml
<module>artemis-lockmanager</module>
<module>artemis-image</module>
<module>artemis-image/examples</module>
<module>artemis-ffm</module>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<module>artemis-ffm</module> Isn't really a useful name for the module, it doesn't really describe what the module is used for or help someone identify what functionality this might include. Probably should indicate is a libaio module "artemis-libaio' or some such as the FFM bits is the implementation part of what its doing, not what it does.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tabish121 we could add other libraries that are using ffm later. Mayank is doing some experimentation with ioUring... we could add that into this module if it gets any useful.

Not that I foresee many other libraries in the future.. but what if we ever add more?

I didn't want to use the word native as native itself is a reserved name in java, and to not confuse with the current JNI implementation.

@mayankkunwar mayankkunwar force-pushed the ARTEMIS-5972 branch 2 times, most recently from 9c39d75 to d923982 Compare May 14, 2026 16:50
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

Successfully merging this pull request may close these issues.

3 participants