You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/02/20 16:27:25 UTC

[GitHub] [camel-quarkus] essobedo opened a new pull request, #4589: Ref #4393: Groovy DSL - Get rid of --report-unsupported-elements-at-runtime

essobedo opened a new pull request, #4589:
URL: https://github.com/apache/camel-quarkus/pull/4589

   fix #4393 
   
   ## Motivation
   
   The flag `--report-unsupported-elements-at-runtime` can be needed in specific use cases to prevent errors during a native compilation, the goal is to see how it can be avoided.
   
   ## Modifications:
   
   I could not reproduce the problem with the latest versions of Graal VM / Quarkus / Camel Quarkus so this PR simply adds new integration tests to ensure that the problem doesn't appear anymore.
   
   * Add more integration tests to cover the use cases that failed
   * Align the code of the integration tests and their dependencies with the integration tests of other DSLs
   * Adapt the code of the processor to Java 17
   * Remove the limitation from the documentation


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4589: Ref #4393: Groovy DSL - Get rid of --report-unsupported-elements-at-runtime

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on PR #4589:
URL: https://github.com/apache/camel-quarkus/pull/4589#issuecomment-1438071052

   > users are currently bound to native-image 22.3.0.
   
   If you do a container build with `ubi-quarkus-mandrel-builder-image:22.3-java17`, then you'll get Mandrel `22.3.1.0`.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] aldettinger commented on pull request #4589: Ref #4393: Groovy DSL - Get rid of --report-unsupported-elements-at-runtime

Posted by "aldettinger (via GitHub)" <gi...@apache.org>.
aldettinger commented on PR #4589:
URL: https://github.com/apache/camel-quarkus/pull/4589#issuecomment-1438046754

   @essobedo Really nice to investigate those issues :+1: 
   
   > I could not reproduce the problem with the latest versions of Graal VM
   
   Is it native-image 22.3.1 ?
   
   On main, users are currently bound to [native-image 22.3.0](https://github.com/apache/camel-quarkus/blob/main/pom.xml#L102).
   
   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] essobedo commented on pull request #4589: Ref #4393: Groovy DSL - Get rid of --report-unsupported-elements-at-runtime

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on PR #4589:
URL: https://github.com/apache/camel-quarkus/pull/4589#issuecomment-1438232523

   > @essobedo Really nice to investigate those issues 👍
   > 
   > > I could not reproduce the problem with the latest versions of Graal VM
   > 
   > Is it native-image 22.3.1 ?
   > 
   > On main, users are currently bound to [native-image 22.3.0](https://github.com/apache/camel-quarkus/blob/main/pom.xml#L102).
   
   It also passes with GaalVM `22.3.0` and `22.2.0`


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] essobedo merged pull request #4589: Ref #4393: Groovy DSL - Get rid of --report-unsupported-elements-at-runtime

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo merged PR #4589:
URL: https://github.com/apache/camel-quarkus/pull/4589


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org