Repository: zest-java Updated Branches: refs/heads/develop e0e1d7d4f -> d7e6eb830
ZEST-201 Fix rest-client library after name change Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/d7e6eb83 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/d7e6eb83 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/d7e6eb83 Branch: refs/heads/develop Commit: d7e6eb8303599023a23aa6171a5e4a583d8e1026 Parents: e0e1d7d Author: Paul Merlin <[email protected]> Authored: Sat Dec 17 20:37:31 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Sat Dec 17 20:37:31 2016 +0100 ---------------------------------------------------------------------- .../library/rest/client/rest-client.properties | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/d7e6eb83/libraries/rest-client/src/main/resources/org/apache/polygene/library/rest/client/rest-client.properties ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/resources/org/apache/polygene/library/rest/client/rest-client.properties b/libraries/rest-client/src/main/resources/org/apache/polygene/library/rest/client/rest-client.properties new file mode 100644 index 0000000..0d4706d --- /dev/null +++ b/libraries/rest-client/src/main/resources/org/apache/polygene/library/rest/client/rest-client.properties @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# + +#Client +requestwriters=org.apache.polygene.library.rest.client.requestwriter.FormRequestWriter,\ + org.apache.polygene.library.rest.client.requestwriter.ValueCompositeRequestWriter\ + +responsereaders=org.apache.polygene.library.rest.client.responsereader.DefaultResponseReader,\ + org.apache.polygene.library.rest.client.responsereader.TableResponseReader,\ + org.apache.polygene.library.rest.client.responsereader.JSONResponseReader
