-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate to Spine 1.7.0 #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with two comments.
*.jar | ||
*.war | ||
*.ear | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to have (c) statement in .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I'll remove this one from here and I created the issue SpineEventEngine/config#163 to refine where we'd like to have (c) and where not.
README.md
Outdated
|
||
* Multiple related Aggregate. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just looks a bit spacier for my liking. But, I guess in this case it's better to have them condensed.
This PR migrates the example app to the latest released Spine v1.7.0 and resolves the breaking changes related to the migration.
As part of the PR, I have also updated the IDEA configs effectively copying them from the latest
config
module version (the commit SpineEventEngine/config@c74b74f).I have also addressed new errorprone warnings while I had to update dependencies in order to match ones from the new Spine libraries.