Skip to content

Commit

Permalink
Release picocli version 4.0.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Apr 18, 2019
1 parent 36c5b9c commit aed969c
Show file tree
Hide file tree
Showing 117 changed files with 2,302 additions and 1,085 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Picocli-based applications can easily [integrate](https://picocli.info/#_depende

### Releases
* [All Releases](https://github.com/remkop/picocli/releases)
* Latest: 4.0.0-alpha-1 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0-alpha-1)
* Latest: 4.0.0-alpha-2 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0-alpha-2)
* Stable: Picocli 3.9.6 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.9.6)
* Older: Picocli 3.0.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0)
* Older: Picocli 2.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0)
Expand Down Expand Up @@ -193,35 +193,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav

### Gradle
```
compile 'info.picocli:picocli:4.0.0-alpha-1'
compile 'info.picocli:picocli:4.0.0-alpha-2'
```
### Maven
```
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2</version>
</dependency>
```
### Scala SBT
```
libraryDependencies += "info.picocli" % "picocli" % "4.0.0-alpha-1"
libraryDependencies += "info.picocli" % "picocli" % "4.0.0-alpha-2"
```
### Ivy
```
<dependency org="info.picocli" name="picocli" rev="4.0.0-alpha-1" />
<dependency org="info.picocli" name="picocli" rev="4.0.0-alpha-2" />
```
### Grape
```groovy
@Grapes(
@Grab(group='info.picocli', module='picocli', version='4.0.0-alpha-1')
@Grab(group='info.picocli', module='picocli', version='4.0.0-alpha-2')
)
```
### Leiningen
```
[info.picocli/picocli "4.0.0-alpha-1"]
[info.picocli/picocli "4.0.0-alpha-2"]
```
### Buildr
```
'info.picocli:picocli:jar:4.0.0-alpha-1'
'info.picocli:picocli:jar:4.0.0-alpha-2'
```
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# picocli Release Notes

# <a name="4.0.0-alpha-2"></a> Picocli 4.0.0-alpha-2 (UNRELEASED)
# <a name="4.0.0-alpha-2"></a> Picocli 4.0.0-alpha-2
The picocli community is pleased to announce picocli 4.0.0-alpha-2.

