Bug ID 1174795
Summary httpcomponents-client javadoc output varies from readdir order
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS openSUSE Factory
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee fstrba@suse.com
Reporter bwiedemann@suse.com
QA Contact qa-bugs@suse.de
Blocks 1041090
Found By Development
Blocker ---

While working on reproducible builds for openSUSE, I found that
our httpcomponents-client package randomly varies across builds
from nondetermistic filesystem readdir order
that influences javadoc index file content:

+++ new//usr/share/javadoc/httpcomponents-client/fluent-hc/index-all.html      
2019-11-05 10:17:33.328579849 +0000
@@ -212,7 +212,7 @@
 <dt><span class="memberNameLink"><a
href="org/apache/http/client/fluent/Executor.html#href_anchor">cookieStore(CookieStore)</a></span>
- Method in class org.apache.http.client.fluent.<a
href="org/apache/http/client/fluent/Executor.html" title="class in
org.apache.http.client.fluent">Executor</a></dt>
 <dd>
 <div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
-<div class="deprecationComment">(4.5) Use <a
href="org/apache/http/client/fluent/Executor.html#href_anchor"><code>Executor.use(CookieStore)</code></a>.</div>
+<div class="deprecationComment">(4.5) Use <a
href="org/apache/http/client/fluent/Executor.html#href_anchor"><code>use(CookieStore)</code></a>.</div>



+++ new//usr/share/javadoc/httpcomponents-client/fluent-hc/deprecated-list.html
2019-11-05 10:17:33.268579438 +0000
@@ -54,7 +54,7 @@
 <div class="deprecationComment">(4.3) do not use.</div>
 <div class="deprecationComment">(4.3) do not use.</div>
 <div class="deprecationComment">(4.4)</div>
-<div class="deprecationComment">(4.5) Use <a
href="org/apache/http/client/fluent/Executor.html#href_anchor"><code>Executor.use(CookieStore)</code></a>.</div>
+<div class="deprecationComment">(4.5) Use <a
href="org/apache/http/client/fluent/Executor.html#href_anchor"><code>use(CookieStore)</code></a>.</div>
 <div class="fixedNav">


fluent-hc/src/main/java/org/apache/http/client/fluent/Executor.java has

    /**
     * @deprecated (4.5) Use {@link #use(CookieStore)}.
     */
    @Deprecated
    public Executor cookieStore(final CookieStore cookieStore) {


You are receiving this mail because: