Mercurial > dive4elements > http-client
comparison ChangeLog-before-20121018 @ 49:156048e0c9b8
Obsoleted http-client/ChangeLog by moving to http-client/ChangeLog-before-20121018.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 18 Oct 2012 20:03:56 +0200 |
parents | ChangeLog@813451f630ce |
children |
comparison
equal
deleted
inserted
replaced
47:3d96401a3c2c | 49:156048e0c9b8 |
---|---|
1 2012-09-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * .hgignore: First hgignore | |
4 | |
5 2012-09-17 Ingo Weinzierl <ingo@intevation.de> | |
6 | |
7 Taggd RELEASE 2.9.1 | |
8 | |
9 2012-09-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
10 | |
11 * pom.xml: Java 1.5 -> 1.6 | |
12 | |
13 2012-09-07 Ingo Weinzierl <ingo@intevation.de> | |
14 | |
15 Taggd RELEASE 2.9 | |
16 | |
17 2012-08-24 Björn Ricks <bjoern.ricks@intevation.de> | |
18 | |
19 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
20 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
21 Added new method findUser. With the new method it is possible to get a | |
22 user document by an account name. | |
23 | |
24 2012-07-27 Ingo Weinzierl <ingo@intevation.de> | |
25 | |
26 Taggd RELEASE 2.8.1 | |
27 | |
28 2012-07-16 Ingo Weinzierl <ingo@intevation.de> | |
29 | |
30 Taggd RELEASE 2.8 | |
31 | |
32 2012-07-13 Björn Ricks <bjoern.ricks@intevation.de> | |
33 | |
34 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java | |
35 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
36 Implemented a createUser method for HttpClient. | |
37 With the new method its possible to create new users via the HttpClient. | |
38 | |
39 2012-04-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
40 | |
41 * src/main/java/de/intevation/artifacts/httpclient/http/response/StringResponseHandler.java, | |
42 src/main/java/de/intevation/artifacts/httpclient/http/response/StreamResponseHandler.java, | |
43 src/main/java/de/intevation/artifacts/httpclient/http/response/DocumentResponseHandler.java: | |
44 Added Override annotations. | |
45 | |
46 2011-09-19 Ingo Weinzierl <ingo@intevation.de> | |
47 | |
48 Tagged pre2.7-2012-03-16 | |
49 | |
50 2011-09-19 Ingo Weinzierl <ingo@intevation.de> | |
51 | |
52 Taggd RELEASE 0.5 | |
53 | |
54 * Changes: Prepared changes for the release. | |
55 | |
56 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
57 | |
58 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java | |
59 (createFeedDocument): Directly iterate over the entry set of the map. Do not | |
60 use the more expensive 'for all key in keys: value = get(key)' | |
61 | |
62 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
63 | |
64 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java: | |
65 Replaced some XPath attribute extraction by simple DOM getAttributeNS() calls. | |
66 | |
67 2011-07-04 Ingo Weinzierl <ingo@intevation.de> | |
68 | |
69 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
70 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
71 Added a method to call a service with a ResponseHandler. This allows us | |
72 to access the InputStream directly. | |
73 | |
74 2011-06-28 Ingo Weinzierl <ingo@intevation.de> | |
75 | |
76 Tagged RELEASE 0.4 | |
77 | |
78 2011-06-27 Ingo Weinzierl <ingo@intevation.de> | |
79 | |
80 * Changes: Prepared changes for the upcoming release. | |
81 | |
82 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
83 | |
84 * src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java, | |
85 src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java, | |
86 src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.java: | |
87 Removed trailing whitespace. | |
88 | |
89 2011-06-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
90 | |
91 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: | |
92 Use thread local instances of the HTTP clients to foster | |
93 their re-use. Change some logging from INFO to DEBUG | |
94 because they are not so important. | |
95 | |
96 * pom.xml: Use the httpclient extension of Restlet to use the | |
97 Apache HTTP client as the the underlaying transport agent. | |
98 License Apache License, Version 2.0 | |
99 | |
100 2011-05-19 Ingo Weinzierl <ingo@intevation.de> | |
101 | |
102 RELEASE 0.3 | |
103 | |
104 2011-05-19 Ingo Weinzierl <ingo@intevation.de> | |
105 | |
106 * Changes: Prepared for release 0.3. | |
107 | |
108 2011-05-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
109 | |
110 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: | |
111 Improved the stream handling. | |
112 | |
113 2011-05-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
114 | |
115 * pom.xml: Bumped restlet version to 2.0.7 | |
116 | |
117 2011-05-13 Ingo Weinzierl <ingo@intevation.de> | |
118 | |
119 * Changes, NEWS: For Release 0.2. | |
120 | |
121 2011-05-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
122 | |
123 * src/main/java/de/intevation/artifacts/httpclient/http/response/StringResponseHandler.java, | |
124 src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java: | |
125 Removed superfluous imports. | |
126 | |
127 2011-05-09 Ingo Weinzierl <ingo@intevation.de> | |
128 | |
129 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
130 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
131 Added a new method that returns the InputStream of a Collection's OUT | |
132 operation. | |
133 | |
134 2011-04-14 Ingo Weinzierl <ingo@intevation.de> | |
135 | |
136 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: | |
137 Bugfix: repaired a condition to leave the setLocale() method. | |
138 | |
139 2011-04-14 Ingo Weinzierl <ingo@intevation.de> | |
140 | |
141 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: | |
142 Added a new constructor and methods to set the locale of the requests | |
143 manually. This is useful, if there is an application which language | |
144 depends on site specific user settings. E.g. if the user has the option | |
145 to choose the language in the browser window by button click - which | |
146 differs from the browser settings. | |
147 | |
148 2011-04-07 Ingo Weinzierl <ingo@intevation.de> | |
149 | |
150 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
151 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
152 Added a method that triggers the out() operation of a Collection and | |
153 writes the result to an OutputStream. | |
154 | |
155 2011-03-30 Ingo Weinzierl <ingo@intevation.de> | |
156 | |
157 Tagged RELEASE 0.1 | |
158 | |
159 2011-03-30 Ingo Weinzierl <ingo@intevation.de> | |
160 | |
161 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
162 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
163 Added a new method to list the collection of a specific user. | |
164 | |
165 2011-03-23 Ingo Weinzierl <ingo@intevation.de> | |
166 | |
167 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
168 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
169 Added a method to trigger a collection specific action. | |
170 | |
171 2011-03-08 Ingo Weinzierl <ingo@intevation.de> | |
172 | |
173 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
174 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
175 Enabled the HttpClient to call services registered at the artifact server | |
176 by calling callService(). | |
177 | |
178 2011-03-07 Ingo Weinzierl <ingo@intevation.de> | |
179 | |
180 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
181 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
182 Added a method to list the existing users of the artifact server. | |
183 | |
184 2011-03-04 Ingo Weinzierl <ingo@intevation.de> | |
185 | |
186 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
187 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
188 New method that creates a new artifact collection. | |
189 | |
190 * src/main/java/de/intevation/artifacts/httpclient/exceptions/ConnectionException.java: | |
191 New constructor added. | |
192 | |
193 2011-02-17 Ingo Weinzierl <ingo@intevation.de> | |
194 | |
195 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactCreator.java: | |
196 New. An interface that describes a single method create(Document). It is | |
197 used to create new instances of artifacts which implementation depend on | |
198 the framework that includes this library. | |
199 | |
200 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
201 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: The | |
202 create() became a new parameter ArtifactCreator and returns artifact | |
203 instances created by this class. | |
204 | |
205 * src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java: | |
206 Adapted the method call of HttpClient.create(). | |
207 | |
208 2011-02-17 Ingo Weinzierl <ingo@intevation.de> | |
209 | |
210 * src/main/java/de/intevation/artifacts/httpclient/http/GNVClientImpl.java, | |
211 src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: | |
212 Renamed the GNVClientImpl to HttpClientImpl. | |
213 | |
214 * src/main/java/de/intevation/artifacts/httpclient/http/GNVClient.java, | |
215 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
216 Renamed the GNVClient to HttpClient. | |
217 | |
218 * src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java: | |
219 Adjusted the imports and parameters of GNVClient and GNVClientImpl. | |
220 | |
221 2011-02-17 Ingo Weinzierl <ingo@intevation.de> | |
222 | |
223 * *: Initial checkin. This package has been copied from 'console-client'. | |
224 The package structure has been modified and the maven project has been | |
225 adapted. |