Debian Patches

Status for libwoodstox-java/1:6.2.1-1

Patch Description Author Forwarded Bugs Origin Last update
0001-Fix-interface-mismatch-between-woodstox-and-osgi.patch Fix interface mismatch between woodstox and osgi.
In registerService() recent osgi versions expect properties to be
passed as a Dictionary<String, ?> object , while woodstox tries to
pass a Properties object, which implements Dictionary<Object,
Object> (which actually contains elements of type <String, Object>).

In this patch the Java type checker is forced to accept this code
by converting the object to an intermediate Hashtable type, without
specifying generic types.
Giovanni Mascellani <gio@debian.org> no 2016-09-10
0002-Fix-a-test.patch Fix a test.
A woodstox test depends on an error string being returned in English,
so is broken when a different locale is set.

This patch tests the exception class name instead of its message,
which does not depend on the locale.
Giovanni Mascellani <gio@debian.org> no 2016-09-10

All known versions for source package 'libwoodstox-java'

Links