Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] Java version

Never mind. I just saw that ${java.version} isn't actually the system property but a maven property which is set to 1.8.

https://github.com/eclipse-ee4j/jaxrs-api/blob/5b2b2b17ffa3d8208bda3a96e55d39b9b0aacfd7/jaxrs-api/pom.xml#L592

So please ignore my question... ;-)

Am Do., 29. März 2018 um 07:27 Uhr schrieb Christian Kaltepoth <christian@xxxxxxxxxxxx>:
Hi all,

I'm currently preparing the Travis CI configuration. As part of that, we have to decide against which java versions we want to run the build. Please note that we can run multiple builds against different versions in parallel.

I just had a look at the pom and I'm a bit confused about this part. If I read it correctly, the source code version is basically set to the version of the executing JDK. Does this make sense? It seems a bit weird. Isn't the source (and target) version usually the minimum Java version supported?

Christian

--


--

Back to the top