hi folks! Currently our main delivery is still EE7, right? Means we need to compile with Java7, isn’t?
But the jsonb-api requires Java8. This might cause some nasty binary incompatibility issues. We now basically have 3 options to handle this: 1.) Create a new branch for the upcoming EE8 work 2.) Use the maven toolchain to separate between java7 and java8 modules. 3.) move the whole json-b stuff to a maven profile. I’d prefer 2.) It’s a bit more work to set it up, but it really works fine in practice [1]. Any ideas? LieGrue, strub [1] https://maven.apache.org/plugins/maven-toolchains-plugin/
