Discussion:
Does the string "Java/1.8.0_112" in httpclient log messages indicate the running JDK, or what it was compiled against?
KARR, DAVID
2017-12-04 19:30:57 UTC
Permalink
I'm trying to track an issue with JDK versions being used with our code. In our log messages, we're seeing strings with the following contents: "Apache-HttpClient/4.5.3 (Java/1.8.0_112)". Does the reference to the JDK version there indicate the version of the JDK at runtime, or the version of the JDK that compiled the httpclient artifact (or perhaps something else)?

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-***@hc.apache.org
For additional commands, e-mail: httpclient-users-***@hc.apache.org
Brian Fox
2017-12-04 19:39:47 UTC
Permalink
In my experience it's the version of the JVM running the application making
the request.
Post by KARR, DAVID
I'm trying to track an issue with JDK versions being used with our code.
"Apache-HttpClient/4.5.3 (Java/1.8.0_112)". Does the reference to the JDK
version there indicate the version of the JDK at runtime, or the version of
the JDK that compiled the httpclient artifact (or perhaps something else)?
---------------------------------------------------------------------
Loading...