Thanks to great feedback from the picocli community on the 4.0.0-alpha-1 release, this release contains many argument group-related bugfixes.
Expand Down
10 changes: 5 additions & 5 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat Mar 30 18:34:26 JST 2019 -->
<title>All Classes (picocli 4.0.0-alpha-1 API)</title>
<meta name="date" content="2019-03-30">
<!-- Generated by javadoc (1.8.0_202) on Thu Apr 18 19:56:13 JST 2019 -->
<title>All Classes (picocli 4.0.0-alpha-2 API)</title>
<meta name="date" content="2019-04-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -82,8 +82,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.ParentCommand.html" title="annotation in picocli" target="classFrame">CommandLine.ParentCommand</a></li>
<li><a href="picocli/CommandLine.ParseResult.html" title="class in picocli" target="classFrame">CommandLine.ParseResult</a></li>
<li><a href="picocli/CommandLine.ParseResult.Builder.html" title="class in picocli" target="classFrame">CommandLine.ParseResult.Builder</a></li>
<li><a href="picocli/CommandLine.ParseResult.MatchedGroup.html" title="class in picocli" target="classFrame">CommandLine.ParseResult.MatchedGroup</a></li>
<li><a href="picocli/CommandLine.ParseResult.MatchedGroupMultiple.html" title="class in picocli" target="classFrame">CommandLine.ParseResult.MatchedGroupMultiple</a></li>
<li><a href="picocli/CommandLine.ParseResult.GroupMatch.html" title="class in picocli" target="classFrame">CommandLine.ParseResult.GroupMatch</a></li>
<li><a href="picocli/CommandLine.ParseResult.GroupMatchContainer.html" title="class in picocli" target="classFrame">CommandLine.ParseResult.GroupMatchContainer</a></li>
<li><a href="picocli/CommandLine.PicocliException.html" title="class in picocli" target="classFrame">CommandLine.PicocliException</a></li>
<li><a href="picocli/CommandLine.Range.html" title="class in picocli" target="classFrame">CommandLine.Range</a></li>
<li><a href="picocli/CommandLine.RunAll.html" title="class in picocli" target="classFrame">CommandLine.RunAll</a></li>
Expand Down
10 changes: 5 additions & 5 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat Mar 30 18:34:26 JST 2019 -->
<title>All Classes (picocli 4.0.0-alpha-1 API)</title>
<meta name="date" content="2019-03-30">
<!-- Generated by javadoc (1.8.0_202) on Thu Apr 18 19:56:13 JST 2019 -->
<title>All Classes (picocli 4.0.0-alpha-2 API)</title>
<meta name="date" content="2019-04-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -82,8 +82,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.ParentCommand.html" title="annotation in picocli">CommandLine.ParentCommand</a></li>
<li><a href="picocli/CommandLine.ParseResult.html" title="class in picocli">CommandLine.ParseResult</a></li>
<li><a href="picocli/CommandLine.ParseResult.Builder.html" title="class in picocli">CommandLine.ParseResult.Builder</a></li>
<li><a href="picocli/CommandLine.ParseResult.MatchedGroup.html" title="class in picocli">CommandLine.ParseResult.MatchedGroup</a></li>
<li><a href="picocli/CommandLine.ParseResult.MatchedGroupMultiple.html" title="class in picocli">CommandLine.ParseResult.MatchedGroupMultiple</a></li>
<li><a href="picocli/CommandLine.ParseResult.GroupMatch.html" title="class in picocli">CommandLine.ParseResult.GroupMatch</a></li>
<li><a href="picocli/CommandLine.ParseResult.GroupMatchContainer.html" title="class in picocli">CommandLine.ParseResult.GroupMatchContainer</a></li>
<li><a href="picocli/CommandLine.PicocliException.html" title="class in picocli">CommandLine.PicocliException</a></li>
<li><a href="picocli/CommandLine.Range.html" title="class in picocli">CommandLine.Range</a></li>
<li><a href="picocli/CommandLine.RunAll.html" title="class in picocli">CommandLine.RunAll</a></li>
Expand Down
10 changes: 5 additions & 5 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat Mar 30 18:34:25 JST 2019 -->
<title>Constant Field Values (picocli 4.0.0-alpha-1 API)</title>
<meta name="date" content="2019-03-30">
<!-- Generated by javadoc (1.8.0_202) on Thu Apr 18 19:56:12 JST 2019 -->
<title>Constant Field Values (picocli 4.0.0-alpha-2 API)</title>
<meta name="date" content="2019-04-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (picocli 4.0.0-alpha-1 API)";
parent.document.title="Constant Field Values (picocli 4.0.0-alpha-2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -141,7 +141,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"4.0.0-alpha-1"</code></td>
<td class="colLast"><code>"4.0.0-alpha-2"</code></td>
</tr>
</tbody>
</table>
Expand Down
22 changes: 16 additions & 6 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat Mar 30 18:34:26 JST 2019 -->
<title>Deprecated List (picocli 4.0.0-alpha-1 API)</title>
<meta name="date" content="2019-03-30">
<!-- Generated by javadoc (1.8.0_202) on Thu Apr 18 19:56:13 JST 2019 -->
<title>Deprecated List (picocli 4.0.0-alpha-2 API)</title>
<meta name="date" content="2019-04-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (picocli 4.0.0-alpha-1 API)";
parent.document.title="Deprecated List (picocli 4.0.0-alpha-2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -153,20 +153,30 @@ <h2 title="Contents">Contents</h2>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="picocli/CommandLine.Help.html#join-picocli.CommandLine.Help.Ansi-int-java.lang.String:A-java.lang.StringBuilder-java.lang.Object...-">picocli.CommandLine.Help.join(CommandLine.Help.Ansi, int, String[], StringBuilder, Object...)</a>
<div class="block"><span class="deprecationComment">Use <a href="picocli/CommandLine.Help.html#join-java.lang.String:A-int-int-java.lang.String-"><code>CommandLine.Help.join(String[], int, int, String)</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="picocli/CommandLine.html#parseWithHandler-picocli.CommandLine.IParseResultHandler-java.io.PrintStream-java.lang.String...-">picocli.CommandLine.parseWithHandler(CommandLine.IParseResultHandler, PrintStream, String...)</a>
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.html#parseWithHandler-picocli.CommandLine.IParseResultHandler2-java.lang.String:A-"><code>CommandLine.parseWithHandler(IParseResultHandler2, String[])</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colOne"><a href="picocli/CommandLine.html#parseWithHandlers-picocli.CommandLine.IParseResultHandler-java.io.PrintStream-picocli.CommandLine.Help.Ansi-picocli.CommandLine.IExceptionHandler-java.lang.String...-">picocli.CommandLine.parseWithHandlers(CommandLine.IParseResultHandler, PrintStream, CommandLine.Help.Ansi, CommandLine.IExceptionHandler, String...)</a>
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.html#parseWithHandlers-picocli.CommandLine.IParseResultHandler2-picocli.CommandLine.IExceptionHandler2-java.lang.String...-"><code>CommandLine.parseWithHandlers(IParseResultHandler2, IExceptionHandler2, String...)</code></a> instead</span></div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colOne"><a href="picocli/CommandLine.html#printHelpIfRequested-java.util.List-java.io.PrintStream-picocli.CommandLine.Help.Ansi-">picocli.CommandLine.printHelpIfRequested(List&lt;CommandLine&gt;, PrintStream, CommandLine.Help.Ansi)</a>
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.html#printHelpIfRequested-java.util.List-java.io.PrintStream-java.io.PrintStream-picocli.CommandLine.Help.Ansi-"><code>CommandLine.printHelpIfRequested(List, PrintStream, PrintStream, Help.Ansi)</code></a> instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="picocli/CommandLine.Model.ArgSpec.html#renderedDescription--">picocli.CommandLine.Model.ArgSpec.renderedDescription()</a>
<div class="block"><span class="deprecationComment">Use <a href="picocli/CommandLine.Model.ArgSpec.html#description--"><code>CommandLine.Model.ArgSpec.description()</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="picocli/CommandLine.Model.ArgSpec.html#setValue-T-picocli.CommandLine-">picocli.CommandLine.Model.ArgSpec.setValue(T, CommandLine)</a>
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Model.ArgSpec.html#setValue-T-"><code>CommandLine.Model.ArgSpec.setValue(Object)</code></a> instead. This was a design mistake.</span></div>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat Mar 30 18:34:26 JST 2019 -->
<title>API Help (picocli 4.0.0-alpha-1 API)</title>
<meta name="date" content="2019-03-30">
<!-- Generated by javadoc (1.8.0_202) on Thu Apr 18 19:56:13 JST 2019 -->
<title>API Help (picocli 4.0.0-alpha-2 API)</title>
<meta name="date" content="2019-04-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (picocli 4.0.0-alpha-1 API)";
parent.document.title="API Help (picocli 4.0.0-alpha-2 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit aed969c

Please sign in to comment.