Skip to Content.
Sympa Menu

mace-opensaml-users - Xerces 2.8.1 update

Subject: OpenSAML user discussion

List archive

Xerces 2.8.1 update


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Xerces 2.8.1 update
  • Date: Wed, 20 Sep 2006 07:41:18 -0400
  • Organization: UIS - middleware

A new version of Xerces-J has been released. If you are testing OpenSAML 2, Java edition, I strongly recommend you upgrade to Xerces 2.8.1. DocumentBuilders in the past versions of Xerces held onto a reference of the DOM they parsed. Since OpenSAML 2 has improved parser pooling code the DocumentBuidlers will very rarely be garbage collected and thus DOM trees will continue to accumulate in memory. Xerces 2.8.1 appropriately releases the reference to the parsed DOM tree, so when SAMLObjects are garbage collected, or are instructed to release their DOM, the DOM tree will be appropriately garbage collected.
--
Chad La Joie 2052-C Harris Bldg
OIS-Middleware 202.687.0124


  • Xerces 2.8.1 update, Chad La Joie, 09/20/2006

Archive powered by MHonArc 2.6.16.

Top of Page