Hi,
I use a JDK 11 for my Studio 7.10.4, but I develop REST API extensions and custom connectors, and I don't understand why the documentation says:
https://documentation.bonitasoft.com/bonita/7.10/hardware-and-software-requirements
- Bonita can be executed on Java 8 or 11. All development artifacts (connectors, REST API extensions, etc) must be compiled with Java 8 byte code (target version).
How is it possible to compile part of the project in jdk11 (process, groovy scripts ...) and the other in jdk8 (connectors, REST API extensions, etc)?
Could you explain further this footnote from the documentation?
Regards,