8000 Releases · jakartaee/batch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jakartaee/batch

2.1.1

23 Jun 19:57
Compare
Choose a tag to compare

This change did not impact the "specification" aspect of the API, e.g. the Javadoc. Rather, it only related to the JAR manifest (OSGi bundle manifest) of the API JAR maintained by the Jakarta Batch specification & API project within this repository and released to Maven Central.

Bug Fix:

  • #201 - Fixed incorrect version in OSGi bundle manifest

2.1.0

19 Mar 13:25
Compare
Choose a tag to compare
Prepare for 2.1.0 release

Signed-off-by: Scott Kurz <skurz@us.ibm.com>

2.0.0

24 Oct 22:52
Compare
Choose a tag to compare

2.0.0-M5

22 Jul 22:04
6e87edd
Compare
Choose a tag to compare

Significant change since the job XML XSD has changed, and therefore previous job XMLs are no longer valid (and impls are required to validate before executing jobs).

2.0.0-M3 - Jakarta EE 9 milestone

11 Jun 17:09
Compare
Choose a tag to compare

The API is unchanged from M2, and there is no need for, say, Glassfish to pick up 2.0.0-M3.

The changes are minor copyright changes and formatting and fixes to the spec document for the June Jakarta EE 9 milestone (and we release via one repo here).

2.0.0-M2

29 May 22:32
Compare
Choose a tag to compare

Significant changes since 2.0.0-M1 include

  • spec doc cleanup (including javax->jakarta changes)
  • Fixing the OSGi bundle manifest for the api JAR.

NOTE: I edited and re-published this tag and release to match what was in Maven Central (which can't be re-released). Sorry, that was my fault. Before May 29, 2020, this release had pointed to the previous commit, fb35421, which had failed to included the final commit updating the POM versions from 2.0.0-M1 to 2.0.0-M2.

2.0.0-M1

21 Feb 21:41
c56fa37
Compare
Choose a tag to compare

Releases the: jakarta.batch:jakarta.batch-api:2.0.0-M1 artifact to Maven Central, along with parent, etc. (see here).

This is a first pass at the javax.* -> jakarta.* conversion for Jakarta EE 9.

0