<div dir="ltr">Thanks, Enrico. I installed jdk 11 and got it working.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 2, 2019 at 3:00 AM &lt;<a href="mailto:herddb-dev-request@lists.herddb.org" target="_blank">herddb-dev-request@lists.herddb.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send herddb-dev mailing list submissions to<br>
        <a href="mailto:herddb-dev@lists.herddb.org" target="_blank">herddb-dev@lists.herddb.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.herddb.org/mailman/listinfo/herddb-dev" rel="noreferrer" target="_blank">http://lists.herddb.org/mailman/listinfo/herddb-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:herddb-dev-request@lists.herddb.org" target="_blank">herddb-dev-request@lists.herddb.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:herddb-dev-owner@lists.herddb.org" target="_blank">herddb-dev-owner@lists.herddb.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of herddb-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. maven clean verify problem (Amit Chavan)<br>
   2. Re: maven clean verify problem (Enrico Olivelli)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 1 Apr 2019 23:19:21 -0700<br>
From: Amit Chavan &lt;<a href="mailto:achavan1@gmail.com" target="_blank">achavan1@gmail.com</a>&gt;<br>
To: <a href="mailto:herddb-dev@lists.herddb.org" target="_blank">herddb-dev@lists.herddb.org</a><br>
Subject: [Herddb-dev] maven clean verify problem<br>
Message-ID:<br>
        &lt;<a href="mailto:CADsOBjNj1KvXCt5TmNR5Go%2BPWPozZgCTfEvMGENc7Xy32BVEXQ@mail.gmail.com" target="_blank">CADsOBjNj1KvXCt5TmNR5Go+PWPozZgCTfEvMGENc7Xy32BVEXQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hello,<br>
<br>
I got the latest master today and ran mvn clean verify to run all tests to<br>
test my changes. I am usually able to do this but today it threw an error<br>
\[ERROR] Failed to execute goal<br>
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile<br>
(default-compile) on project herddb-utils: Fatal error compiling: invalid<br>
flag: --release -&gt; [Help 1]<br>
[ERROR]<br>
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e<br>
switch.<br>
[ERROR] Re-run Maven using the -X switch to enable full debug logging.<br>
[ERROR]<br>
[ERROR] For more information about the errors and possible solutions,<br>
please read the following articles:<br>
[ERROR] [Help 1]<br>
<a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException" rel="noreferrer" target="_blank">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a><br>
[ERROR]<br>
[ERROR] After correcting the problems, you can resume the build with the<br>
command<br>
[ERROR]   mvn &lt;goals&gt; -rf :herddb-utils<br>
<br>
I see there were some changes in various pom files in last couple of days<br>
but dont know if those are breaking my build or not. Any advice?<br>
<br>
Thanks,<br>
Amit<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.herddb.org/pipermail/herddb-dev/attachments/20190401/ddea6238/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.herddb.org/pipermail/herddb-dev/attachments/20190401/ddea6238/attachment-0001.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 2 Apr 2019 08:51:30 +0200<br>
From: Enrico Olivelli &lt;<a href="mailto:eolivelli@gmail.com" target="_blank">eolivelli@gmail.com</a>&gt;<br>
To: Herddb developers &lt;<a href="mailto:herddb-dev@lists.herddb.org" target="_blank">herddb-dev@lists.herddb.org</a>&gt;<br>
Subject: Re: [Herddb-dev] maven clean verify problem<br>
Message-ID:<br>
        &lt;<a href="mailto:CACcefgfQnC-bee8y0RVyERU5mxZPdpPZmMhDAO6ur3oapuzEqQ@mail.gmail.com" target="_blank">CACcefgfQnC-bee8y0RVyERU5mxZPdpPZmMhDAO6ur3oapuzEqQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Amit,<br>
Now you have to build with jdk11.<br>
That compiler flag is available only frrom jdk9+ and it ensures that we are<br>
not using java features not available on jdk8.<br>
<br>
HerdDB runs on jdk but it uses a bunch of cool features from jdk9/10 and we<br>
are shipping multi release jars.<br>
On production it is recommended to use jdk11<br>
<br>
<br>
If you are blocked you can temporary comment out that line in the pom.xml<br>
file<br>
<br>
<br>
Enrico<br>
<br>
Il mar 2 apr 2019, 08:20 Amit Chavan &lt;<a href="mailto:achavan1@gmail.com" target="_blank">achavan1@gmail.com</a>&gt; ha scritto:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt; I got the latest master today and ran mvn clean verify to run all tests to<br>
&gt; test my changes. I am usually able to do this but today it threw an error<br>
&gt; \[ERROR] Failed to execute goal<br>
&gt; org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile<br>
&gt; (default-compile) on project herddb-utils: Fatal error compiling: invalid<br>
&gt; flag: --release -&gt; [Help 1]<br>
&gt; [ERROR]<br>
&gt; [ERROR] To see the full stack trace of the errors, re-run Maven with the<br>
&gt; -e switch.<br>
&gt; [ERROR] Re-run Maven using the -X switch to enable full debug logging.<br>
&gt; [ERROR]<br>
&gt; [ERROR] For more information about the errors and possible solutions,<br>
&gt; please read the following articles:<br>
&gt; [ERROR] [Help 1]<br>
&gt; <a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException" rel="noreferrer" target="_blank">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a><br>
&gt; [ERROR]<br>
&gt; [ERROR] After correcting the problems, you can resume the build with the<br>
&gt; command<br>
&gt; [ERROR]   mvn &lt;goals&gt; -rf :herddb-utils<br>
&gt;<br>
&gt; I see there were some changes in various pom files in last couple of days<br>
&gt; but dont know if those are breaking my build or not. Any advice?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Amit<br>
&gt; _______________________________________________<br>
&gt; herddb-dev mailing list<br>
&gt; <a href="mailto:herddb-dev@lists.herddb.org" target="_blank">herddb-dev@lists.herddb.org</a><br>
&gt; <a href="http://lists.herddb.org/mailman/listinfo/herddb-dev" rel="noreferrer" target="_blank">http://lists.herddb.org/mailman/listinfo/herddb-dev</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.herddb.org/pipermail/herddb-dev/attachments/20190402/83282318/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.herddb.org/pipermail/herddb-dev/attachments/20190402/83282318/attachment-0001.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
herddb-dev mailing list<br>
<a href="mailto:herddb-dev@lists.herddb.org" target="_blank">herddb-dev@lists.herddb.org</a><br>
<a href="http://lists.herddb.org/mailman/listinfo/herddb-dev" rel="noreferrer" target="_blank">http://lists.herddb.org/mailman/listinfo/herddb-dev</a><br>
<br>
<br>
End of herddb-dev Digest, Vol 10, Issue 1<br>
*****************************************<br>
</blockquote></div>