jamesnetherton opened a new pull request, #417:
URL: https://github.com/apache/camel-quarkus-examples/pull/417

   Seems with the current way, if you run examples in dev mode, they don't seem 
to be compiling with JDK 17 support.
   
   E.g I added a record class to one of the projects and got:
   
   ```
   [INFO] --- quarkus:3.29.0.CR1:dev (default-cli) @ 
camel-quarkus-examples-timer-log ---
   [INFO] Invoking formatter:2.29.0:format (format) @ 
camel-quarkus-examples-timer-log
   [INFO] Processed 6 files in 450ms (Formatted: 0, Skipped: 0, Unchanged: 6, 
Failed: 0, Readonly: 0)
   [INFO] Invoking impsort:1.12.0:sort (sort-imports) @ 
camel-quarkus-examples-timer-log
   (line 3,col 1) Record Declarations are not supported. Pay attention that 
this feature is supported starting from 'JAVA_14' language level. If you need 
that feature the language level must be configured in the configuration before 
parsing the source files.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to