<p>Use jdk10 to compile bitcoinj</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bitcoinj/pull/23'>https://github.com/bisq-network/bitcoinj/pull/23</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Clear the blockchain file (as opposed to delete it) in preparation for restore</li>
  <li>Remove WindowsMMapHack</li>
  <li>Bump jacoco version from 0.7.5 to 0.8.3</li>
  <li>core subproject: set java version to 1.7</li>
  <li>MonetaryFormatTest, BtcFormatTest: Disable locale-sensitve tests that surface non-determinism between OpenJDK versions.</li>
  <li>Fix guava javadoc url</li>
  <li>Remove wallet template subproject because it has problems with openjdk10</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-0">core/pom.xml</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-1">core/src/main/java/org/bitcoinj/kits/WalletAppKit.java</a>
    (27)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-2">core/src/main/java/org/bitcoinj/store/SPVBlockStore.java</a>
    (24)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-3">core/src/main/java/org/bitcoinj/store/WindowsMMapHack.java</a>
    (37)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-4">core/src/test/java/org/bitcoinj/store/SPVBlockStoreTest.java</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-5">core/src/test/java/org/bitcoinj/utils/BtcFormatTest.java</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-6">core/src/test/java/org/bitcoinj/utils/MonetaryFormatTest.java</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-7">pom.xml</a>
    (1)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-8">wallettemplate/pom.xml</a>
    (91)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-9">wallettemplate/src/main/java/wallettemplate/Main.java</a>
    (257)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-10">wallettemplate/src/main/java/wallettemplate/MainController.java</a>
    (141)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-11">wallettemplate/src/main/java/wallettemplate/SendMoneyController.java</a>
    (128)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-12">wallettemplate/src/main/java/wallettemplate/WalletPasswordController.java</a>
    (121)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-13">wallettemplate/src/main/java/wallettemplate/WalletSetPasswordController.java</a>
    (122)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-14">wallettemplate/src/main/java/wallettemplate/WalletSettingsController.java</a>
    (193)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-15">wallettemplate/src/main/java/wallettemplate/controls/BitcoinAddressValidator.java</a>
    (59)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-16">wallettemplate/src/main/java/wallettemplate/controls/ClickableBitcoinAddress.java</a>
    (154)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-17">wallettemplate/src/main/java/wallettemplate/controls/NotificationBarPane.java</a>
    (155)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-18">wallettemplate/src/main/java/wallettemplate/utils/AlertWindowController.java</a>
    (46)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-19">wallettemplate/src/main/java/wallettemplate/utils/BitcoinUIModel.java</a>
    (86)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-20">wallettemplate/src/main/java/wallettemplate/utils/GuiUtils.java</a>
    (185)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-21">wallettemplate/src/main/java/wallettemplate/utils/KeyDerivationTasks.java</a>
    (105)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-22">wallettemplate/src/main/java/wallettemplate/utils/TextFieldValidator.java</a>
    (50)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-23">wallettemplate/src/main/java/wallettemplate/utils/ThrottledRunLater.java</a>
    (58)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-24">wallettemplate/src/main/java/wallettemplate/utils/WTUtils.java</a>
    (84)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-25">wallettemplate/src/main/java/wallettemplate/utils/easing/EasingInterpolator.java</a>
    (116)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-26">wallettemplate/src/main/java/wallettemplate/utils/easing/EasingMode.java</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-27">wallettemplate/src/main/java/wallettemplate/utils/easing/ElasticInterpolator.java</a>
    (170)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-28">wallettemplate/src/main/resources/wallettemplate/200px-Padlock.svg.png</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-29">wallettemplate/src/main/resources/wallettemplate/bitcoin_logo_plain.png</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-30">wallettemplate/src/main/resources/wallettemplate/controls/bitcoin_address.fxml</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-31">wallettemplate/src/main/resources/wallettemplate/main.fxml</a>
    (68)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-32">wallettemplate/src/main/resources/wallettemplate/send_money.fxml</a>
    (58)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-33">wallettemplate/src/main/resources/wallettemplate/utils/alert.fxml</a>
    (77)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-34">wallettemplate/src/main/resources/wallettemplate/utils/text-validation.css</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-35">wallettemplate/src/main/resources/wallettemplate/wallet.css</a>
    (58)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-36">wallettemplate/src/main/resources/wallettemplate/wallet_password.fxml</a>
    (69)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-37">wallettemplate/src/main/resources/wallettemplate/wallet_set_password.fxml</a>
    (68)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bitcoinj/pull/23/files#diff-38">wallettemplate/src/main/resources/wallettemplate/wallet_settings.fxml</a>
    (56)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bitcoinj/pull/23.patch'>https://github.com/bisq-network/bitcoinj/pull/23.patch</a></li>
  <li><a href='https://github.com/bisq-network/bitcoinj/pull/23.diff'>https://github.com/bisq-network/bitcoinj/pull/23.diff</a></li>
</ul>

<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/bitcoinj/pull/23">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtlPAZKRGVn8wwcsrmkj4JuueXST8ks5vYSJ5gaJpZM4b8viE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtvUxmKQ5XFAF-2e_TrXJF4-EFY4dks5vYSJ5gaJpZM4b8viE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bitcoinj","title":"bisq-network/bitcoinj","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bitcoinj"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Jdk10 (#23)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bitcoinj/pull/23"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bitcoinj/pull/23",
"url": "https://github.com/bisq-network/bitcoinj/pull/23",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>