-
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
Migrating spring data cosmos from sdk/cosmos to sdk/spring #33905
Migrating spring data cosmos from sdk/cosmos to sdk/spring #33905
Conversation
… directories from sdk/cosmos to sdk/spring
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/check-enforcer override |
Pipeline/test/matrix configs all looking good to me. |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/check-enforcer override |
* Moving the azure-spring-data-cosmos and azure-spring-data-cosmos-test directories from sdk/cosmos to sdk/spring * Updating the azure-spring-data-cosmos-test pom file. * Updating the azure-spring-data-cosmos pom file. * Updating the changelog. * Making changes for PR. * Making changes for PR. * Update cspell to ignore these directories still. * Fixing paths to sdk/spring from sdk/cosmos. * Fixing more paths. * Fixing more paths. * Switching azure-spring-data-cosmos to use the dependency versoin of azure-cosmos and not the current version. * Fixing dependency. * Moving azure-spring-data-cosmos to the sdk/spring ci. * Updating CI pipelines to run correctly for the migration. 'java - cosmos - ci' had spring removed from it and put in it's own pipeline to accomdate the change, this new pipeline is 'java - cosmos - spring -ci' * Fixing tests. * Removing un-used dependency. * Resolving issue from merge conflict. * Fixing spring integration tests * Fixing spring integration tests. * Removing duplicate from POM.
…34874) * Migrating spring data cosmos from sdk/cosmos to sdk/spring (#33905) --------- Co-authored-by: Trevor Anderson <[email protected]>
* Moving the azure-spring-data-cosmos and azure-spring-data-cosmos-test directories from sdk/cosmos to sdk/spring * Updating the azure-spring-data-cosmos-test pom file. * Updating the azure-spring-data-cosmos pom file. * Updating the changelog. * Making changes for PR. * Making changes for PR. * Update cspell to ignore these directories still. * Fixing paths to sdk/spring from sdk/cosmos. * Fixing more paths. * Fixing more paths. * Switching azure-spring-data-cosmos to use the dependency versoin of azure-cosmos and not the current version. * Fixing dependency. * Moving azure-spring-data-cosmos to the sdk/spring ci. * Updating CI pipelines to run correctly for the migration. 'java - cosmos - ci' had spring removed from it and put in it's own pipeline to accomdate the change, this new pipeline is 'java - cosmos - spring -ci' * Fixing tests. * Removing un-used dependency. * Resolving issue from merge conflict. * Fixing spring integration tests * Fixing spring integration tests. * Removing duplicate from POM.
Description
We are migrating azure-spring-data-cosmos and azure-spring-data-cosmos-test from sdk/cosmos to sdk/spring.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines