JanBuerger

Results 3 issues of JanBuerger

User is a reserved keyword, so you must use square brackets to make it explicit that you mean the object named "User" it, i.e. use [User] instead of User.

Add org.javassist javassist 3.23.1-GA to your pom.xml

This isn't setting the font to courier anymore, it defaults to LiberationSans : final Font font = new Font(Font.COURIER, fontsize, Font.NORMAL) final PdfPCell c = new PdfPCell(new Phrase(myText, font)); This...

bug
documentation
good first issue