mock-server / mockserver

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
http://mock-server.com
Apache License 2.0
4.52k stars 1.06k forks source link

Eliminate use of javax.servlet-api #1860

Open patrickjamesbarry opened 2 months ago

patrickjamesbarry commented 2 months ago

The version of spring this lib was currently pinning the java version to is now EOL. The new version of spring requires jdk 17 and moves to jakarta instead of javax. We need a new version of this lib that supports spring 6 and jakarta packages. This would eliminate this lib from pullling in things like javax.servlet-api