Patrick Wiener created STREAMPIPES-282:
------------------------------------------
Summary: Fix empty route warning in backend
Key: STREAMPIPES-282
URL: https://issues.apache.org/jira/browse/STREAMPIPES-282
Project: StreamPipes
Issue Type: Bug
Components: Backend
Reporter: Patrick Wiener
Fix For: 0.68.0
Backend currently throws empty route warning on startup within class:
org.apache.streampipes.rest.impl.nouser.PipelineElementImportNoUser
{code:java}
backend_1 | 19:35:40.777 SP [http-nio-8030-exec-1] WARN
org.glassfish.jersey.internal.Errors - The following warnings have been
detected: WARNING: The (sub)resource method addElement in
org.apache.streampipes.rest.impl.nouser.PipelineElementImportNoUser contains
empty path annotation.{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)