2.7.0 #520
caring-coder
announced in
Announcements
2.7.0
#520
Replies: 1 comment
-
Maven central got the jar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Features
PostProcessor
concept to be able to add cleaners or summaries at stamping finish.displayXXXIf
panoply with:displayParagraphIf(boolean)
,displayParagraphIfPresent(object)
anddisplayParagraphIfAbsent(object)
displayTableRowIf(boolean)
,displayTableRowIfPresent(object)
anddisplayTableRowIfAbsent(object)
displayTableIf(boolean)
,displayTableIfPresent(object)
anddisplayTableIfAbsent(object)
displayWordsIf(boolean)
,displayWordsIfPresent(object)
anddisplayWordsIfAbsent(object)
displayDocPartIf(boolean)
,displayDocPartIfPresent(object)
anddisplayDocPartIfAbsent(object)
$+{name}+
can now refer to an objectgetName()
method or to a mapget("name")
value.Bugfixes
Paragraph#getComment
now returns a Collection instead of an Optional, because one paragraph can have several comments.Fixes a bug when commenting several groups of runs by different comments in a single paragraph.
standardWithPreprocessing
configuration for now, but probably going to run the stamping as well in future versions.repeatXXX
can now accept Iterable as inputDependencies
Bump
org.docx4j:docx4j-core
from11.5.0
to11.5.1
Bump
org.docx4j:docx4j-JAXB-ReferenceImpl
from11.5.0
to11.5.1
Bump
org.springframework:spring-expression
from6.1.14
to6.2.1
Bump
org.springframework:spring-context
from6.1.14
to6.2.1
Continuous Integration
Bump
org.junit.jupiter:junit-jupiter
from5.11.3
to5.11.4
Bump
org.pitest:pitest-maven
from1.17.0
to1.17.3
Bump
org.apache.maven.plugins:maven-surefire-plugin
from3.5.1
to3.5.2
Bump
org.apache.maven.plugins:maven-site-plugin
from3.20.0
to3.21.0
Bump
org.apache.maven.plugins:maven-project-info-reports-plugin
from3.7.0
to3.8.0
Bump
org.apache.maven.plugins:maven-surefire-report-plugin
from3.5.1
to3.5.2
Bump
org.apache.maven.reporting:maven-reporting-exec
from2.0.0-M14
to2.0.0
Bump
org.asciidoctor:asciidoctor-maven-plugin
from3.1.0
to3.1.1
Bump
org.apache.maven.plugins:maven-javadoc-plugin
from3.10.1
to3.11.2
Bump
org.apache.maven.plugins:maven-gpg-plugin
from3.2.5
to3.2.7
Refactorings
ObjectDeleter
utility class to use mostlyWmlUtils#remove
method instead.standardWithPreprocessing
configuration now.Tests
Full Changelog: v2.6.0...v2.7.0
This discussion was created from the release 2.7.0.
Beta Was this translation helpful? Give feedback.
All reactions