You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Maven id has changed since Woodstox 4.x but API is still compatible (despite nominal major version upgrade -- major version upgrades in this case were only due to package coordinate changes)
39
39
40
40
## Requirements
41
41
42
-
Woodstox 5 and above require Java 6 (JDK 1.6); as well as Stax API that is included in JDK.
42
+
Woodstox 7 and above require Java 8; Woodstox 5 and above require Java 6 (JDK 1.6).
43
+
All versions also require Stax API that is included in JDK (since Java 6).
43
44
The only other mandatory dependency is [Stax2 API](../../../stax2-api), extended API implemented
44
45
by Woodstox and some other Stax implementations (like [Aalto](../../../aalto-xml).
0 commit comments