You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/04/27 16:55:54 UTC

pdfbox-docs git commit: PDFBOX-3330: add information about removed PDUnknownField class in Migration Guide

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master e628bb878 -> 2509223c5


PDFBOX-3330: add information about removed PDUnknownField class in Migration Guide


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/2509223c
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/2509223c
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/2509223c

Branch: refs/heads/master
Commit: 2509223c5980d72a84b4da4b7d63275edc84af7f
Parents: e628bb8
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Wed Apr 27 16:55:44 2016 +0200
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Wed Apr 27 16:55:44 2016 +0200

----------------------------------------------------------------------
 content/2.0/migration.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/2509223c/content/2.0/migration.md
----------------------------------------------------------------------
diff --git a/content/2.0/migration.md b/content/2.0/migration.md
index 8100370..730e665 100644
--- a/content/2.0/migration.md
+++ b/content/2.0/migration.md
@@ -221,6 +221,9 @@ Most `PDField` subclasses now accept Java generic types such as `String` as para
 As form fields do support multiple annotations `PDField.getWidget()` has been removed in favour of `PDField.getWidgets()`which returns all
 annotations associated with a field.
 
+#### PDUnknownField removed ####
+The `PDUnknownField` class has been removed, such fields are treated as `null` [see PDFBOX-2885](https://issues.apache.org/jira/browse/PDFBOX-2885).
+
 ### Document Outline
 The method `PDOutlineNode.appendChild()` has been renamed to `PDOutlineNode.addLast()`. There is now also a complementary method `PDOutlineNode.addFirst()`.