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

Remove dependency on JTA API #609

Merged
merged 1 commit into from May 18, 2022
Merged

Conversation

manovotn
Copy link
Contributor

Fixes #608

This is one of the ways to address it as we don't really need the dependency on JTA apart from javadoc of a single class.

(FYI @arjantijms)

@manovotn
Copy link
Contributor Author

manovotn commented May 16, 2022

I have also noticed that we are declaring EJB API dependency directly inside maven javadoc plugin.
Maybe that would be a better option? We'd still be keeping the cyclic dep and would, by definiton, have an outdated version there on release.

@Ladicek
Copy link
Contributor

Ladicek commented May 16, 2022

Sounds like a good idea, but I wouldn't mind if we got rid of the EJB dependency as well :-)

@Ladicek
Copy link
Contributor

Ladicek commented May 16, 2022

Not merging yet, as I assume we'll wanna discuss this on the CDI call tomorrow.

@manovotn
Copy link
Contributor Author

Sounds like a good idea, but I wouldn't mind if we got rid of the EJB dependency as well :-)

Yeah, that's exactly what I wanted to bring up in the meeting tomorrow

@arjantijms
Copy link

Thanks!

@starksm64 starksm64 merged commit 6e5d04e into jakartaee:master May 18, 2022
@manovotn manovotn deleted the issue608 branch May 18, 2022 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency on outdated JTA API
5 participants