<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-as-4/pdf-as-web-db, branch master</title>
<subtitle>PDF Amtssignatur 4.x (PAdES)</subtitle>
<id>https://git.egiz.gv.at/pdf-as-4/atom?h=master</id>
<link rel='self' href='https://git.egiz.gv.at/pdf-as-4/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/'/>
<updated>2026-06-23T11:55:32+00:00</updated>
<entry>
<title>switch to version 5.0.0 release</title>
<updated>2026-06-23T11:55:32+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-23T11:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=f28168f24c308970f6d1591d7556736bab3b7946'/>
<id>urn:sha1:f28168f24c308970f6d1591d7556736bab3b7946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build(pdf-as-web): adjust release packaging to provide a PDF-AS-Web distribution with integrated DB backend</title>
<updated>2026-06-23T11:52:41+00:00</updated>
<author>
<name>Thomas Lenz</name>
<email>thomas.lenz@egiz.gv.at</email>
</author>
<published>2026-06-23T10:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=52a266cffbda8277352d0b82e464e63e1330fbc2'/>
<id>urn:sha1:52a266cffbda8277352d0b82e464e63e1330fbc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pdf-as-web-db data model (#97)</title>
<updated>2026-06-12T12:03:22+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-12T12:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=ce9f7ae9d70582bb07e1436360b1eab927c81bf0'/>
<id>urn:sha1:ce9f7ae9d70582bb07e1436360b1eab927c81bf0</id>
<content type='text'>
* also delete packaged release builds when running gradle clean

* fix &amp; 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</content>
</entry>
<entry>
<title>Further follow-up fixes (#87)</title>
<updated>2026-06-08T13:20:40+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-08T13:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=9b452b7f5abf799a31f751859ca3103f053adebf'/>
<id>urn:sha1:9b452b7f5abf799a31f751859ca3103f053adebf</id>
<content type='text'>
* 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 -&gt; 4
tomcat 10 -&gt; tomcat 11
junit 4 -&gt; 6</content>
</entry>
<entry>
<title>pdf-as-5 (#82)</title>
<updated>2026-04-15T11:49:22+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-04-15T11:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=77dd3fcc4d85088b15ab859c4438521d9cd6ed10'/>
<id>urn:sha1:77dd3fcc4d85088b15ab859c4438521d9cd6ed10</id>
<content type='text'>
- JDK 17
- PDFBox 3
- PDF-AS Web moved to Spring Boot
- MOA Integration tests w/ new error code

---------

Co-authored-by: Gerald Palfinger &lt;gerald.palfinger@a-sit.at&gt;
Co-authored-by: kathrin.resek &lt;kathrin.resek@a-sit.at&gt;</content>
</entry>
<entry>
<title>chore(core): update third-party libs</title>
<updated>2023-12-19T15:34:34+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-12-19T15:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=e9f8fb6978cb8c2c4c72ee877621397f6869b809'/>
<id>urn:sha1:e9f8fb6978cb8c2c4c72ee877621397f6869b809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(database): db clean-up not properly working</title>
<updated>2023-04-11T16:11:27+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-04-11T16:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=93f1fcda5b0e619a75081bf55af0c0ab1a4b9a32'/>
<id>urn:sha1:93f1fcda5b0e619a75081bf55af0c0ab1a4b9a32</id>
<content type='text'>
from TUG:
cleanOldRequests() started a transaction but never commited it which means
none of the old entries were deleted.

Add a call to commit() to fix this.
</content>
</entry>
<entry>
<title>fix(database): change wrong timestamp in DB backend</title>
<updated>2023-04-11T16:00:01+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-04-11T16:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=0e5abb54a7ccc39d2b2e2f6b4baee9fee8b60c03'/>
<id>urn:sha1:0e5abb54a7ccc39d2b2e2f6b4baee9fee8b60c03</id>
<content type='text'>
from TUG:
'm' stands for minutes and not months, so use 'M' instead.
This was just used for logging, so there is no functional change.
</content>
</entry>
<entry>
<title>fix(database): add missing annotation classes for DB tables</title>
<updated>2023-04-11T15:55:56+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-04-11T15:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=fa61353f5d5b47a240dbaddcd94a73d4fd4d31f7'/>
<id>urn:sha1:fa61353f5d5b47a240dbaddcd94a73d4fd4d31f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(core): update some more third-party libs</title>
<updated>2023-04-11T10:01:47+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-04-11T10:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=b3f3e25dfd9e750ff7fb9ecd14057677a66d926b'/>
<id>urn:sha1:b3f3e25dfd9e750ff7fb9ecd14057677a66d926b</id>
<content type='text'>
</content>
</entry>
</feed>
