<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-as-4/pdf-as-web/src/main/java/at/gv, 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-22T15:52:39+00:00</updated>
<entry>
<title>move kotlin tests back to the correct source tree</title>
<updated>2026-06-22T15:52:39+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-22T15:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=a1a0a874f270df78f66db80ac1d22e051876bfda'/>
<id>urn:sha1:a1a0a874f270df78f66db80ac1d22e051876bfda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix application context initialization for nonstandard spring contexts (such as spring boot tests)</title>
<updated>2026-06-22T15:43:57+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-22T15:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=26e2b35dd7cac89599317a7a4b93b255f467cb55'/>
<id>urn:sha1:26e2b35dd7cac89599317a7a4b93b255f467cb55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove pdfbox 2 module</title>
<updated>2026-06-22T14:08:26+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-22T14:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=b791a9140fae5a07fd2c9f24c7f44803b472ed77'/>
<id>urn:sha1:b791a9140fae5a07fd2c9f24c7f44803b472ed77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix placeholder parsing for pdfbox 3 (and test cases)</title>
<updated>2026-06-22T10:49:56+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-22T10:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=2f209e01da276e9862d6e0f63d02bcfb14728d9b'/>
<id>urn:sha1:2f209e01da276e9862d6e0f63d02bcfb14728d9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(core): reduce ExceptionCatchFilter logging to exceptions only</title>
<updated>2026-06-19T11:24:25+00:00</updated>
<author>
<name>Thomas Lenz</name>
<email>thomas.lenz@egiz.gv.at</email>
</author>
<published>2026-06-19T10:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=d6cb82f7ee8045fd54f6c2c945461a13dc0b3148'/>
<id>urn:sha1:d6cb82f7ee8045fd54f6c2c945461a13dc0b3148</id>
<content type='text'>
Hint: request logging is now performed only at debug level
</content>
</entry>
<entry>
<title>chore(core): rework PDF-AS-Web configuration integration with Spring Boot context</title>
<updated>2026-06-19T10:20:18+00:00</updated>
<author>
<name>Thomas Lenz</name>
<email>thomas.lenz@egiz.gv.at</email>
</author>
<published>2026-06-19T10:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=9a61ef589978e30d663e15dd2bb93ad6282f78ee'/>
<id>urn:sha1:9a61ef589978e30d663e15dd2bb93ad6282f78ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(core): remove embedded Tomcat dependency</title>
<updated>2026-06-19T10:18:14+00:00</updated>
<author>
<name>Thomas Lenz</name>
<email>thomas.lenz@egiz.gv.at</email>
</author>
<published>2026-06-19T10:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=10e5c02b52c59c7a3bddc661f826c1bba08a64e0'/>
<id>urn:sha1:10e5c02b52c59c7a3bddc661f826c1bba08a64e0</id>
<content type='text'>
Reason: application is deployed to an external Apache Tomcat server
</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>include springboot admin client (default to disabled) (#96)</title>
<updated>2026-06-12T08:55:41+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-12T08:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=326c1cd1a7340932b027266927dda1bb60555032'/>
<id>urn:sha1:326c1cd1a7340932b027266927dda1bb60555032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use pdf-as-web.properties as a spring configuration source (#95)</title>
<updated>2026-06-10T12:53:17+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-10T12:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=4e9263067734225a43b91aec3b38bede71038303'/>
<id>urn:sha1:4e9263067734225a43b91aec3b38bede71038303</id>
<content type='text'>
</content>
</entry>
</feed>
