r2dbc / r2dbc-spi

Service Provider Interface for R2DBC Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove usage of `AccessController.doPrivileged(…)`

mp911de opened this issue · comments

For ServiceLoader invocation we use AccessController.doPrivileged(…). In preparation for https://openjdk.java.net/jeps/411, we should replace that call with a simple one calling ServiceLoader only.