stubby4j
stubby4j copied to clipboard
HTTP/1.1, HTTP/2 and WebSockets stub server for stubbing distributed web services in Docker and non-containerized environments for integration and contract testing
**Describe the solution you'd like** We have a scenario which removes deduplication. In that case, there will be no call to 3rd party API. Otherwise application should call exactly 1...
This PR belongs to ticket https://github.com/azagniotov/stubby4j/issues/451
This ticket is to capture PRs made as a result of moving the baseline (i.e.: `master` branch to JDK 11) and migrating the library to [Jetty 11](https://webtide.com/jetty-10-and-11-have-arrived/) in order to...
As of `v7.5.0` of `stubby4j`, added support for stubbing WebSockets protocol ([RFC6455](https://datatracker.ietf.org/doc/html/rfc6455)) connections over `HTTP/1.1` and `HTTP/1.1` with TLS. In other words, you can stub a web socket with the...
## TL;DR `stubby4j` multi architecture platform Docker images are hosted on DockerHub. ## Supported JRE The following images are available ([Alpine-Native Zulu OpenJDK](https://hub.docker.com/r/azul/zulu-openjdk-alpine) images used as base) based on JRE...
As of `v7.3.0` of `stubby4j`, a new feature is available that enables you to configure a proxy/intercept where requests are proxied to another service (i.e.: a real, live service), when...
As of `v7.4.0` of `stubby4j`, as a new feature support for HTTP/2 over TLS using ALPN extension is available. See [Support for HTTP/2 on HTTPS URIs over TLS](https://stubby4j.com/#support-for-http2-on-https-uris-over-tls) section Also,...
**Describe the bug** Hi, I am trying to use this docker image **azagniotov/stubby4j:latest-jre21** with testcontainers to write integration tests. On my development machine (MAC M1) everything runs fine. When I...