<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Tony Mancill pushed to branch upstream
at <a href="https://salsa.debian.org/java-team/picocli">Debian Java Maintainers / picocli</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/java-team/picocli/commit/4bfd326ea19cacf45272ecc62f18538f0ef3ebe3">4bfd326e</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2019-01-13T16:19:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Import Upstream version 3.9.1</pre>
</li>
</ul>
<h4>27 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#6f8a88f369eae9b2f3ece90d1ba6366a16f25f9c">
RELEASE-NOTES.md
</a>
</li>
<li class="file-stats">
<a href="#f07866736216be0ee2aba49e392191aeae700a35">
build.gradle
</a>
</li>
<li class="file-stats">
<a href="#2afbb999f001938c88fa43fc2ef52abf0f8213e4">
<span class="new-file">
+
gradle.properties
</span>
</a>
</li>
<li class="file-stats">
<a href="#d11bd818d19091646d11307d004a56ef3a6750ee">
<span class="new-file">
+
picocli-codegen/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#3706b12ee4d14976709e129ac5054ad092e7f9a7">
<span class="new-file">
+
picocli-codegen/build.gradle
</span>
</a>
</li>
<li class="file-stats">
<a href="#06129310d6972c650aa3f4aa5d46c8069fef6175">
<span class="new-file">
+
picocli-codegen/src/main/java/picocli/codegen/aot/graalvm/ReflectionConfigGenerator.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#c3cb96a4b7aa66c4c3c7c5df8e4f0bbec299ae76">
<span class="new-file">
+
picocli-codegen/src/test/java/picocli/codegen/aot/graalvm/Example.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#630adac619f397c447fce7e337bcc06e4f92c723">
<span class="new-file">
+
picocli-codegen/src/test/java/picocli/codegen/aot/graalvm/ReflectionConfigGeneratorTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#ede733046fa5e477b379294bf0212d17b164d28c">
<span class="new-file">
+
picocli-codegen/src/test/resources/example-reflect.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#bdfd2d0d8b72fe40317a8307ecc8ba6d54ff55db">
<span class="new-file">
+
picocli-examples/build.gradle
</span>
</a>
</li>
<li class="file-stats">
<a href="#6805f0ea93e1d72d444d3f1c9c5ed9c9c6841414">
<span class="new-file">
+
picocli-examples/src/main/java/picocli/examples/customhelp/ShowAll.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#7211ffce1779841b1703a73ba6be2d5653d5e142">
<span class="new-file">
+
picocli-examples/src/main/java/picocli/examples/mixin/CommandWithMixin.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#41d6f406368a633ef02aa75b9aac1f3d233e582c">
<span class="new-file">
+
picocli-examples/src/main/java/picocli/examples/mixin/CommonOption.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#e68c0e8833909147f2a56819aaff1d90df7eaedc">
picocli-examples/src/main/java/picocli/examples/subcommands/ParentCommandDemo.java
</a>
</li>
<li class="file-stats">
<a href="#7c2b92a6cce921be82c8cde93c0665917e2d8863">
<span class="new-file">
+
picocli-examples/src/main/kotlin/picocli/examples/kotlin/MyApp.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#88c32be593c453e30af998f6e16b1c7aa59982f7">
<span class="new-file">
+
picocli-examples/src/main/kotlin/picocli/examples/kotlin/subcommands/SubCmd.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#ebe6be763758243516d1b1044de82e945630198b">
<span class="new-file">
+
picocli-examples/src/main/kotlin/picocli/examples/kotlin/subcommands/TopCmd.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#f38ede28b9dee159d19826e6c99421768f359015">
<span class="new-file">
+
picocli-shell-jline2/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#6241cf0cf05d6de1e9af55b04a3a226649fc5240">
<span class="new-file">
+
picocli-shell-jline2/build.gradle
</span>
</a>
</li>
<li class="file-stats">
<a href="#cabb95b67c9f3a8396f41efafa1da8cefc8a6772">
<span class="new-file">
+
picocli-shell-jline2/src/main/java/picocli/shell/jline2/PicocliJLineCompleter.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#b59f8d9a63b786c1affd1513fc616eab0834290d">
<span class="new-file">
+
picocli-shell-jline2/src/test/java/picocli/shell/jline2/example/Example.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#bcb162e34396ba403c2ede2eaad3c63508709836">
<span class="new-file">
+
picocli-shell-jline3/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#0bdaa3e71df2f438519b5592f518120041747d46">
<span class="new-file">
+
picocli-shell-jline3/build.gradle
</span>
</a>
</li>
<li class="file-stats">
<a href="#dc1b2060e4f1bab9f735f28b5bb75ae550db5efc">
<span class="new-file">
+
picocli-shell-jline3/src/main/java/picocli/shell/jline3/PicocliJLineCompleter.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#7c9a48da87ee0f1081e7fbdf6ffaf59068475643">
<span class="new-file">
+
picocli-shell-jline3/src/test/java/picocli/shell/jline3/example/Example.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#05efc8b1657769a27696d478ded1e95f38737233">
settings.gradle
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">
—
<br>
<a href="https://salsa.debian.org/java-team/picocli/commit/4bfd326ea19cacf45272ecc62f18538f0ef3ebe3">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/java-team/picocli/commit/4bfd326ea19cacf45272ecc62f18538f0ef3ebe3"}}</script>
</p>
</div>
</body>
</html>