<p>Minimal Jetty dependencies are:</p>
<ul>
<li>org.eclipse.jetty:jetty-server</li>
<li>javax.servlet:javax.servlet-api</li>
<li>org.eclipse.jetty:jetty-http</li>
<li>org.eclipse.jetty:jetty-io</li>
<li>org.eclipse.jetty:jetty-util</li>
</ul>
<p>Cutting out other deps will require us to:</p>
<ul>
<li>manually write swagger.json to document the API (keeping it in sync will be a challenge)</li>
<li>write custom json serialization/deserialization (automatic gson is not enough)</li>
<li>write custom error handling</li>
<li>write custom validation</li>
<li>write custom route handlers</li>
</ul>
<p>That's a lot of additional effort.<br>
Now, I've invested a lot of time into this work (started in early 2018). I had to rewrite many parts multiple times, because core was changing and core team was under resourced to give enough attention to this contribution.<br>
So I'm not sure if there is any point in putting any more effort from my side into adding a lot of code to substitute current dependencies, just to learn that this work is not going to be merged.<br>
I would like to get some serious response back from maintainers if the additional dependencies are the only concern and if I cut those dependencies down to those mentioned in the beginning of this post, will this PR be merged.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3001?email_source=notifications&email_token=AJFFTNRYQBUYEPXDTJFAYWLQGYTE5A5CNFSM4IGTEHD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5KFVZQ#issuecomment-525621990">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXA26QX7FWKXRTF4VLQGYTE5ANCNFSM4IGTEHDQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNVA7YSHPTOR7PYR7YLQGYTE5A5CNFSM4IGTEHD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5KFVZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3001?email_source=notifications\u0026email_token=AJFFTNRYQBUYEPXDTJFAYWLQGYTE5A5CNFSM4IGTEHD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5KFVZQ#issuecomment-525621990",
"url": "https://github.com/bisq-network/bisq/pull/3001?email_source=notifications\u0026email_token=AJFFTNRYQBUYEPXDTJFAYWLQGYTE5A5CNFSM4IGTEHD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5KFVZQ#issuecomment-525621990",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>