spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.78k stars 1.25k forks source link

Fix AOT hints for OAuth 2.0 Token Exchange #1630

Closed nwholloway closed 1 month ago

nwholloway commented 1 month ago

This is a proposed fix for issue #1629.

It just updates the classes to match the renaming performed by 2f1f45bc0152b6b8b414134cd2506ab01ece423d.

ahassanio commented 1 month ago

I faced this issue while building the image! what happen if i downgrade the version? and which version will be satisfied?!

nwholloway commented 1 month ago

I faced this issue while building the image! what happen if i downgrade the version? and which version will be satisfied?!

Spring Authorization Server 1.2.4 is not affected by this problem. You should be able to downgrade to that version if you don't need the new features of 1.3.0.

jgrandja commented 1 month ago

Thanks for submitting this fix @nwholloway ! This is now merged.