-
Notifications
You must be signed in to change notification settings - Fork 627
StateMachineConfigBuilder not compatible with Spring Boot 3.0 Native image AOT processing #1080
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
Comments
There is a pull request for upgrading to 3 (#1104). |
That pull request is closed, but as of today, 20 December 2023, this error is still happening with Spring AOT processing. |
This is Spring boot 3.2.0 and statemachine 4.0.0, by the way. |
I see this error in Spring boot 3.2.2 as well.
|
SpringBoot3.2.5 still
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
这个问题还是没有解决啊 |
English, please.
…On Mon, Sep 9, 2024 at 3:26 AM ChenKang ***@***.***> wrote:
这个问题还是没有解决啊
—
Reply to this email directly, view it on GitHub
<#1080 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5JDW2HR65HWMLWIDDR763ZVVETBAVCNFSM6AAAAAAS4RLCN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZXGMZTGOBUGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I encountered the same error as you, may I ask if there is any solution for your problem? By the way my springboot version is 3.3.3. |
Owners, any update or plan on this? It'll be NICE if any one can reply. |
@meirongding pretty sure Spring SM is not actively maintained anymore or it's a very low priority project. I've given up on it mostly because we're being ignored and also, because they switched to a reactive paradigm with WebFlux. No one but the sole maintainer thought that would be useful. "oh, how I wish spring SM was reactive!" - said no one ever, probably. So anyway, time to jump ship. |
@TheMorganHub Thanks for your important information, it does save my time. |
I do confirm the issue, it happens with the latest Spring Boot 3.5.0-M3 as well (with
I will check with the native experts and see if we can fix this in the next patch release 4.0.1. Minimal complete example: ssm-1080.zip |
It's a limitation of Spring AOT that an |
@fmbenhassine That's great if available on 4.0.1 |
After investigating in more details, this will require some changes that can't be introduced in a patch release. Therefore, I will plan it for the next major version. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
libinbin880521 has an out-of-office auto-email set up to respond to github issues (oops). Just ignore comments from them. |
Spring Boot 3.0 brings support for native image creation.
I've recently upgraded my project, which implements spring-statemachine-core 3.2.0, to Spring Boot 3.0 and was eager to try out the new native image creation. However, when I run
mvn spring-boot:process-aot
, I get the following error:I've tried downgrading and switching versions of Spring SM but I get the same error every time. Are projects that use Spring SM not intended to be used along with GraalVM native?
The text was updated successfully, but these errors were encountered: