[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Announcement: XOM 1.3.2
- From: Elliotte Rusty Harold <elharo@ibiblio.org>
- To: XML Developers List <xml-dev@lists.xml.org>
- Date: Mon, 15 Apr 2019 05:58:27 -0400
I've posted XOM 1.3.2 in the usual location:
https://xom.nu/
The biggest change since 1.2.11 is that the Nodes and Elements classes
are iterable so you can use the enhanced for loop syntax on instances
of these classes.
Also, the copy() method is now covariant.
Otherwise, it should be backwards compatible with earlier versions.
Java 1.6 or later is required. This release is also available on Maven
Central:
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.3.2</version>
</dependency>
If you're still using one of the old, unofficial Maven artifacts from
1.2.10 or earlier, I recommend upgrading since there have been a
number of bug fixes and improved API added since then.
Side note: tight coupling is an antipattern in services too, not just
code. Repository management and build tools are two different things
that should be independent of each other. That they aren't made
publishing this on Maven Central much harder than it should have been.
--
Elliotte Rusty Harold
elharo@ibiblio.org
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]