-
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 autorest client to java sdk central repo #3174
Conversation
Migrate to v2 package and add v2 to groupId in POMs
Fix broken links and HTML in Javadocs
Convert String to byte[] with UTF-8 encoding
Make HttpRequest mutable
Add better error message when a polling strategy cannot be determined
…trategy Check status code before and during polling strategy
Rename RestClient methods
* Adapting to new package structure. * using azure-common-parent parent artifactId, starting with version 1.0.0-SNAPSHOT
Can one of the admins verify this patch? |
LGTM. Please add @JonathanGiles as reviewer as well. |
Sima, don't merge this - ask @weshaggard to do it so that the revision history is maintained. |
@@ -0,0 +1,5 @@ | |||
com.microsoft.azure.v3,autorest-clientruntime-for-java,2.0.0,2.0.1-SNAPSHOT |
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.
We should understand if anything will be using this file and if not remove as part of clean-up.
@@ -0,0 +1,39 @@ | |||
<?xml version="1.0"?> |
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.
As part of the clean-up these should be moved the suppression files under the eng directory.
@@ -0,0 +1,48 @@ | |||
<!-- |
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.
This project should be removed during clean-up.
Hello Wes,
I don’t have an issue tracking the remaining clean up work yet. Do we need to open an issue for the remaining clean up? I can do it right now.
Anu, could you please advise the best practice for this?
Thanks!
|
@@ -0,0 +1,31 @@ | |||
build |
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.
This file should be removed during clean-up.
@@ -0,0 +1,17 @@ | |||
language: android |
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 be removed during clean-up.
@@ -0,0 +1,21 @@ | |||
The MIT License (MIT) |
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 be removed during clean-up.
@@ -0,0 +1,124 @@ | |||
[![Build Status](https://travis-ci.org/Azure/autorest-clientruntime-for-java.svg?branch=v2)](https://travis-ci.org/Azure/autorest-clientruntime-for-java) |
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.
The README.md files should go under the package folder during clean-up.
@@ -0,0 +1,117 @@ | |||
buildscript { |
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.
We aren't using gradle to build so we should convert to maven projects during the clean-up.
Yes please file a follow-up issue in this repo to track the remaining work that needs to be done. |
Issue tracking the remaining clean up. |
There are basically three steps moving the common runtime package to central repo:
This commit is to finish the following first step.
issue: Move autorest client to java sdk central repo #3174