Merged
Conversation
Also fix errors and turn off Javadoc error suppresion on builds.
This publishes a new build to: https://oss.jfrog.org/artifactory/oss-snapshot-local/com/android/volley/volley/ every time a new commit is pushed to the master branch. Other branches and pull requests are ignored. Additional cleanup: -Remove obsolete Maven configuration files. -Remove direct-to-bintray publishing config, as in the future we will be promoting SNAPSHOTS rather than publishing directly. -Update build metadata to reflect move from AOSP to GitHub. See #11
We already have one configured; this one isn't necessary.
Publish SNAPSHOT builds to OJO on commit.
Fix Javadoc build errors.
joebowbeer
pushed a commit
that referenced
this pull request
Dec 21, 2017
* Deprecate Volley's use of Apache HTTP. This change makes it feasible for Volley clients to remove their dependency on the legacy Apache HTTP library; if HurlStack is used, or if their existing HttpStack implementation is refactored atop the new BaseHttpStack (which should be trivial), then Volley will never depend on classes in org.apache at runtime. However, legacy clients built atop HttpStack (including HttpClientStack) should continue to work without modifications for now. Fixes #2 * Unit tests and bug fixes for Apache HTTP deprecation. -Block large (>MAX_INT) responses in AdaptedHttpStack -Fix copying headers in BaseHttpStack * Address review comments.
This file contains hidden or 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
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.
No description provided.