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

Support for Jakarta EE 10 #108

Open
roberto-cisternino opened this issue Feb 10, 2024 · 2 comments
Open

Support for Jakarta EE 10 #108

roberto-cisternino opened this issue Feb 10, 2024 · 2 comments
Labels

Comments

@roberto-cisternino
Copy link

Hello, is the Jakarta EE underway ?

@aisling-2
Copy link
Contributor

Hi @roberto-cisternino, we haven't explored what Jakarta EE could bring and its requirements, so there's no plan for it. But saving this with label "review" to research more in the future.

@roberto-cisternino
Copy link
Author

I was able to work with Jakarta EE 10 as well by solving a conflict this way, all the rest is working fine.

    <dependency>
        <groupId>io.github.binance</groupId>
        <artifactId>binance-connector-java</artifactId>
        <version>3.2.0</version>
        <exclusions>
            <exclusion>
                <groupId>org.jetbrains.kotlin</groupId>
                <artifactId>kotlin-stdlib-common</artifactId>
            </exclusion>
        </exclusions>
    </dependency>

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

2 participants