Here are people who have contributed to the development of Woodstox XML processor
databind core component, version 5.x (earlier contributors included with 4.x
codebase)

Tatu Saloranta, tatu.saloranta@iki.fi: author

Ioan Marcu (ioanmarcu@github)

* Reported #74, suggested fix: Infinite loop in BijectiveNsMap#addGeneratedMapping
  when ctxt.getNamespaceURI(prefix) returns an empty String
 (5.2.1)

Jamie Phelps (jphelp32@github)

* Reported #82: Recycled buffers in XMLStreamWriter are colliding between multiple writer
 (6.0.1)

Colm O hEigeartaigh (coheigea@github)

* Reported #85: OSGi dependency on relaxng should be `optional`
 (6.0.2)
* Reported #105, contributed fix: W3CSchemaFactory constructor incorrectly references
  relaxng
 (6.1.2)

Michael Siegel (michaelsiegel@github)

* Reported, contributed fix for #88: Missing closing quote for attribute values during
  Validating output mode
 (6.0.3)

Ivo Studensky (istudens@github)

* Reported #93: Stax `maxAttributeSize` limit is only vaguely respected
 (6.0.3)

Daniel Lowe (dan2097@github)

* Reported #97: `copyEventFromReader()` `ArrayIndexOutOfBoundsException`
 (6.0.3)
* Reported #132: `copyEventFromReader()` Processing Instruction event bug
 (6.0.7)

Konrad Windszus (kwin@github)

* Contributed fix for #96: woodstox-core.jar 6.0.2 uses JDK-11 removed internal APIs
 (6.1.0)

Daniel Kulp (dkulp@github)

* Contributed fix for #103: Issue caused by MSV shading
 (6.2.0)

Chris Trenkamp (ChrisTrenkamp@github)

* Reported #127, suggested fix: Invalid attributes producing extra null characters
  during DTD validation
 (6.2.6)

Johannes Herr (johannesherr@github)

* Contributed #142: `XMLEventReader` always returns the full content in text events,
  even if coalescing disabled
 (6.3.0)

Chris Rankin (chrisr3@github)

* Contributed #151: Add standard osgi.serviceloader OSGi metadata for provided services
 (6.3.0)
* Contributed #155: Declare `osgi.serviceloader.registrar` requirement as optional
 (6.3.1)
* Contributed #170: After update to 6.5.0, in osgi/felix runtime the bundle is not started
  due to missing dependency
 (6.5.1)

Ben Spiller (ben-spiller@github)

* Reported #163: `woodstox-core` 6.3/6.4 javac warning due to unexpected new dependency
  on `aQute.bnd.annotation.Resolution`
 (6.5.0)

Guillaume Nodet (@gnodet)

* Contributed #176: Fix parser when not replacing entities and treating char references
  as entities
 (6.6.0)

Tim Martin (@Orbisman)

* Contributed fix for #67: Wrong line for XML event location in elements following DTD
 (6.6.0)

Kamil Gołębiewski (@Magmaruss)

* Contributed #165: Add support to optionally allow surrogate pair entities
 (6.6.0)

Alexey Gavrilov (@agavrilov76)

* Reported #193: Module `com.ctc.wstx` does not read a module that exports
  `com.ctc.wstx.shaded.msv.org_isorelax.verifier`
 (6.6.1)

Jeremy Norris (@norrisjeremy)
* Reported #200: Fix shading of `isorelax` dependency (and other msv-core components)
 (6.6.2)

Stanimir Stamenkov (@stanio)

* Reported, provided fix for #204: Non-conformant `XMLEventFactory.setLocation(null)`
 (7.0.0)

Philipp Nanz (@philippn)

* Contributed #209: SAXParser: Add support for `LexicalHandler.startEntity()` and `.endEntity()`
 (7.1.0)
* Contributed #211: Disable `resolveEntityReferences` by default for newly created SAX parsers
 (7.1.0)
