commercetools-jvm-sdk icon indicating copy to clipboard operation
commercetools-jvm-sdk copied to clipboard

Eavluate support for JDK 9

Open katmatt opened this issue 7 years ago • 1 comments

Just a container issue, we should split it later in smaller issues.

Topics

  • Analyze problems related to our maven build and JDK 9
  • Support for Java Platform Module System - without breaking our OSGi support 😉
  • Support for reactive streams, review our reative streams support (see https://github.com/commercetools/commercetools-jvm-sdk-reactive-streams-add-ons)
  • Add javadoc 9 full text search (which would solve #161) to our build
  • Evaluate running sunrise with JDK 9

katmatt avatar Aug 09 '17 08:08 katmatt

Just for information:

We would have a problem with the name of our module sdk-http-ahc-2_0, due to the underscore to be able to identify it as an automatic module name in JDK9, more on it here: https://stackoverflow.com/a/48714979/5654504

heshamMassoud avatar Jun 28 '18 14:06 heshamMassoud