You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/03/09 08:45:32 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4634: Remove org.freemarker:freemarker dependency override

jamesnetherton opened a new issue, #4634:
URL: https://github.com/apache/camel-quarkus/issues/4634

   `quarkus-freemarker` is out of sync with Camel 4.0.0-M2 in the freemarker version used (I have asked for a new release so we get back in sync). Since a version constant is now passed to the `Configuration`, it can cause issues if `quarkus-freemarker` lags behind.
   
   https://github.com/apache/camel/blob/main/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerComponent.java#L90
   
   We should either make the override permanent or think of a way of maintaining this in a easy way, since we're likely to hit this issue again in the future.


-- 
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.apache.org

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


[GitHub] [camel-quarkus] oscerd commented on issue #4634: Remove org.freemarker:freemarker dependency override

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4634:
URL: https://github.com/apache/camel-quarkus/issues/4634#issuecomment-1461584660

   The reason for that was: https://freemarker.apache.org/docs/pgui_config_incompatible_improvements.html
   
   If this is a problem we could also revert or find a different way, but it's not a best practice.


-- 
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 issue #4634: Remove org.freemarker:freemarker dependency override

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #4634:
URL: https://github.com/apache/camel-quarkus/issues/4634#issuecomment-1467584255

   https://github.com/apache/camel-quarkus/pull/4650 will fix this.
   
   > We should either make the override permanent or think of a way of maintaining this in a easy way, since we're likely to hit this issue again in the future.
   
   Given that Freemarker does not seem to release very often, I think it's ok to temporarily live with some potential misalignment between Camel & CQ, while we request a new release from the Quarkiverse Freemarker project. We should be able to catch this early on the `camel-main` branch.


-- 
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 closed issue #4634: Remove org.freemarker:freemarker dependency override

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #4634: Remove org.freemarker:freemarker dependency override
URL: https://github.com/apache/camel-quarkus/issues/4634


-- 
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