-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Move the classes that need to be hidden to the implementation package #27281
Move the classes that need to be hidden to the implementation package #27281
Conversation
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
…re-sdk-for-java into feature/azure-spring-cloud-4.0
@@ -7,8 +7,8 @@ | |||
import com.azure.spring.cloud.stream.binder.eventhubs.properties.EventHubsProducerProperties; | |||
import com.azure.spring.cloud.stream.binder.eventhubs.provisioning.EventHubsChannelProvisioner; | |||
import com.azure.spring.integration.eventhubs.inbound.EventHubsInboundChannelAdapter; | |||
import com.azure.spring.integration.handler.DefaultMessageHandler; | |||
import com.azure.spring.integration.instrumentation.DefaultInstrumentation; | |||
import com.azure.spring.integration.implementation.DefaultMessageHandler; |
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.
should we keep the package as implementation.handler
?
...t/java/com/azure/spring/cloud/stream/binder/eventhubs/TestEventHubsMessageChannelBinder.java
Show resolved
Hide resolved
@@ -15,7 +15,7 @@ | |||
import com.azure.spring.eventhubs.core.EventHubsProcessorContainer; | |||
import com.azure.spring.eventhubs.core.EventHubsTemplate; | |||
import com.azure.spring.eventhubs.implementation.core.DefaultEventHubsNamespaceProducerFactory; | |||
import com.azure.spring.integration.eventhubs.inbound.health.EventHubsProcessorInstrumentation; | |||
import com.azure.spring.integration.eventhubs.inbound.implementation.EventHubsProcessorInstrumentation; |
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.
should we keep the package as implementation. health
?
@@ -3,6 +3,7 @@ | |||
|
|||
package com.azure.spring.integration.handler; | |||
|
|||
import com.azure.spring.integration.implementation.handler.DefaultMessageHandler; |
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.
also apply the change to the test packages.
…re-sdk-for-java into yonghui/apiview_spring_integration_module
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.
As title:
This PR is only for these modules:
spring-integration-azure-core.
apiview page: https://apiview.dev/Assemblies/Review/8735674810ed48ac8533cfce1f671c10
spring-integration-azure-eventhubs.
apiview page: https://apiview.dev/Assemblies/Review/b3de6a9b52934debbbb2525f616081df
spring-integration-azure-servicebus.
apiview page: https://apiview.dev/Assemblies/Review/2b2c8a902da043ff8d0114f1ae3244c7