Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'javax.security.cert.X509Certificate' is deprecated and marked for removal in JDK17 #5389

Open
narendrab15 opened this issue Nov 14, 2024 · 0 comments
Labels

Comments

@narendrab15
Copy link

narendrab15 commented Nov 14, 2024

Questions

Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.

Version

using 4.4.1
seems to me every version has this bug

Context

https://github.com/eclipse-vertx/vert.x/blob/4.5.8/src/main/java/io/vertx/core/http/HttpServerRequest.java

incompatible types: java.security.cert.X509Certificate[] cannot be converted to javax.security.cert.X509Certificate[]

Do you have a reproducer?

no
A reproducer is a simple project hosted on GitHub (or another forge supporting git clone operation) that has a build file that can be executed to reproduce the issue.

Reproducers are very helpful for contributors and will likely help them fixing your bug faster.

  • Link to github project/gist

Steps to reproduce

  1. ...
  2. ...
  3. ...
  4. ...

Extra

  • Anything that can be relevant such as OS version, JVM version
    NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant