osgi / workspace

REPLACED BY enroute.workspace
7 stars 10 forks source link

JDK Base Line #2

Closed kameshsampath closed 9 years ago

kameshsampath commented 9 years ago

Is there any specific reason why the "workspace" was base lined with JDK 8, is it possible to basline to JDK 7 ?

pkriens commented 9 years ago

The enRoute project will be 100% based on Java 8 …

The reason is that the difference is too important to ignore. Lambdas have a tremendous influence on how one designs APIs. Since enRoute tries to demonstrate what can be done with OSGi it would be kind of throwing away a huge advantage.

Sorry for the inconvenience. Kind regards,

Peter Kriens

On 14 jan. 2015, at 13:36, Kamesh Sampath notifications@github.com wrote:

Is there any specific reason why the "workspace" was base lined with JDK 8, is it possible to basline to JDK 7 ?

— Reply to this email directly or view it on GitHub https://github.com/osgi/workspace/issues/2.

kameshsampath commented 9 years ago

Oh I see, Thanks for clearing this up Peter.