api-gateway
api-gateway copied to clipboard
API gateway for REST, OpenAPI, GraphQL and SOAP written in Java.
Hello, We have made a few derivations on our copy from the upstream. We want to share them with you so if you find them useful you can also benefit...
Please add reporting plugins to pom.xml to update dependency versions properly. Add dependency-updates-report for reporting project dependencies which have newer versions available. Add OWASP dependency-check for reporting any vulnerable components...
We have an issue with membrane where apparently a memory leak with groovy causes some internal classloader hashmap to increase in size over time, causing membrane to eat up all...
Hi I have been trying to make the rest2soap-json example work with another more complex SOAP API. I find it difficult to configure the xsl files with respect to parsing...
`INFO | jvm 1 | 2018/02/14 15:50:43 | 15:50:43,188 WARN AbstractHttpHandler:89 - An exception occured while handling a request: INFO | jvm 1 | 2018/02/14 15:50:43 | java.lang.NullPointerException INFO |...
` ` and ` curl -x http://127.0.0.1:3128 -o foo -H "User-Agent: libfetch/2.0" -H "If-Modified-Since: Wed, 24 Aug 2016 09:22:43 GMT" http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz ` does not work
I run into this problem when running membrane proxy 4.1 standalone in front of a service running on tomcat 8. The issue can be reproduced in following way: Run a...
follow up to #150 and #264.
when this happends locally, a ``` java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) at java.io.BufferedInputStream.read(BufferedInputStream.java:265) at com.predic8.membrane.core.util.HttpUtil.readLine(HttpUtil.java:54) at com.predic8.membrane.core.http.Response.parseStartLine(Response.java:318)...