aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-23switch to version 5.0.0 releaseHEAD5.0.0masterJakob Heher2-2/+4
2026-06-23build(pdf-as-web): adjust release packaging to provide a PDF-AS-Web distribut...Thomas Lenz3-26/+137
2026-06-23add a test case for placeholder signing via soap apiJakob Heher5-8/+56
2026-06-23add library updates to release notesJakob Heher1-0/+18
2026-06-23disable parallel buildsJakob Heher1-2/+2
2026-06-22add release notesJakob Heher2-0/+33
2026-06-22move kotlin tests back to the correct source treeJakob Heher4-4/+3
2026-06-22fix application context initialization for nonstandard spring contexts (such ...Jakob Heher2-2/+2
2026-06-22remove pdfbox 2 moduleJakob Heher82-9883/+30
2026-06-22fix placeholder parsing for pdfbox 3 (and test cases)Jakob Heher7-112/+56
2026-06-19fix(pdfbox3): adapt API model to PDFBox 3.x OperatorProcessor changesThomas Lenz1-2/+7
2026-06-19chore(core): reduce ExceptionCatchFilter logging to exceptions onlyThomas Lenz2-18/+22
2026-06-19feat(core): add build and version information to PDF-AS-Web packageThomas Lenz1-0/+3
2026-06-19chore(core): add default logging configuration to PDF-AS-WebThomas Lenz1-0/+31
2026-06-19chore(core): rework PDF-AS-Web configuration integration with Spring Boot con...Thomas Lenz4-42/+96
2026-06-19fix(core): remove embedded Tomcat dependencyThomas Lenz4-23/+15
2026-06-12Fix pdf-as-web-db data model (#97)Jakob Heher20-269/+186
2026-06-12include springboot admin client (default to disabled) (#96)Jakob Heher14-56518/+154
2026-06-10use pdf-as-web.properties as a spring configuration source (#95)Jakob Heher3-0/+42
2026-06-10Connector url cleanup (#94)Jakob Heher6-28/+190
2026-06-10deployment fixes for external tomcat (#93)Jakob Heher5-8/+15
2026-06-09fix ExceptionCatchFilter consuming multipart bodies incorrectly (#92)Jakob Heher2-12/+79
2026-06-09Improve CXF/SOAP fault logging (#89)Jakob Heher2-23/+52
2026-06-09Clean up `Connector` usages (#90)Jakob Heher8-276/+178
2026-06-09migrate to StandardCharsets (java 17) (#91)Jakob Heher14-20/+32
2026-06-09map the legacy logback.configurationFile property to spring's logging.config ...Jakob Heher2-1/+15
2026-06-08integrate license report pluginJakob Heher4-25/+262
2026-06-08Further follow-up fixes (#87)Jakob Heher38-208/+177
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher88-569/+399
2026-04-30Move pdf-as-web.conf to Spring & add MOA timeout (#84)Jakob Heher16-280/+234
2026-04-22Fix/ci tools (#85)Kathrin2-25/+14
2026-04-16fix some semgrep reported issues (#83)Jakob Heher9-34/+32
2026-04-15pdf-as-5 (#82)Jakob Heher663-14152/+10207
2026-03-05build(core): switch to next snapshot versionThomas Lenz1-1/+1
2026-03-05build(core): switch to next release version4.4.3Thomas Lenz1-1/+1
2026-03-05chore(core): update third-party libsThomas Lenz13-34/+29
2026-03-05refactor(core): reorganize searchPlaceholder implementation for better mainta...Thomas Lenz1-88/+123
2026-03-05test(core): fix broken searchPlaceholder tests and remove test files with inv...Thomas Lenz8-5/+5
2026-03-04Merge pull request #81 from a-sit/feature/fix_wrong_auto_posThomas Lenz1-19/+26
2026-03-04Merge branch 'feature/placeholder_fix' into developmentThomas Lenz2-32/+15
2026-03-04fix(core): add null check for signed document in process to avoid NullPointer...Thomas Lenz1-1/+9
2026-03-04fix(core): correct empty space detection for signature block positioning on r...Thomas Lenz1-19/+26
2026-01-14fix tests to match new numberingJakob Heher1-2/+2
2026-01-14build candidate object names iterativelyJakob Heher1-30/+13
2026-01-13Merge branch 'feature/placeholder_fix' into 'development'Thomas Lenz11-26/+41
2026-01-13chore(placeholder): update internal placeholderId generation to support old v...Thomas Lenz11-26/+41
2026-01-13Merge branch 'feature/placeholder_fix' into 'development'Thomas Lenz7-26/+103
2026-01-13fix(placeholder): generate placeholderId using name and object referenceThomas Lenz6-12/+38
2026-01-13chore(placeholder): store placeholderId in a different location within the si...Thomas Lenz2-14/+65
2026-01-13test(core): check placeholder selectionThomas Lenz2-0/+12