jeffbswope
jeffbswope
We have some endpoints where we wanted to be able to include app and/or actuator links in the response. The low friction way we found was to move to `@RestControllerEndpoint`...
This is also breaking our builds here where the missing module eventually leads to hitting network security snafus as it follows redirects searching for it and eventually hits blocked urls......
One thing I hadn't bothered to notice before is that in that reproduction when running the application you do get the correct 401/403, but it comes with HTML (apparently from...
Just as a data point for discussions, we have core plugins/libraries that do the following: - enable `local` and `dev` profiles on BootRun task. - support encoded/encrypted property values (more...