Imesha Sudasingha

Results 43 comments of Imesha Sudasingha

Closing this since we won't be sending this to 2201.2.x

@LakshanWeerasinghe can you check the test failures on windows? May be related to line separator character difference.

Adding a `postinstall` script like below to the app's package.json solves the issue. ```json { "scripts": { "postinstall": "cd && yarn install" } } ``` We should probably add the...

@TDClarke Unfortunately no.

@Lucasark I will check on that. Spring Boot 3.0.0 is to be released in November 2022. By the look of it, I don't see any change related to the `OAuth2ResourceServer`....

Spring 3.0 was released. I will update this accordingly as soon as I get some free time

Thanks for the PR @hendisantika. Will review and merge this.