In my experience it's the version of the JVM running the application making the request.
On Mon, Dec 4, 2017 at 2:30 PM, KARR, DAVID <[email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > >
