-
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
Spring cloud azure refactor global properties #25239
Spring cloud azure refactor global properties #25239
Conversation
…p/amqp properties globally
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
API changes have been detected in |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...ure/spring/cloud/autoconfigure/context/AzureGlobalConfigurationEnvironmentPostProcessor.java
Outdated
Show resolved
Hide resolved
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.
for the rest of the changes I think it is good to merge
could you try not to convert the duration back to string, IIRC you can set duration object into spring's environment and it is smart enough to figure it out
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
…ng-cloud-azure-refactor-global-properties
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
…ng-cloud-azure-refactor-global-properties
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
@stliu please take a look at the last commit, it fixed a bug in AzureProfile.Environment. I assume when using a known azure environment, it should not allow modification. |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
…ng-cloud-azure-refactor-global-properties
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
…ng-cloud-azure-refactor-global-properties
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Refactor the AzureGlobalProperties to allow configuring http/amqp related properties in the uppermost level.