muyangye commented on PR #2356: URL: https://github.com/apache/streampipes/pull/2356#issuecomment-1865381405
@tenthe Thanks a lot for mergingš. Is there any reason to switch from JAX-RS to Spring MVC? I copied (I can't even do git pullš¤£) the code to local and was not able to compile it because endpoints in `PipelineElementFile.java` expect a return of type `ResponseEntity` which is part of Spring MVC whereas the actual return is of type `Response` which is part of JAX-RS. Other than that I spot no issues. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
