-
Notifications
You must be signed in to change notification settings - Fork 6k
OAuth2ResourceServerSpecTests and OAuth2WebClientControllerTests fail #9421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@manueljordan, thanks for the report. The build is parallelized by default, which is why you see multiple processes created. You might be able to simplify your analysis by running |
Hello @jzheaux , understood - but according with my understanding that approach is better. Ok, I tried with With Now appeared other error, again for the same
I don't understand why appears
BTW locations:
Some guidance would be valuable |
Thanks for the extra detail, @manueljordan. I made an adjustment to |
- Typo in PlaceholderConfig was causing Windows builds to resolve the CLASSPATH environment variable Closes gh-9421
- Typo in PlaceholderConfig was causing Windows builds to resolve the CLASSPATH environment variable Closes gh-9421
- Typo in PlaceholderConfig was causing Windows builds to resolve the CLASSPATH environment variable Closes gh-9421
Hi @jzheaux Huge thanks for the quick fix. I am going to test it right now and inform ... |
- Netty returns a slightly different exception on Windows, so adjusted assertion accordingly. Issue gh-9421
Now passes but is mandatory use |
With the project cloned (07 Feb 2021) in Windows 10 and then:
With
JAVA_HOME
andjava[c] --version
, all for Java 8gradlew.bat install
gradlew.bat clean
gradlew.bat build
The third task fails with:
The complete ourput is:
The text was updated successfully, but these errors were encountered: