Skip to content

Commit 93ce7af

Browse files
authored
Update README.md
1 parent 9ca5f51 commit 93ce7af

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
jbatch - Former JSR 352 reference implementation
1+
jbatch - implementation of Jakarta Batch
22
=======================
3+
## History
4+
5+
(Former JSR 352 reference implementation)
6+
7+
### Move to schema 2.0 level
8+
9+
As of the 2.0.0-M5 release, this implementation only supports job XML definitions conforming to the Jakarta EE 9 schema at:
10+
[https://jakarta.ee/xml/ns/jakartaee/jobXML_2_0.xsd](https://jakarta.ee/xml/ns/jakartaee/jobXML_2_0.xsd).
11+
12+
Note the attribute: `<job ... version="2.0">`
313

414
## Branch history (why did I get a merge conflict when merging 'master'?)
515

16+
617
This isn't a good practice, so we give at least this explanation. We changed what master means without a clean merge to preserve history. Sorry for any incovenience this caused, we decided this wasn't an active-enough project to worry about the downside here.
718

819
The branch structure/history now:

0 commit comments

Comments
 (0)