[tomee-tck] branch javaee7-tck updated: Fix missing dep with ant

2019-02-03 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch javaee7-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/javaee7-tck by this push:
 new 7556aba  Fix missing dep with ant
7556aba is described below

commit 7556abadb59c2f6a8d26d3e7e9cb2ea7600f718a
Author: Jean-Louis Monteiro 
AuthorDate: Sun Feb 3 16:18:44 2019 +0100

Fix missing dep with ant
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy 
b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 6b7ccf3..fc1f089 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -242,7 +242,7 @@ abstract class CommandSupport {
 builder.directory = "$javaeetckHome/tools/ant/lib"
 builder.append("ant.jar")
 builder.append("ant-launcher.jar")
-builder.append("ant-nodeps.jar")
+// builder.append("ant-nodeps.jar") - this seems to have disappeared 
with EE7
 builder.directory = "$javaeeRiHome/lib"
 builder.append("appserv-rt.jar")
 builder.getPath('ts.harness.classpath')



[tomee] branch master updated: TOMEE-2408 - Fixed checkstyle issues.

2019-02-03 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
 new 48bb910  TOMEE-2408 - Fixed checkstyle issues.
48bb910 is described below

commit 48bb9101c8b2aa1010e9462a4088985edf44c1af
Author: Roberto Cortez 
AuthorDate: Sun Feb 3 11:05:16 2019 +

TOMEE-2408 - Fixed checkstyle issues.
---
 .../src/main/java/org/apache/tomee/installer/Installer.java | 2 --
 .../java/org/apache/tomee/microprofile/config/TomEEConfigSource.java| 1 -
 2 files changed, 3 deletions(-)

diff --git 
a/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java 
b/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
index 17eb85f..2cc8008 100644
--- a/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
+++ b/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
@@ -24,8 +24,6 @@ import java.io.FileWriter;
 import java.io.IOException;
 import java.util.HashMap;
 import java.util.Map;
-import java.util.function.BiFunction;
-import java.util.function.Consumer;
 import java.util.jar.JarFile;
 
 public class Installer implements InstallerInterface {
diff --git 
a/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
 
b/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
index 9ca9614..d03a5c3 100644
--- 
a/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
+++ 
b/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
@@ -24,7 +24,6 @@ import org.eclipse.microprofile.config.spi.ConfigSource;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
-import java.util.stream.Stream;
 
 import static java.util.Arrays.asList;