Migration from 1.0.x to 1.1.0
This guide contains instructions for migration from Liveness Check Proxy version 1.0.x
to version 1.1.0
.
Configuration of Servlet Context Path
To publish the backend services under the /liveness-check-proxy
URL prefix, the servlet context path has been updated.
The application configuration now includes the following setting:
server.servlet.context-path=/liveness-check-proxy
Previously there was no servlet context path defined.
By applying this change, all backend services will be accessible under the /liveness-check-proxy
URL prefix. Make sure to update any references or integrations accordingly to avoid breaking changes.
Database Changes
There are no database changes in this version.
Last updated on Oct 10, 2024 (03:57)
Edit on Github
Send Feedback