-
Notifications
You must be signed in to change notification settings - Fork 57
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
Version for Jakarta EE #195
Comments
Yes, that's on the radar. No ETC, obviously. |
|
Draft PR: #196 |
Hi @martin-g , Thank you for the input, that looks interesting. Which begs a question: should we keep that compatibility? |
I am not well acquaint with CDI 😕 I am just trying to update Apache Wicket to Servlet API 5.x. |
@jin-harmoney Any help to see a new release of cdi-unit is very welcome! |
I tried, I got quite far actually, but deltaspike is not EE9/10 compatible. It's a huge pain. There are workarounds to use
But there have been commits on the deltaspike repo (https://github.com/rzo1/deltaspike/blob/master/deltaspike/parent/code/pom.xml#L165) that are not yet released related to this classifier. |
I pinged on the deltaspike repo: apache/deltaspike#128. |
@martin-g the discussion here is exploding: https://issues.apache.org/jira/browse/DELTASPIKE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17643606#comment-17643606.. It doesn't look like we're going to have a jakarta-compatible version soon. I was wondering if there is a heavy dependency on deltaspike in this project or if it could be replaced somehow? Or maybe excluded if it's not used? |
Yes, it is sad! |
That's nice ! |
@martin-g yes! I'll keep you posted on our progress. |
@ikysil we're working on a Jakarta compatible version, but we were wondering if we should branch from |
Yeah, that's true - there are a lot of stuff on master which is not released yet. Do you see the changes for Jakarta compatible version as straightforward? |
Hello, @ikysil I'm working with @jin-harmoney on the jakarta compatible version. Just checked and so far our changes are straightforward.
No new maven modules - just updated versions in pom |
Let's keep your work on top of |
Hello @jin-harmoney @har-cpol It's strange that Apache web site is not updated still - it lists Am I looking at wrong address? |
A few observations on Deltaspike 2.0:
|
That's fine! |
Sure, that's fine for the future MAJOR release of cdi-unit. I'm looking at this from the next 4.x release perspective where Java 8 compatibility is still a thing. |
Do you mean that you want to release cdi-unit for jakarta.** in a minor version ? |
No, I'm preparing to release current All the other work goes to 5+ |
JakartaEE is one of the features for the next MAJOR release. Other items (I am aware of) are:
|
PR #230 has been merged into the master. I'm closing this issue and proceeding with a EA release. |
Version 5.0.0-EA1 has been published. Please check and report any issues! |
Please provide a version based on jakarta.** APIs.
Even a milestone/snapshot release would be very welcome!
The text was updated successfully, but these errors were encountered: