-
Notifications
You must be signed in to change notification settings - Fork 21
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
[develop] Upgrade to SSDK 16 and 2023.12 #393
Conversation
ignored modules; cursor & composition;
add archunit configs;
<groupId>com.backbase.stream</groupId> | ||
<artifactId>legal-entity-core</artifactId> | ||
<version>${project.version}</version> | ||
<exclusions> |
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.
legal-entity-core doesn't have sleuth dependency anymore, so this exclusion is redundant, perhaps you are building the composition modules to test without building the legal-entity-core before
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.
Perhaps there are some other transitive dependencies... anyway, I will fix this after the upgrade. In case if it's the only point of check
e5d561d
to
6ee6255
Compare
6ee6255
to
54ee31a
Compare
|
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.
Thanks for the outstanding effort @Aboruhen !
Description
Upgrade modules to SSDK 16 & BB-BOM 2023.12
Checklist