This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 05b57afa PDFBOX-6073: include changes to ICOSVisitor
05b57afa is described below

commit 05b57afa6d8629ba8960f1be21dd9b0dfd1e6c24
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Sep 20 18:59:41 2025 +0200

    PDFBOX-6073: include changes to ICOSVisitor
---
 content/4.0/migration.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/4.0/migration.md b/content/4.0/migration.md
index 5e630354..bff68fdd 100644
--- a/content/4.0/migration.md
+++ b/content/4.0/migration.md
@@ -79,3 +79,9 @@ Apache Commons Logging was replaced by Apache Log4j, some of 
the obvious reasons
 ### Overlay behavior different
 
 In 4.0 the real lower left is taken into account instead of (0,0), see 
[PDFBOX-6048](https://issues.apache.org/jira/browse/PDFBOX-6048).
+
+### ICOSVisitor derived classes
+
+If you have implemented your own `ICOSVisitor` class, you'll have to implement 
the new `visitFromObject` method.
+The default implementation found in 3.0 has been moved to the `COSWriter` 
class.
+

Reply via email to