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

Move the classes that need to be hidden to the implementation package #27281

Merged
merged 24 commits into from
Feb 24, 2022
Merged

Move the classes that need to be hidden to the implementation package #27281

merged 24 commits into from
Feb 24, 2022

Conversation

hui1110
Copy link
Contributor

@hui1110 hui1110 commented Feb 24, 2022

As title:

This PR is only for these modules:

…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
@ghost ghost added the azure-spring All azure-spring related issues label Feb 24, 2022
@hui1110 hui1110 marked this pull request as ready for review February 24, 2022 07:10
@@ -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;
Copy link
Member

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?

@@ -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;
Copy link
Member

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;
Copy link
Member

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.

Copy link
Member

@saragluna saragluna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@saragluna saragluna merged commit c85ea4a into Azure:feature/azure-spring-cloud-4.0 Feb 24, 2022
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants