[ 
https://issues.apache.org/jira/browse/FLINK-19952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dawid Wysakowicz closed FLINK-19952.
------------------------------------
      Assignee: jackylau
    Resolution: Fixed

Implemented in 7f5dd53bc18de57fef716615ac63a3e49716e1ab

> flink SecurityOptions.class use depracted method so many times
> --------------------------------------------------------------
>
>                 Key: FLINK-19952
>                 URL: https://issues.apache.org/jira/browse/FLINK-19952
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Core
>    Affects Versions: 1.11.0
>            Reporter: jackylau
>            Assignee: jackylau
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> we should use it in this way
> {code:java}
> // code placeholder
> public static final ConfigOption<Boolean> KERBEROS_LOGIN_USETICKETCACHE =
>  key("security.kerberos.login.use-ticket-cache")
>  .booleanType()
>  .defaultValue(true)
>  .withDescription("Indicates whether to read from your Kerberos ticket 
> cache.");
> {code}
> instead of 
> {code:java}
> public static final ConfigOption<Boolean> KERBEROS_LOGIN_USETICKETCACHE = 
> key("security.kerberos.login.use-ticket-cache")
> .defaultValue(true) 
> .withDescription("Indicates whether to read from your Kerberos ticket 
> cache.");
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to