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

Mickael Maison updated KAFKA-20555:
-----------------------------------
    Fix Version/s: 4.4.0

> JaasBasicAuthFilter should use jakarta.annotation
> -------------------------------------------------
>
>                 Key: KAFKA-20555
>                 URL: https://issues.apache.org/jira/browse/KAFKA-20555
>             Project: Kafka
>          Issue Type: Bug
>          Components: connect
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0, 4.2.0, 4.3.0, 4.0.2, 4.1.1, 4.1.2, 
> 4.2.1
>            Reporter: Mickael Maison
>            Assignee: Mickael Maison
>            Priority: Major
>             Fix For: 4.4.0
>
>
> In Kafka 4.0, we bumped Jetty to 12 and switched from javax web services to 
> jakarta web services, javax.ws.rs to jakarta.ws.rs.
> However, we missed the javax.annotation.Priority usage in 
> JaasBasicAuthFilter. Jetty 12 ignores javax.annotation.Priority and instead 
> uses jakarta.annotation.Priority to order filters in its processing chains.
> The impact is that JaasBasicAuthFilter currently does not have a priority 
> which can lead to undefined filter execution order when other Connect REST 
> Extension plugins are used.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to