Hi, We have a web application which uses web api 8.1 jar files. Currently we are planning to migrate to web api 8.5. Seems there is lot of changes to api.
eg. LoadBalancerServlet is no more available
Few methods in LoadBalancer class has been changed from static to instance method.
Method signatures have changed.
Is there any guide which can help in this migration?
Pls. advice