aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/PdfAsWeb.java
AgeCommit message (Collapse)AuthorFilesLines
5 daysmove kotlin tests back to the correct source treeJakob Heher1-1/+0
5 daysfix application context initialization for nonstandard spring contexts (such ↵Jakob Heher1-2/+0
as spring boot tests)
5 daysremove pdfbox 2 moduleJakob Heher1-1/+1
8 dayschore(core): rework PDF-AS-Web configuration integration with Spring Boot ↵Thomas Lenz1-41/+19
context
2026-06-12include springboot admin client (default to disabled) (#96)Jakob Heher1-9/+34
2026-06-09map the legacy logback.configurationFile property to spring's logging.config ↵Jakob Heher1-0/+14
(#88)
2026-06-08Further follow-up fixes (#87)Jakob Heher1-1/+8
* 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-04-15pdf-as-5 (#82)Jakob Heher1-0/+11
- 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>