grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.46k stars 811 forks source link

EnableGlobalMethodSecurity is deprecated #997

Closed benallard closed 8 months ago

ST-DDT commented 9 months ago

Could you please write a little description regarding the deprecation or at least a link that references the deprecation message.

benallard commented 9 months ago

Sure, I figured it out when following the doc, and suddenly, my IDE complained about the usage of deprecated API.

See here: https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/config/annotation/method/configuration/EnableGlobalMethodSecurity.html

ST-DDT commented 8 months ago

Thanks for your contribution. ❤️