XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Announcement: XOM 1.3.2

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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS