Release Notes
This page provides information about the latest releases of Office-stamper, including new features, bug fixes, and other changes.
Latest Release
v2.9.0
Bugfixes
- MAY BREAK: Changed behavior of the processor
replaceWordWith(context)
to be able to handle several test run as notified by @jonath92 in #585- It may break the formatting of the following paragraphs if there was an empty run with formatting instruction inside the comment selection, but I have not been able to reproduce this theoretical issue with both Word, and WPS writer. Do not hesitate to inform me if you encounter the issue.
Dependencies
- Upgrade Java version from 21 to 25
- Bump
org.springframework:spring-expression
from6.2.8
to6.2.12
- Bump
org.springframework:spring-context
from6.2.8
to6.2.12
Documentation
- Updated all Javadoc to use Markdown style
- Globally added a lot of Javadoc, to improve self-documentation and leverage AI capabilities.
- Add documentation about preprocessors, allowing cleanup of documents before stamping
- Added an .aiignore to improve the vibe coding experience
- Add contributors details to generated documentation site
Continuous Integration
- Updated deployment to Maven Central to follow OSSRH process changes.
- Added dependency to plugin
org.sonatype.central:central-publishing-maven-plugin:0.9.0
- Added dependency to plugin
- Bump
actions/checkout
fromv4
tov5
- Bump
actions/setup-java
fromv4
tov5
- Bump
github/codeql-action/analyze
fromv3
tov4
- Bump
actions/upload-pages-artifact
fromv3
tov4
- Bump
org.apache.maven.plugins:maven-compiler-plugin
from3.14.0
to3.14.1
- Bump
org.apache.maven.plugins:maven-javadoc-plugin
from3.11.2
to3.12.0
- Bump
org.apache.maven.plugins:maven-surefire-plugin
from3.5.3
to3.5.4
- Bump
org.apache.maven.plugins:maven-surefire-report-plugin
from3.5.3
to3.5.4
- Bump
org.jacoco:jacoco-maven-plugin
from0.8.13
to0.8.14
Previous Releases
For information about previous releases, see the full release notes on GitHub.
Upgrading
From v2.8.x to v2.9.0
- MAY (unlikely) BREAK some formatting after a replaceWordWith comment.
- Update your dependencies to the latest versions.
Reporting Issues
If you encounter any issues with a release, report them on the GitHub Issues page.
Next Steps
- Return to the Documentation Home
- See the Contributing guide if you want to help improve Office-stamper