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

Active development? #1081

Closed
trks1970 opened this issue Dec 28, 2022 · 4 comments
Closed

Active development? #1081

trks1970 opened this issue Dec 28, 2022 · 4 comments

Comments

@trks1970
Copy link

Hi!

Is the project being actively developed?
We are just starting a project (Spring3) and are evaluating if spring-state-machine would be an option for us.
(Or if we take the burden of moving it to spring3/Java 17)

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Dec 28, 2022
@mehmetsalgar
Copy link

mehmetsalgar commented Dec 30, 2022

Ok, first I have to say, I have no direct affiliation with Spring State Machine development or with the company, so please take what I say here with certain grain of salt.

My feeling about SSM, it is now a maintenance project and not too many activities occurring for further developing it but beside that, if you are interested using State Machine paradigm, you should really consider SSM fits to your business problem or not.

SSM is great, for ex, controlling lifecycle of an automat, with states like STARTING, STARTED, SHUTTING_DOWN, ERROR_MODE, MAINTENANCE, etc, but in my opinion it is not that well suited for modelling millions of shopping charts, hotel reservations, etc because I think it's persistence model is too naive and has no concept for business model or state machine model evolution / change, which will certainly happen in any real life scenario.

If you are planning to use model a similar to the automat mentioned above, SSM is great for it and just use it.

If you are planning to have millions of instances of the state machine, I strongly advice you to evaluate other frameworks.

I have a blog post exactly discussing these points may be it can help you, specially the part about State Machine, Event and Schema Evolution must be interesting while SSM ignore these topics totally.

@XhstormR
Copy link

So it is currently not compatible with Spring Boot 3?

@andreas-schilling
Copy link

PR has been merged, but no release yet: #1104

@jvalkeal
Copy link
Contributor

Apologies that it has taken too much time to start work on 4.x. We try to go through this process relatively quickly and get supported version for boot 3 out. I'd recommend to follow updates to 4.x.x milestones.

@jvalkeal jvalkeal removed the status/need-triage Team needs to triage and take a first look label Oct 16, 2023
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

5 participants