cessda / cessda.cvs.two

Apache License 2.0
0 stars 2 forks source link

Bump docx4j-JAXB-ReferenceImpl from 8.3.8 to 11.4.9 #541

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps docx4j-JAXB-ReferenceImpl from 8.3.8 to 11.4.9.

Changelog

Sourced from docx4j-JAXB-ReferenceImpl's changelog.

CHANGELOG

Version 11.4.8

 Release date

 9 Sept 2022

Changes in Version 11.4.8

Alter convertAltChunks interface:

  • this method now does the conversion in situ (ie rather than cloning the pkg), for efficiency (eg where the docx contains many altChunks including in its headers/footers).

  • Now supports .mht altChunks (as produced by BIRT) via docx4j-ImportXHTML (v11.4.8)

  • This method now does not convert docx altChunks. Convert docx altChunks has always required the MergeDocx component of Docx4j Enterprise; users wishing to convert docx altChunks should use that directly.

Some other minor changes; please see https://github.com/plutext/docx4j/commits/VERSION_11_4_8

Version 11.4.7

 Release date

 21 May 2022

Changes in Version 11.4.7

New property docx4j.jaxb.preprocess.always, a list of parts to transform before unmarshalling is first attempted. Useful when you know your input docx always have issues owing to deficiencies in whatever application emitted them. Without this setting, the transformation does not happen until after an error is encountered (which is less efficient and results in log entries).

Set Docx4jUnmarshallerListener when preprocessing (fixes #474). When transforming during unmarshalling, use DOMResult instead of JAXBResult

Set Docx4jUnmarshallerListener via reflection when using binder. Previously, there was no Docx4jUnmarshallerListener when a binder was used.

Bump MBassador to 1.3.2; see EventMonitoringDemo sample for how to monitor docx4j events

Version 11.4.6

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
matthew-morris-cessda commented 1 year ago

@dependabot ignore this major version

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 11.x.x again, unless you re-open this PR. 😢