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

Support lambda function serialization in native image #24861

Closed
zhfeng opened this issue Apr 11, 2022 · 5 comments · Fixed by #25861
Closed

Support lambda function serialization in native image #24861

zhfeng opened this issue Apr 11, 2022 · 5 comments · Fixed by #25861
Assignees
Labels
area/core env/graalvm-java11 Relating to using GraalVM native image generation on Java 11 env/graalvm-java17 Relating to using GraalVM native generation Java 11 kind/enhancement New feature or request
Milestone

Comments

@zhfeng
Copy link
Contributor

zhfeng commented Apr 11, 2022

Description

It could be supported once it is available in the GraalVM. see oracle/graal#3756

Implementation ideas

No response

@zhfeng zhfeng added the kind/enhancement New feature or request label Apr 11, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 11, 2022

/cc @matejvasek, @patriot1burke

@gastaldi gastaldi added area/core env/graalvm-java11 Relating to using GraalVM native image generation on Java 11 env/graalvm-java17 Relating to using GraalVM native generation Java 11 and removed area/amazon-lambda labels Apr 11, 2022
@zhfeng
Copy link
Contributor Author

zhfeng commented May 30, 2022

It looks like the fix oracle/graal@b455f23 has been include in graalvm-ce 22.1.0. So I think it should be good to take a look this issue. @gastaldi is there any hint to add a new feature in quarkus? or is there anyone can take a look?

@gastaldi
Copy link
Contributor

@zhfeng do you have a small project that reproduces the need for this feature? I think I have an idea on how to implement this enhancement.

@zhfeng
Copy link
Contributor Author

zhfeng commented May 30, 2022

@gastaldi not yet and I will create one based from the quarkus-mybatis lamba test. Thanks in advance!

@gastaldi
Copy link
Contributor

A test would be even better 😉

@gastaldi gastaldi self-assigned this May 30, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core env/graalvm-java11 Relating to using GraalVM native image generation on Java 11 env/graalvm-java17 Relating to using GraalVM native generation Java 11 kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants