You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/12/08 15:55:09 UTC

[GitHub] [camel] ppalaga opened a new pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

ppalaga opened a new pull request #4739:
URL: https://github.com/apache/camel/pull/4739


   Improve the 100% build time compiled use case
   


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

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



[GitHub] [camel] ppalaga commented on pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

Posted by GitBox <gi...@apache.org>.
ppalaga commented on pull request #4739:
URL: https://github.com/apache/camel/pull/4739#issuecomment-740736651


   Do I need to run the tests to regenerate those?
   


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

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



[GitHub] [camel] davsclaus merged pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #4739:
URL: https://github.com/apache/camel/pull/4739


   


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

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



[GitHub] [camel] davsclaus commented on pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #4739:
URL: https://github.com/apache/camel/pull/4739#issuecomment-740709722


   There is some code generated scripts that needs to be regen:
   
   core/camel-core/src/test/java/org/apache/camel/language/csimple/HighPredicate.java:public class HighPredicate extends CSimpleSupport {
   core/camel-core/src/test/java/org/apache/camel/language/csimple/MedPredicate.java:public class MedPredicate extends CSimpleSupport {
   tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleScript1.java:import org.apache.camel.language.csimple.CSimpleSupport;
   tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleScript1.java:public class CSimpleScript1 extends CSimpleSupport {
   tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleScript2.java:import org.apache.camel.language.csimple.CSimpleSupport;
   tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleScript2.java:public class CSimpleScript2 extends CSimpleSupport {
   tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleScript3.java:import org.apache.camel.language.csimple.CSimpleSupport;
   tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleScript3.java:public class CSimpleScript3 extends CSimpleSupport {


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

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



[GitHub] [camel] davsclaus commented on pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #4739:
URL: https://github.com/apache/camel/pull/4739#issuecomment-740710202


   eg just git grep CSimpleSupport as this class was changed its constructor


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

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



[GitHub] [camel] davsclaus commented on pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #4739:
URL: https://github.com/apache/camel/pull/4739#issuecomment-740854946


   No these are hand coded, so you just go and change their code.


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

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



[GitHub] [camel] ppalaga commented on pull request #4739: CAMEL-15704: camel-csimple - Compiled simple language

Posted by GitBox <gi...@apache.org>.
ppalaga commented on pull request #4739:
URL: https://github.com/apache/camel/pull/4739#issuecomment-740976739


   911e778: fixed the classes extending CSimpleSupport


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

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