camunda-community-hub / camunda-platform-7-camel

Community Extension to add Apache Camel support for Camunda Platform 7
Apache License 2.0
82 stars 57 forks source link

Invalid code source for camunda-bpm-camel-blueprint #17

Closed wiax closed 9 years ago

wiax commented 9 years ago

All java files in camunda-bpm-camel-blueprint are not subfixed by .java extension.

meyerdan commented 9 years ago

Hi @wiax, could you point us to an example where the file extension is wrong?

Daniel

wiax commented 9 years ago

Example of bad extension: camunda-bpm-camel/camunda-bpm-camel-blueprint/src/main/java/org/camunda/bpm/camel/blueprint/CamelBlueprintELResolver (all the java files in the camunda-bpm-camel-blueprint).

Example of good extension: camunda-bpm-camel/camunda-bpm-camel-common/src/main/java/org/camunda/bpm/camel/common/CamelService.java

meyerdan commented 9 years ago

Thanks!

@berndruecker can you sort this out, please?

berndruecker commented 9 years ago

Thanks a lot for the pointer. If you want to get it fixes fast best send a pull request via GitHub. I added it to my list of stuff to do when there is a bit of time...

berndruecker commented 9 years ago

I renamed the files. I removed the test case as it doesn't test anything useful (so the component is untested at the moment!)