-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can the cdi-api
version be updated?
#212
Comments
@scottkurz There is `cdi-api 4.1.0' coming out: https://github.com/jakartaee/cdi/releases/tag/4.1.0 And it seems this upgrade can work with JBeret: jberet/jsr352#511 Can this upgrade be included in |
@liweinan, good question. Let me first address the process involved. PROCESS STEPSFirst, the specification document doesn't go into a level of detail which would re that would require any doc updates in upgrading, so no issue there. I still think, according to the JESP, we would need to do a "Service Release" in order to release a new update of the API JAR. Ultimately I think the TCK should at least be re-executed against the jbatch impl using the updated API JAR. USE CASEThat all said, could you please explain what you see as the value here? I assume you're suggesting to upgrade the dependency version in the 'jakarta.batch-api'. Since this is only a provided-scoped dependency, though, it isn't picked up transitively by consumers of 'jakarta.batch-api'. I'm curious then how this would help? |
Adding @jamezp and @scottmarlow into the loop. @scottkurz Thanks for the detail explanation! The reason I'm asking is that I plan to upgrade the With your teaching and my understanding, as the |
That's correct. We haven't had any kind of "breaking" compile change in a long time, so it shouldn't be a concern. |
@scottkurz Thanks for the answer Scott! I'll close this issue/question as its confirmed/answered :D |
No description provided.
The text was updated successfully, but these errors were encountered: