Skip to content
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

[FEATURE REQ] Upgrade deprecated API ListenableFutureCallback #43101

Open
2 tasks done
moarychan opened this issue Nov 26, 2024 · 2 comments
Open
2 tasks done

[FEATURE REQ] Upgrade deprecated API ListenableFutureCallback #43101

moarychan opened this issue Nov 26, 2024 · 2 comments
Assignees
Labels
azure-spring All azure-spring related issues azure-spring-eventhubs Spring event hubs related issues. azure-spring-servicebus Spring service bus related issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.

Comments

@moarychan
Copy link
Member

Is your feature request related to a problem? Please describe.
The ListenableFutureCallback has been deprecated and marked as removal in Spring Boot 3.4.0. It will bring the break changes.

APIs that need upgrading:

  • com.azure.spring.integration.core.handler.DefaultMessageHandler
  • com.azure.spring.integration.core.implementation.instrumentation.InstrumentationSendCallback

Describe the solution you'd like
Use CompletableFuture instead.

Describe alternatives you've considered
N/A.

Additional context
N/A.

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Description Added
  • Expected solution specified
@github-actions github-actions bot added azure-spring All azure-spring related issues Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team labels Nov 26, 2024
Copy link

Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@moarychan moarychan added feature-request This issue requires a new behavior in the product in order be resolved. azure-spring-servicebus Spring service bus related issues. azure-spring-eventhubs Spring event hubs related issues. and removed needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team labels Nov 26, 2024
@moarychan moarychan added this to the Spring Cloud Azure 6.0 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues azure-spring-eventhubs Spring event hubs related issues. azure-spring-servicebus Spring service bus related issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
Status: Todo
Development

No branches or pull requests

2 participants