-
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
Merged
saragluna
merged 24 commits into
Azure:feature/azure-spring-cloud-4.0
from
hui1110:yonghui/apiview_spring_integration_module
Feb 24, 2022
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3a5dcf0
Add servicebus binder migration guide.
hui-00 a013b68
Merge branch 4.0
hui-00 29b3159
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 a931329
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 d964e9a
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 d5190e2
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 dbc3d23
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 9580d77
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 b39a183
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 629b6a0
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 d532a27
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 5734313
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 36e554e
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 93f8d32
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 2d287f0
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 0353ed5
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 b85bee1
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 730fb8c
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 6fbd2d9
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 6ea77ed
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 324ee1b
Move the classes that need to be hidden to the implementation package.
hui-00 a363a26
Update package.
hui-00 f302b45
Update test package.
hui-00 46dde64
Merge branch 'feature/azure-spring-cloud-4.0' of github.com:Azure/azu…
hui-00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
saragluna marked this conversation as resolved.
Show resolved
Hide resolved
|
||
import com.azure.spring.integration.implementation.DefaultMessageHandler; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we keep the package as |
||
import com.azure.spring.integration.implementation.DefaultInstrumentation; | ||
import com.azure.spring.integration.instrumentation.Instrumentation; | ||
import org.springframework.cloud.stream.binder.ExtendedConsumerProperties; | ||
import org.springframework.cloud.stream.binder.ExtendedProducerProperties; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...strumentation/DefaultInstrumentation.java → ...mplementation/DefaultInstrumentation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...tation/DefaultInstrumentationManager.java → ...tation/DefaultInstrumentationManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ration/handler/DefaultMessageHandler.java → ...implementation/DefaultMessageHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...th/EventHubsProcessorInstrumentation.java → ...on/EventHubsProcessorInstrumentation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...h/ServiceBusProcessorInstrumentation.java → ...n/ServiceBusProcessorInstrumentation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
?