pagrawal10 commented on PR #16986:
URL: https://github.com/apache/druid/pull/16986#issuecomment-2326488991

   We need to bump up druid-pac4j as well. I have created a PR for the same: 
https://github.com/apache/druid/pull/16567
   We would need to add it as a different extension as that would not be 
compatible with JDK8.
   pac4j versions > 5 are compatible with only JDK 11 and above
   import needed is also different for pac4j v4.5.7 and pac4j v5.7.3 :
   `import org.pac4j.jee.context.JEEContext;`
   vs 
   `import org.pac4j.core.context.JEEContext;`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to