<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/iwakeh/exonerator, branch task-21145</title>
<subtitle>iwakeh's personal exonerator repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/'/>
<entry>
<title>Use metrics-base as build environment.</title>
<updated>2017-10-16T13:02:51+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2017-09-16T15:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=0b3a6f930bb2d3c8e32899fca1bbdeabc4806b26'/>
<id>0b3a6f930bb2d3c8e32899fca1bbdeabc4806b26</id>
<content type='text'>
The task 'war' creates a war-file for deployment in tomcat (as before),
the 'run' task is gone, and 'jar' creates an executable jar with main
class ExoneraTorDatabaseImporter as well as the source and javadoc jars.

Removed obsolete shell script.

Coverage is really low, but increasing it wasn't part of this task.

Implements task-21145.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The task 'war' creates a war-file for deployment in tomcat (as before),
the 'run' task is gone, and 'jar' creates an executable jar with main
class ExoneraTorDatabaseImporter as well as the source and javadoc jars.

Removed obsolete shell script.

Coverage is really low, but increasing it wasn't part of this task.

Implements task-21145.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change log entry for internal release 1.0.3.</title>
<updated>2017-10-16T13:02:41+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-10-16T13:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=cf18da90a6e344d79653ec6d3c45b30f73b92e8b'/>
<id>cf18da90a6e344d79653ec6d3c45b30f73b92e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle parameter issues before database problems.</title>
<updated>2017-10-16T13:01:53+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-10-16T13:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=2dcd0ef1bc3228d3f30c91b53bfe2788ac52ad01'/>
<id>2dcd0ef1bc3228d3f30c91b53bfe2788ac52ad01</id>
<content type='text'>
Discovered after fixing #23844.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discovered after fixing #23844.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .war file dependency to Apache Commons Lang 3.</title>
<updated>2017-10-16T12:59:37+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-10-16T12:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=650fbddb9407c8e9975161530383e43a9cdac17c'/>
<id>650fbddb9407c8e9975161530383e43a9cdac17c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update change log to include recent changes.</title>
<updated>2017-10-16T10:06:25+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-10-16T10:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=8352ccd4cd555fd8ba3fb83247fa4eebb017c300'/>
<id>8352ccd4cd555fd8ba3fb83247fa4eebb017c300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NPE caused by invalid parameters.</title>
<updated>2017-10-16T10:00:34+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-10-16T10:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=e1e20c06c99f76ae26316410ce5b5f86063b0296'/>
<id>e1e20c06c99f76ae26316410ce5b5f86063b0296</id>
<content type='text'>
Turns out we shouldn't attempt to write a permanent link containing an
invalid parameter. In this case we wouldn't even write this permanent
link, because we'd have closed the output stream before. But we still
ran into the exception while trying.

Reported by ln5, analyzed by iwakeh. Resolves #23488.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out we shouldn't attempt to write a permanent link containing an
invalid parameter. In this case we wouldn't even write this permanent
link, because we'd have closed the output stream before. But we still
ran into the exception while trying.

Reported by ln5, analyzed by iwakeh. Resolves #23488.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use modern commons lib lang3 instead of legacy version (lang-2).</title>
<updated>2017-09-16T15:13:29+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2017-09-16T15:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=351212da2439503b1d792a44966325410da4d8f6'/>
<id>351212da2439503b1d792a44966325410da4d8f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove recently introduced checkstyle problems.</title>
<updated>2017-09-16T15:13:28+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2017-09-16T15:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=acd4225c29d74b4348263036854871f0c2873b7b'/>
<id>acd4225c29d74b4348263036854871f0c2873b7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak new query towards using an existing index.</title>
<updated>2017-09-16T15:13:27+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-09-16T15:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=8ddfc87840a00ef93990ebe5044bad9cf2f071d2'/>
<id>8ddfc87840a00ef93990ebe5044bad9cf2f071d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 1.0.0 release.</title>
<updated>2017-09-15T12:12:51+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-09-15T12:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/exonerator.git/commit/?id=d234fb70a4560746a895f9e7b30a477d8b72227e'/>
<id>d234fb70a4560746a895f9e7b30a477d8b72227e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
