You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2017/01/10 04:23:04 UTC

[1/2] apex-core git commit: APEXCORE-605 Suppress bootstrap compiler warning

Repository: apex-core
Updated Branches:
  refs/heads/master d9bc67d5a -> 99d3a9538


APEXCORE-605 Suppress bootstrap compiler warning


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/4eb8a5dd
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/4eb8a5dd
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/4eb8a5dd

Branch: refs/heads/master
Commit: 4eb8a5dd57d1401ca87340cdb754eecf23f799b4
Parents: 05c798d
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Mon Jan 9 09:25:10 2017 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Mon Jan 9 18:30:56 2017 -0800

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/4eb8a5dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a219d1a..d83d0f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,9 @@
           <optimize>true</optimize>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>
+          <compilerArgs>
+            <arg>-Xlint:-options</arg><!-- suppress javac warning for missing bootstrap -->
+          </compilerArgs>
         </configuration>
       </plugin>
       <plugin>
@@ -169,8 +172,6 @@
           <ignores>
             <ignore>sun.misc.Unsafe</ignore>
             <ignore>sun.misc.Signal</ignore>
-            <ignore>java.util.zip.Deflater</ignore>
-            <ignore>java.util.concurrent.LinkedTransferQueue</ignore>
           </ignores>
         </configuration>
         <executions>


[2/2] apex-core git commit: Merge branch 'APEXCORE-605' of https://github.com/vrozov/apex-core

Posted by th...@apache.org.
Merge branch 'APEXCORE-605' of https://github.com/vrozov/apex-core


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/99d3a953
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/99d3a953
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/99d3a953

Branch: refs/heads/master
Commit: 99d3a95388a803951366bda8a94cdfeebe9c8574
Parents: d9bc67d 4eb8a5d
Author: Thomas Weise <th...@apache.org>
Authored: Mon Jan 9 20:22:44 2017 -0800
Committer: Thomas Weise <th...@apache.org>
Committed: Mon Jan 9 20:22:44 2017 -0800

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------