Skip to content

Releases: jcabi/jcabi-xml

remove AOP aspects

12 Sep 22:06
Compare
Choose a tag to compare

XSLChain

07 Sep 13:21
Compare
Choose a tag to compare

XSL.applyTo()

26 Jun 14:32
Compare
Choose a tag to compare

Method XSL.applyTo() added, that allows to transform XML into plain text.

Dependencies upgraded

26 Jun 14:32
Compare
Choose a tag to compare

Some dependencies upgraded

XSL.with()

24 Jun 11:52
Compare
Choose a tag to compare

This version introduces a possibility to configure URIResolver for XSL transformations, using XSL.with() method and an instance of Sources interface. It is recommended to use ClasspathSources

XMLDocument.node() returns Document or Element

18 May 11:43
Compare
Choose a tag to compare

This version fixes a bug introduced a few versions earlier. Now XMLDocument.node() returns Document or Element depending on the situation.

Full immutability

06 May 06:49
Compare
Choose a tag to compare

This version makes all classes and interfaces in the library fully immutable, and annotated with @Immutable from jcabi-aspects

Extra synchronization in XSDDocument

25 Feb 06:28
Compare
Choose a tag to compare

Extra synchronized block in XSDDocument for thread-safety

XMLDocument is thread-safe

24 Jan 15:26
Compare
Choose a tag to compare

This version fixed concurrency problems with XMLDocument

More unit tests

15 Jan 15:26
Compare
Choose a tag to compare

No functional changes, just more unit tests