-
Notifications
You must be signed in to change notification settings - Fork 245
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
Support Spring Native configuration for samples #283
Merged
saragluna
merged 41 commits into
Azure-Samples:main
from
moarychan:moary/support-spring-native
Apr 26, 2022
Merged
Support Spring Native configuration for samples #283
saragluna
merged 41 commits into
Azure-Samples:main
from
moarychan:moary/support-spring-native
Apr 26, 2022
Conversation
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
…ples into moary/support-spring-native
This reverts commit 5f9eab1.
…nd the native tools command prompt tool
moarychan
requested review from
mrm9084,
backwind1233,
chenrujun,
hui1110,
jialigit,
Netyyyy and
saragluna
as code owners
April 20, 2022 08:20
…he new version the native-image delivers the commands using a temp file
backwind1233
previously approved these changes
Apr 22, 2022
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
…w sample to introduce the Spring Native support separately.
appconfiguration/spring-cloud-azure-starter-appconfiguration/appconfiguration-sample/README.md
Outdated
Show resolved
Hide resolved
appconfiguration/spring-cloud-azure-starter-appconfiguration/appconfiguration-sample/README.md
Outdated
Show resolved
Hide resolved
eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md
Outdated
Show resolved
Hide resolved
saragluna
requested changes
Apr 25, 2022
eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/pom.xml
Outdated
Show resolved
Hide resolved
eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/pom.xml
Outdated
Show resolved
Hide resolved
...bs/spring-cloud-azure-starter-eventhubs/eventhubs-client/src/main/resources/application.yaml
Outdated
Show resolved
Hide resolved
eventhubs/spring-cloud-azure-starter-integration-eventhubs/eventhubs-integration/pom.xml
Outdated
Show resolved
Hide resolved
eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/pom.xml
Outdated
Show resolved
Hide resolved
storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample/pom.xml
Outdated
Show resolved
Hide resolved
...ueue-sample/src/main/java/com/azure/spring/sample/storage/queue/StorageQueueApplication.java
Outdated
Show resolved
Hide resolved
…ples into moary/support-spring-native
saragluna
requested changes
Apr 25, 2022
...bs/spring-cloud-azure-starter-eventhubs/eventhubs-client/src/main/resources/application.yaml
Outdated
Show resolved
Hide resolved
eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-binder/pom.xml
Outdated
Show resolved
Hide resolved
…o moary/support-spring-native
saragluna
requested changes
Apr 26, 2022
eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md
Outdated
Show resolved
Hide resolved
eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md
Outdated
Show resolved
Hide resolved
saragluna
requested changes
Apr 26, 2022
saragluna
approved these changes
Apr 26, 2022
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is based on the PR #209.
Relate Issue
Changelog
spring-cloud-azure-starter-appconfiguration
usage.spring-cloud-azure-starter-storage-queue
usage.spring-cloud-azure-starter-eventhubs
usage.Add profile shaded to build spring native image when found command too long error, and you should add the configurationNo need for shade plugin anymore since the new version uses the temp file to transform the commands.spring.cloud.azure.compatibility-verifier.enabled=false
to disable the version compatibility verifier.storage-blob
to introduce the support for Spring Native.