Skip to content

Update from original#2

Merged
joebowbeer merged 5 commits intojoebowbeer:masterfrom
google:master
Jul 11, 2017
Merged

Update from original#2
joebowbeer merged 5 commits intojoebowbeer:masterfrom
google:master

Conversation

@joebowbeer
Copy link
Copy Markdown
Owner

No description provided.

jpd236 and others added 5 commits April 21, 2017 17:05
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.
@joebowbeer joebowbeer merged commit 776baf8 into joebowbeer:master Jul 11, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants