Skip to content

Commit 9407a18

Browse files
committed
Doc update
1 parent 04541e6 commit 9407a18

File tree

279 files changed

+2111
-1438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+2111
-1438
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 1.0.4
1+
## 1.0.4
2+
3+
- Support to exclude the default JDK cacerts.
4+
- Many bug fixes
5+
- Dependency upgrades.
26

37
## 1.0.3
48

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo
77

88
* Binary
99

10-
[Download (v1.0.3)][download]
10+
[Download (v1.0.4)][download]
1111

1212
> After download, make sure to set the execute permission (`chmod +x installcerts`). Windows users can run the executable jar.
1313
@@ -20,7 +20,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo
2020
```
2121
> The binary would be located at `build/libs/installcerts`
2222

23-
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.0.3`
23+
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.0.4`
2424

2525
* Github Release
2626

@@ -236,10 +236,10 @@ OPTIONS
236236
----------
237237
<sup>**</sup>Require [Java 8 or later][java-download]
238238

239-
[version-svg]: https://img.shields.io/badge/installcerts-1.0.3-green.svg?style=flat-square
240-
[doc-svg]: https://img.shields.io/badge/apidoc-1.0.3-ff69b4.svg?style=flat-square
239+
[version-svg]: https://img.shields.io/badge/installcerts-1.0.4-green.svg?style=flat-square
240+
[doc-svg]: https://img.shields.io/badge/apidoc-1.0.4-ff69b4.svg?style=flat-square
241241
[apidoc-url]: https://sureshg.github.io/InstallCerts/
242-
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.0.3/installcerts
242+
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.0.4/installcerts
243243
[java-download]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
244244
[github-token]: https://github.com/settings/tokens
245245
[installcert-blog]: https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification

docs/alltypes/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" href="../style.css">
66
</HEAD>
77
<BODY>
8-
<h2>1.0.3</h2>
8+
<h2>1.0.4</h2>
99
<h3>All Types</h3>
1010
<table>
1111
<tbody>
@@ -144,7 +144,7 @@ <h3>All Types</h3>
144144
<td>
145145
<a href="../io.sureshg.extn/-key-store-type/index.html">io.sureshg.extn.KeyStoreType</a></td>
146146
<td>
147-
<p>Java <a href="http://docs.oracle.com/javase/6/docs/api/java/security/KeyStore.html">KeyStore</a> types.</p>
147+
<p>Java <a href="http://docs.oracle.com/javase/8/docs/api/java/security/KeyStore.html">KeyStore</a> types.</p>
148148
</td>
149149
</tr>
150150
<tr>
@@ -185,7 +185,7 @@ <h3>All Types</h3>
185185
<td>
186186
<a href="../io.sureshg.extn/-saving-trust-manager/index.html">io.sureshg.extn.SavingTrustManager</a></td>
187187
<td>
188-
<p>An <a href="http://docs.oracle.com/javase/6/docs/api/javax/net/ssl/X509TrustManager.html">X509TrustManager</a> to save the server/client cert chains.</p>
188+
<p>An <a href="http://docs.oracle.com/javase/8/docs/api/javax/net/ssl/X509TrustManager.html">X509TrustManager</a> to save the server/client cert chains.</p>
189189
</td>
190190
</tr>
191191
<tr>

docs/index-outline.html

Lines changed: 271 additions & 269 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
<link rel="stylesheet" href="style.css">
66
</HEAD>
77
<BODY>
8-
<br/>
9-
<br/>
8+
<h2>1.0.4</h2>
9+
<ul><li>Support to exclude the default JDK cacerts.</li>
10+
<li>Many bug fixes</li>
11+
<li>Dependency upgrades.</li>
12+
</ul>
1013
<h2>1.0.3</h2>
1114
<h3>Changes</h3>
1215
<ul><li>A new task for creating release and <a href="https://help.github.com/articles/creating-releases/">publishing to Github</a>.</li>
@@ -18,31 +21,36 @@ <h3>Packages</h3>
1821
<tbody>
1922
<tr>
2023
<td>
21-
<a href="io.sureshg/index.html">io.sureshg</a></td>
24+
<p><a href="io.sureshg/index.html">io.sureshg</a></p>
25+
</td>
2226
<td>
2327
</td>
2428
</tr>
2529
<tr>
2630
<td>
27-
<a href="io.sureshg.cmd/index.html">io.sureshg.cmd</a></td>
31+
<p><a href="io.sureshg.cmd/index.html">io.sureshg.cmd</a></p>
32+
</td>
2833
<td>
2934
</td>
3035
</tr>
3136
<tr>
3237
<td>
33-
<a href="io.sureshg.crypto/index.html">io.sureshg.crypto</a></td>
38+
<p><a href="io.sureshg.crypto/index.html">io.sureshg.crypto</a></p>
39+
</td>
3440
<td>
3541
</td>
3642
</tr>
3743
<tr>
3844
<td>
39-
<a href="io.sureshg.extn/index.html">io.sureshg.extn</a></td>
45+
<p><a href="io.sureshg.extn/index.html">io.sureshg.extn</a></p>
46+
</td>
4047
<td>
4148
</td>
4249
</tr>
4350
<tr>
4451
<td>
45-
<a href="io.sureshg.log/index.html">io.sureshg.log</a></td>
52+
<p><a href="io.sureshg.log/index.html">io.sureshg.log</a></p>
53+
</td>
4654
<td>
4755
</td>
4856
</tr>

docs/io.sureshg.cmd/-install/-init-.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a href="../index.html">io.sureshg.cmd</a>&nbsp;/&nbsp;<a href="index.html">Install</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
99
<br/>
1010
<h1>&lt;init&gt;</h1>
11+
<a name="io.sureshg.cmd.Install$&lt;init&gt;()"></a>
1112
<code><span class="identifier">Install</span><span class="symbol">(</span><span class="symbol">)</span></code>
1213
<p>Install command.</p>
1314
<p><strong>Author</strong><br/>

docs/io.sureshg.cmd/-install/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<br/>
1010
<h1>all</h1>
1111
<a name="io.sureshg.cmd.Install$all"></a>
12-
<code><span class="keyword">var </span><span class="identifier">all</span><span class="symbol">: </span><span class="identifier">Boolean</span></code> <a href="https://github.com/sureshg/InstallCerts/blob/master/src/main/kotlin/io/sureshg/cmd/Install.kt#L31">(source)</a>
12+
<code><span class="keyword">var </span><span class="identifier">all</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
1313
</BODY>
1414
</HTML>

docs/io.sureshg.cmd/-install/build-attrs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<br/>
1010
<h1>buildAttrs</h1>
1111
<a name="io.sureshg.cmd.Install$buildAttrs"></a>
12-
<code><span class="keyword">val </span><span class="identifier">buildAttrs</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/util/jar/Attributes.html"><span class="identifier">Attributes</span></a><span class="symbol">?</span></code> <a href="https://github.com/sureshg/InstallCerts/blob/master/src/main/kotlin/io/sureshg/cmd/Install.kt#L62">(source)</a>
12+
<code><span class="keyword">val </span><span class="identifier">buildAttrs</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/8/docs/api/java/util/jar/Attributes.html"><span class="identifier">Attributes</span></a><span class="symbol">?</span></code>
1313
<p>Build info attributes</p>
1414
<p><strong>Getter</strong><br/>
1515
<p>Build info attributes</p>

docs/io.sureshg.cmd/-install/debug.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<br/>
1010
<h1>debug</h1>
1111
<a name="io.sureshg.cmd.Install$debug"></a>
12-
<code><span class="keyword">var </span><span class="identifier">debug</span><span class="symbol">: </span><span class="identifier">Boolean</span></code> <a href="https://github.com/sureshg/InstallCerts/blob/master/src/main/kotlin/io/sureshg/cmd/Install.kt#L40">(source)</a>
12+
<code><span class="keyword">var </span><span class="identifier">debug</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
1313
</BODY>
1414
</HTML>

docs/io.sureshg.cmd/-install/help-option.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<br/>
1010
<h1>helpOption</h1>
1111
<a name="io.sureshg.cmd.Install$helpOption"></a>
12-
<code><span class="identifier">@Inject</span> <span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">helpOption</span><span class="symbol">: </span><span class="identifier">HelpOption</span></code> <a href="https://github.com/sureshg/InstallCerts/blob/master/src/main/kotlin/io/sureshg/cmd/Install.kt#L22">(source)</a>
12+
<code><span class="identifier">@Inject</span> <span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">helpOption</span><span class="symbol">: </span><span class="identifier">HelpOption</span></code>
1313
</BODY>
1414
</HTML>

0 commit comments

Comments
 (0)