You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.3.x should not contain breaking changes like #844, because this minor version update (like 1.3.40 to 1.3.41) does not reflect this.
For Version 1.4.x or better 2.x this is totally fine.
The text was updated successfully, but these errors were encountered:
Pull requests are welcome. Should the commit 9d35857 be reverted?
As only the return value was changed from "void" to PdfPCell, we were not expecting any issues with this. Your code should compile fine. It may be necessary to recompile, but without changes.
Revert this (for sure only in the 1.3 branch) would be fine.
For sure recompiled code does not have any issues, but w/o (like using an "external" jar) runs into a NoSuchMethodError (because the return type is part of the bytecode signature).
Version 1.3.x should not contain breaking changes like #844, because this minor version update (like 1.3.40 to 1.3.41) does not reflect this.
For Version 1.4.x or better 2.x this is totally fine.
The text was updated successfully, but these errors were encountered: