-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Removed managed-ledger-shaded artifact #4200
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
Conversation
|
@merlimat do you want to include this in 2.4.0 or shall we move to 2.5.0? |
|
@merlimat could renaming managed-ledger-original to managed-ledger be a BC breaking change? While I don't think many people are using managed-ledger-original, there are a few people using managed-ledger-original for their single process "integration" tests like we have in pulsar-broker. However, if they just depend on pulsar-broker they should be fine. |
|
This is not critical, moving to 2.5 |
|
@jerrypeng you're right, that's prob the reason why the test are failing, I'll take the renaming out. |
ivankelly
left a comment
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. The more shading we can get rid of, the better.
|
@merlimat can you rebase this. |
|
run integration tests |
1 similar comment
|
run integration tests |
* Removed managed-ledger-shaded artifact * Fixed dep artifact renaming error
Motivation
Managed ledger shaded artifact was added to be used from Presto connector. Since #4045 this is not being used anymore.