-
Notifications
You must be signed in to change notification settings - Fork 69
Remove and replace deprecated APIs marked for removal in 2.0.x #1209
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
Strangely, not all |
I will take a look but the txn tests are flaky and I have been meaning to dig in and understand why. It has not been obvious so far. I would first try to re-run failed in the GH actions and see if it passes. |
...g-pulsar/src/main/java/org/springframework/pulsar/core/ProducerBuilderConfigurationUtil.java
Show resolved
Hide resolved
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 removing the deprecated APIs @therepanic - super helpful!
I have one suggestion around the customizer / txn tests. Also, do you mind updating the WhatsNew.adoc and start a 2.0 -> 1.2
section w/ these removed APIs?
921098f
to
86b43be
Compare
Thanks for the review, @onobc. The idea with Also, thanks for the suggestion about updating |
Go ahead and squash and rebase. I have reviewed the PR and it is good. You will need to rebase as the checkstyle has changed due to the license header updates we recently implemented. Thank you. |
spring-pulsar/src/test/java/org/springframework/pulsar/listener/PulsarListenerTxnTests.java
Outdated
Show resolved
Hide resolved
spring-pulsar/src/test/java/org/springframework/pulsar/listener/PulsarTxnTestsBase.java
Outdated
Show resolved
Hide resolved
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.
After the 2 minor fixes for checkstyle this one is good to go. Nice work! Thanks again.
342354a
to
9380b77
Compare
Hi @therepanic , I added a commit to your PR as the code needed to be in the already existing |
This commit removes APIs that were marked for removal in version 1.2.0. Also updates the `whats-new.adoc` with the list of removed APIs. Fixes: spring-projects#1187 Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
Due to gh-1187, we should remove deprecates that are marked for removal from version 1.2.0.
Closes: gh-1187