We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@cer, should we publish a new version of this dependency so that we can use in this branch https://github.com/eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders/tree/wip-spring-boot-3
or should we copy the Money in the project and fix the following import ?
import javax.persistence.Access; import javax.persistence.AccessType; import javax.persistence.Embeddable;
The text was updated successfully, but these errors were encountered:
Such a PITA.
I'd add a eventuate-examples-common-money-jakarta9 module that's a copy of the existing one.
eventuate-examples-common-money-jakarta9
Sorry, something went wrong.
#1 Money class for Spring Boot 3 added eventuate-examples-common-mone…
3eff180
…y-jakarta9 module
No branches or pull requests
@cer, should we publish a new version of this dependency so that we can use in this branch https://github.com/eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders/tree/wip-spring-boot-3
or should we copy the Money in the project and fix the following import ?
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Embeddable;
The text was updated successfully, but these errors were encountered: