Hi Tim, oh no, I didn't check that side before. I will have a look and "rewrite" the simple epsg geo-jvm processor, so I know what to do. I have some more geo processors up my sleeve after the reprojection is complete.
So a good way to learn it :) If I have any questions I let you know ^^ Greetings Florian Am Samstag, dem 19.11.2022 um 14:16 +0000 schrieb Tim: > Hi Florian,<br> > > indeed it is.<br> > Processing elements can now be defined by only implementing one class.<br> > You find a detailed description for that here: <br> > [https://streampipes.apache.org/docs/docs/extend-tutorial-data-processors.html](https://streampipes.apache.org/docs/docs/extend-tutorial-data-processors.html)<br> > > We are also working on refactoring all processing elements to only use <br> > the approach > ([https://issues.apache.org/jira/browse/STREAMPIPES-615](https://issues.apache.org/jira/browse/STREAMPIPES-615)),<br> > but that will probably take some time ;)<br> > So there is no need to hurry with switching to the new approach.<br> > Anyways, I will try to improve the deprecation warning so that it is <br> > more explanatory and directly guides to the tutorial.<br> > > Best<br> > Tim<br> > > Am 19.11.2022 13:59 schrieb Florian Micklich:<br> > > Hi,<br> > > > > i just wanted to refactor some "older" geo processors and got<br> > > following messages about the 3 class structure:<br> > > > > > > ```<br> > > Processor:<br> > > 'org.apache.streampipes.wrapper.runtime.EventProcessor' is deprecated<br> > > and marked for removal<br> > > > > Controller:<br> > > public class XXXXX extends StandaloneEventProcessingDeclarer<XXXXX> {<br> > > > > > > Parameter:<br> > > 'org.apache.streampipes.wrapper.params.binding.EventProcessorBindingParams'<br> > > is deprecated and marked for removal.<br> > > ```<br> > > > > > > Is there a new way how to code processors?<br> > > > > > > Greetings<br> > > Florian<br>
