- Changed actuator permit from actuator/** too individual paths.
- Add support for parameter annotation in JUnit test classes.
- Moved port reservation from beforeAll into aconstuctor of TenantJsonWebToken.
- Make ConfigJwksHealthIndicatorAutoConfiguration optional whn using @WebMvcTest.
- Add use of synchronized to oidc-rs-junit-tenant.
- Make retryOnFailure defalut true and outageTolerant default 300
- Make method TenantJsonWebToken.setupTokenFactory public
- Fix TenantAnnotationTokenFactory don't handle PortReservation correct
- oidc-auth-resource-server are split out as separate project from oidc-auth