aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-moa
AgeCommit message (Collapse)AuthorFilesLines
2026-06-22move kotlin tests back to the correct source treeJakob Heher1-1/+1
2026-06-12Fix pdf-as-web-db data model (#97)Jakob Heher1-1/+1
* also delete packaged release builds when running gradle clean * fix & test pdf-as-web-db - rename column for `end` - fix embeddable data model for statisticevent - fix storage model to store sign request and statistic event paired
2026-06-08Further follow-up fixes (#87)Jakob Heher2-7/+5
* remove remaining references to pdf-as 4 * fix tomcat coop - properly initialize spring boot not just for bootRun but also for tomcat - fail-fast if properties fails to load - also deps bumps * major version bumps spring boot 3 -> 4 tomcat 10 -> tomcat 11 junit 4 -> 6
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher2-8/+24
- update documentation for pdf-as 5 - document the v2 json api - fix a number of documentation quirks - document `keyId` parameter - px (pixels) -> pt (pdf page units) - document --verify_level - remove a number of documented features that were never implemented: - `adobeSignFieldValue` and `sigLogoAltText` from signature profiles - `UNDERLINE` and `STRIKETHRU` from fonts - `num-bytes` parameter - `verify_only`/`sign_only` enable states for profiles - update mobile BKU base URL - update pdfbox backend default to 3 in sample configurations - consistently made boolean parsing from configuration files case permissive - add moa verification timeout - add support for BOLDITALIC to all base fonts, and for ITALIC to helvetica and courier - fix a number of small quirks - hibernate properties are now reloaded properly - fix the signature block parameter key regex - v1 json api now correctly checks for onlinebku/mobilebku being enabled - pdfbox 2 module correctly compares for integer equality regardless of cached boxed ints - test operationcountwatcher no longer sometimes breaks due to spring context differences
2026-04-30Move pdf-as-web.conf to Spring & add MOA timeout (#84)Jakob Heher1-39/+36
* move -Dpdf-as-web.conf to spring * add configurable timeout to MOA signing * update workflow trigger
2026-04-15pdf-as-5 (#82)Jakob Heher96-2845/+3432
- JDK 17 - PDFBox 3 - PDF-AS Web moved to Spring Boot - MOA Integration tests w/ new error code --------- Co-authored-by: Gerald Palfinger <gerald.palfinger@a-sit.at> Co-authored-by: kathrin.resek <kathrin.resek@a-sit.at>
2026-03-05chore(core): update third-party libsThomas Lenz1-1/+1
2024-09-05chore(moa): add moa-spss web-services classesThomas88-0/+11600
2024-07-22feat(moa): add configuration property to enable SOAP with MTOMThomas79-8655/+116
Hint: MTOM is not yet supported by MOA-SPSS
2024-06-24fix(moa): broken certificate loader from URLThomas1-1/+1
2024-06-24feat(moa): allow SOAP MTOM mode for file transferThomas3-23/+64
2023-12-19chore(core): update third-party libsThomas1-1/+1
2023-04-14fix(moa): change references to latest MOA-SPSS WSDLThomas3-11/+13
2023-01-12chore(moa-spss): switch to latest MOA-SPSS Webservice specificationThomas5-169/+762
Issue: #66
2022-01-20Update logback (CVE-2021-42550) + other dependenciesGerald Palfinger1-1/+1
2021-03-26update gradle build-process to wrapper 6.8.3Thomas1-7/+8
2020-11-04change version for jaxb-runtimeEmina Ahmetovic1-2/+1
2020-11-02Code cleanupEmina Ahmetovic1-2/+2
2020-10-30change log, reformat codeEmina Ahmetovic1-2/+2
2019-11-07Update Java 9-11 dependenciesemusic1-1/+2
2019-07-15adding replacements for deprecated modules in Java 9 and 11emusic1-0/+2
2018-07-09add SL20 connecter-backend in a first beta version (getCertificate looks ↵Thomas Lenz1-0/+3
good, create signature is untested)
2017-08-09Fixed problem with PAdES Signatures, removed some attributes from CAdES ↵4.1.1-RCbschnalzer24-433/+482
signatures which are not required, minor bug fixes, implemented new style (lineCenter)
2015-05-22TTF font caching, Import cleanup, auto positioning in rotated pagesAndreas Fitzek1-1/+0
2015-01-08Gradle scripts updateAndreas Fitzek1-0/+3
2014-11-28Logging Error Levels adaptedAndreas Fitzek20-74/+74
2014-10-30added Option to keep invalid signaturesAndreas Fitzek1-0/+11
2014-10-30Introduced Process Information Map in PDFASError and SignResultAndreas Fitzek1-0/+9
2014-10-23Moa Connector Constructor addedAndreas Fitzek1-81/+103
2014-10-22MOA performance improved. No live client generation from online service wsdlAndreas Fitzek3-7/+7
2014-10-21Build files updateAndreas Fitzek1-0/+2
2014-10-21MOA-SPSS Client SOAP updateAndreas Fitzek23-122/+1150
2014-10-16added basic Preprocessor infrastructure, moved logging to logbackAndreas Fitzek1-1/+0
2014-10-15PDF-AS Errorhandling redesign only PDFASError Exceptions are returnedAndreas Fitzek1-2/+9
!
2014-10-09MOA changesAndreas Fitzek4-4/+11
2014-10-09WebServices with CXF, removed DB dependencies to pdf-as-web-dbAndreas Fitzek2-0/+0
2014-10-08Introduced PDF-AS-MOAAndreas Fitzek82-0/+9436