Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartabatch-dev] Update on Batch 2.0 release for EE 9 - specification PR drafted

Update: I submitted a draft of the final Batch 2.0 spec PR for EE 9:
https://github.com/jakartaee/specifications/pull/238

It uses the 2.0.0-M4 release of batch-tck:
https://search.maven.org/remotecontent?filepath=jakarta/batch/jakarta.batch.official.tck/2.0.0-M4/jakarta.batch.official.tck-2.0.0-M4.zip
and I wrote up a "preview" certifcation using the 2.0.0-M6 release of the jbatch impl, and the 2.0.0-M6 release of our batch API, (which incorporate the final XSD change using version="2.0", etc.).

---

So at this point the only remaining work is to bump up dependency versions (from Milestone) to final releases. For Batch though, we're stuck at the moment waiting for CDI and JTA to do a final release, at least to a staging repository.

But everything else is finalized, in my mind: the signature files, the TCK reference guide, etc..

I did do some reshuffling of the TCK reference guide, describing how to certify for each of Java 8, Java 11, and cleaning up the signature test instructions.


Would be happy to hear any comments or accept PRs for corrections/improvements. The source is at:
https://github.com/eclipse-ee4j/batch-tck/blob/master/jakarta.batch.official.tck/src/main/asciidoc/batch-tck-reference-guide.adoc
but it's probably easier to review from the HTML/PDF generated in the zip: jakarta.batch.official.tck-2.0.0-M4.zip

Thanks,
------------------------------------------------------
Scott Kurz
WebSphere Batch and Developer Experience
skurz@xxxxxxxxxx
--------------------------------------------------------


Back to the top