fix(jans-config-api): the admin-ui backend issues related to jetty 11 migration #1258
Closed
Description
Describe the bug
The admin-ui backend issues related to jetty 11 migration.
The following things are not working in admin-ui plugin
- The license apis not working as licenseSpring sdk was not compatible with jakarta libs. We should use licenseSpring rest apis instead of sdk.
- Need to do some code optimization in calling endpoints using resteasy client.
- This also include changes in
admin_ui
configuration in database (jans-linux-setup).