[jOOQ/jOOQ#15767] MiniJAXB::marshal(XMLAppendable, OutputStream) does not flush decorating writer

This commit is contained in:
Lukas Eder 2023-10-26 17:16:51 +02:00
parent cb1f173fc3
commit e26ef57633

View File

@ -147,6 +147,7 @@ public final class MiniJAXB {
builder.append(object);
builder.appendTo(out);
out.flush();
}
catch (Exception e) {
throw new ConfigurationException("Cannot print object", e);