Details
-
Task
-
Status: Closed
-
L3 - Default
-
Resolution: Done
-
7.10.0
-
None
Description
When trying to build the Getting Started Guides projects with Java versions 9+, a compilation error is thrown related to the Maven Compiler plugin source and target versions.
The following properties need to be added to fix the issue:
<properties> <!-- Set version 1.6 and above --> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> </properties>
mgm-controller-panel
This is the controller panel for Smart Panels app
Attachments
Issue Links
- is depended on by
-
CAM-9469 Migrate Getting Started Guide (Quickstart)
-
- Closed
-
-
CAM-9470 Migrate the "JavaEE" Getting Started Guide
-
- Closed
-
-
CAM-9471 Migrate the "DMN" Getting Started Guide
-
- Closed
-
-
CAM-9472 Migrate the "CMMN" Getting Started Guide
-
- Closed
-
-
CAM-9473 Migrate the "Spring Framework" Getting Started Guide
-
- Closed
-
-
CAM-9474 Migrate the "Spring Boot" Getting Started Guide
-
- Closed
-
-
CAM-9475 Migrate Getting Started Guide (Java)
-
- Closed
-