Forum Discussion
ptaylor
6 years agoEmployee
Hi @ronmwhite,
We’ve deployed a set of patches to address this issue. Please update these two properties in your project’s pom:
<snaplogic.platform.version>4.22.8138</snaplogic.platform.version>
<snaplogic.snaps.version>4.22.6586</snaplogic.snaps.version>
As for Java version: No, Maven 3.6.3 will definitely work fine with Java 8, and for now, it’s best to build your snap project with Java 8. Yes, most production plexes should now running snaps with Java 11, but won’t really be fully ready to develop snaps with Java 11 until the next release in November.
Please let me know if you have any further questions or concerns.
- ronmwhite6 years agoNew Contributor II
I just built from scratch using JDK 8 and SnapArchetype version: 4.22.1. No issues to report. Thanks again for the support.