<feed xmlns='http://www.w3.org/2005/Atom'>
<title>moa-zs, branch 2.0.0-RC4</title>
<subtitle>Middleware that allows a sender application to send delivery requests to delivery services</subtitle>
<id>https://git.egiz.gv.at/moa-zs/atom?h=2.0.0-RC4</id>
<link rel='self' href='https://git.egiz.gv.at/moa-zs/atom?h=2.0.0-RC4'/>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/'/>
<updated>2019-11-07T07:43:53+00:00</updated>
<entry>
<title>Bump to Version 2.0.0-RC4</title>
<updated>2019-11-07T07:43:53+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-11-07T07:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=ab44a755d2b3b168bbea7de76dbecf7ce92709e0'/>
<id>urn:sha1:ab44a755d2b3b168bbea7de76dbecf7ce92709e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Error in TNVZ QueryPerson Request</title>
<updated>2019-11-07T07:06:38+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-11-07T07:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=209d51f4163313e96d1549e83bce3ce6ba9d2880'/>
<id>urn:sha1:209d51f4163313e96d1549e83bce3ce6ba9d2880</id>
<content type='text'>
- Problem: When assembling the TNVZ Query Person Request, I convert
  the Sender with msgp's ObjectFactory.createPerson. The marshaller
  will then create a Corporate body like this:

  &lt;ns2:Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:type="ns2:CorporateBodyType"&gt;

  What we really want is this:

  &lt;ns2:CorporateBody&gt;

- Solution: Replace createPerson with createCorporateBody.

- Thanks to Johannes Hörtnagl and Christoph Kaiser-Feistmantl for
  the feedback.
</content>
</entry>
<entry>
<title>Update Changelog</title>
<updated>2019-11-06T12:04:46+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-11-06T12:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=01459c83e7459d381ca9f0f9d4abcbdc7531a1f1'/>
<id>urn:sha1:01459c83e7459d381ca9f0f9d4abcbdc7531a1f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Unused TNVZ Version</title>
<updated>2019-11-06T12:04:11+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-11-06T12:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=7446f49c9ea4c15a530bd80aceb6d9f863395a2b'/>
<id>urn:sha1:7446f49c9ea4c15a530bd80aceb6d9f863395a2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump to Version 2.0.0-RC3</title>
<updated>2019-11-06T11:56:22+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-11-06T11:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=e89651358de5274b318e68c3b8c341a3e8b6abde'/>
<id>urn:sha1:e89651358de5274b318e68c3b8c341a3e8b6abde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump zusetnvz Contracts to Version 2.2.008</title>
<updated>2019-11-06T11:55:22+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-11-06T11:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=29fa1643fa32a88f3e24c6aa3f1ab9dad945ab55'/>
<id>urn:sha1:29fa1643fa32a88f3e24c6aa3f1ab9dad945ab55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor: Rename ClientFactory.create Interface</title>
<updated>2019-10-30T15:06:12+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-10-30T15:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=c7551ed1dbf25fd786500a1516ddec9ec12dcf84'/>
<id>urn:sha1:c7551ed1dbf25fd786500a1516ddec9ec12dcf84</id>
<content type='text'>
- Reason: Consistency
</content>
</entry>
<entry>
<title>Remove JAXB Class Not Found Fix</title>
<updated>2019-10-30T15:04:03+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-10-30T14:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=fca03ea334be5eb34e919a5cc7ca8bc25d79a564'/>
<id>urn:sha1:fca03ea334be5eb34e919a5cc7ca8bc25d79a564</id>
<content type='text'>
- Problem: Apparently I used the wrong executor when supplying the
  backend tasks via CompletableFuture.supplyAsync(). This method
  relies on ForkJoinPool.commonPool(), and threads in this pool are
  not configured correctly?
- Solution: Use spring-boots auto-configured TaskExecutor.
- More Information on this issue can be found here:
  https://issues.apache.org/jira/browse/CXF-8100#
</content>
</entry>
<entry>
<title>Bump to v2.0.0-RC3-SNAPSHOT</title>
<updated>2019-10-30T14:37:11+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-10-30T14:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=5a28668a1db53cd5fe54b65aeaf88b241918c01b'/>
<id>urn:sha1:5a28668a1db53cd5fe54b65aeaf88b241918c01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spec: Update Namespace References</title>
<updated>2019-10-25T09:14:18+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-10-25T09:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=61672052845f6e6ab06e9d5cbd5bf8f245bf20a0'/>
<id>urn:sha1:61672052845f6e6ab06e9d5cbd5bf8f245bf20a0</id>
<content type='text'>
</content>
</entry>
</feed>
