This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch branch-feature-logsearch-ga
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit d4eb9f12ef2c698e0d1aa85a8977d78c37c852fb
Author: Oliver Szabo <[email protected]>
AuthorDate: Mon Sep 24 19:40:09 2018 +0200

    Remove module-info.java files
---
 .../src/main/java/module-info.java                 | 23 --------
 .../src/main/java/module-info.java                 | 24 --------
 .../src/main/java/module-info.java                 | 24 --------
 .../src/main/java/module-info.java                 | 25 --------
 .../src/main/java/module-info.java                 | 25 --------
 .../src/main/java/module-info.java                 | 32 ----------
 .../src/main/java/module-info.java                 | 26 ---------
 .../src/main/java/module-info.java                 | 24 --------
 .../src/main/java/module-info.java                 | 33 -----------
 .../src/main/java/module-info.java                 | 68 ----------------------
 10 files changed, 304 deletions(-)

diff --git 
a/ambari-logsearch/ambari-logsearch-appender/src/main/java/module-info.java 
b/ambari-logsearch/ambari-logsearch-appender/src/main/java/module-info.java
deleted file mode 100644
index 5e3e21d..0000000
--- a/ambari-logsearch/ambari-logsearch-appender/src/main/java/module-info.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.appender {
-  exports org.apache.ambari.logsearch.appender;
-  requires log4j;
-  requires gson;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-config-api/src/main/java/module-info.java 
b/ambari-logsearch/ambari-logsearch-config-api/src/main/java/module-info.java
deleted file mode 100644
index a998e36..0000000
--- 
a/ambari-logsearch/ambari-logsearch-config-api/src/main/java/module-info.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.config.api {
-  exports org.apache.ambari.logsearch.config.api;
-  exports org.apache.ambari.logsearch.config.api.model.inputconfig;
-  exports org.apache.ambari.logsearch.config.api.model.loglevelfilter;
-  requires org.apache.logging.log4j;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-config-json/src/main/java/module-info.java 
b/ambari-logsearch/ambari-logsearch-config-json/src/main/java/module-info.java
deleted file mode 100644
index caa3c44..0000000
--- 
a/ambari-logsearch/ambari-logsearch-config-json/src/main/java/module-info.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.config.json {
-  exports org.apache.ambari.logsearch.config.json.model.inputconfig.impl;
-  exports org.apache.ambari.logsearch.config.json;
-  requires ambari.logsearch.config.api;
-  requires gson;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-config-local/src/main/java/module-info.java 
b/ambari-logsearch/ambari-logsearch-config-local/src/main/java/module-info.java
deleted file mode 100644
index 0c9d7ba..0000000
--- 
a/ambari-logsearch/ambari-logsearch-config-local/src/main/java/module-info.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.config.local {
-  exports org.apache.ambari.logsearch.config.local;
-  requires org.apache.logging.log4j;
-  requires gson;
-  requires ambari.logsearch.config.json;
-  requires ambari.logsearch.config.api;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-config-solr/src/main/java/module-info.java 
b/ambari-logsearch/ambari-logsearch-config-solr/src/main/java/module-info.java
deleted file mode 100644
index 0d156b6..0000000
--- 
a/ambari-logsearch/ambari-logsearch-config-solr/src/main/java/module-info.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.config.solr {
-  exports org.apache.ambari.logsearch.config.solr;
-  requires ambari.logsearch.config.api;
-  requires org.apache.logging.log4j;
-  requires solr.solrj;
-  requires gson;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/module-info.java
 
b/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/module-info.java
deleted file mode 100644
index 803e0fd..0000000
--- 
a/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/module-info.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.config.zookeeper {
-  exports org.apache.ambari.logsearch.config.zookeeper;
-  requires ambari.logsearch.config.api;
-  requires ambari.logsearch.config.json;
-  requires zookeeper;
-  requires curator.framework;
-  requires curator.recipes;
-  requires curator.client;
-  requires org.apache.logging.log4j;
-  requires gson;
-  requires guava;
-  requires commons.collections;
-  requires commons.lang3;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-log4j2-appender/src/main/java/module-info.java
 
b/ambari-logsearch/ambari-logsearch-log4j2-appender/src/main/java/module-info.java
deleted file mode 100644
index 64d4145..0000000
--- 
a/ambari-logsearch/ambari-logsearch-log4j2-appender/src/main/java/module-info.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.log4j2.appender {
-  requires org.apache.logging.log4j;
-  requires org.apache.logging.log4j.core;
-
-  requires com.fasterxml.jackson.annotation;
-  requires com.fasterxml.jackson.core;
-  requires com.fasterxml.jackson.databind;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/src/main/java/module-info.java
 
b/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/src/main/java/module-info.java
deleted file mode 100644
index 057afff..0000000
--- 
a/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/src/main/java/module-info.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.logfeeder.container.registry {
-  exports org.apache.ambari.logfeeder.docker;
-  requires org.apache.logging.log4j;
-  requires commons.lang;
-  requires com.fasterxml.jackson.databind;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-logfeeder-plugin-api/src/main/java/module-info.java
 
b/ambari-logsearch/ambari-logsearch-logfeeder-plugin-api/src/main/java/module-info.java
deleted file mode 100644
index c1359d7..0000000
--- 
a/ambari-logsearch/ambari-logsearch-logfeeder-plugin-api/src/main/java/module-info.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.logfeeder.plugin.api {
-  exports org.apache.ambari.logfeeder.plugin.manager;
-  exports org.apache.ambari.logfeeder.plugin.common;
-  exports org.apache.ambari.logfeeder.plugin.filter;
-  exports org.apache.ambari.logfeeder.plugin.input;
-  exports org.apache.ambari.logfeeder.plugin.output;
-  exports org.apache.ambari.logfeeder.plugin.filter.mapper;
-  exports org.apache.ambari.logfeeder.plugin.input.cache;
-
-  requires ambari.logsearch.config.api;
-  requires gson;
-  requires org.apache.logging.log4j;
-  requires jackson.mapper.asl;
-  requires jackson.core.asl;
-}
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/module-info.java 
b/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/module-info.java
deleted file mode 100644
index 596d08a..0000000
--- a/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/module-info.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-module ambari.logsearch.logfeeder {
-  exports org.apache.ambari.logfeeder.common;
-  requires java.xml.ws.annotation;
-
-  requires ambari.logsearch.config.api;
-  requires ambari.logsearch.config.local;
-  requires ambari.logsearch.config.zookeeper;
-  requires ambari.logsearch.config.solr;
-  requires ambari.logsearch.logfeeder.plugin.api;
-  requires ambari.logsearch.logfeeder.container.registry;
-  requires ambari.logsearch.log4j2.appender;
-
-  requires log4j;
-  requires org.apache.logging.log4j;
-  requires org.apache.logging.log4j.core;
-  requires org.apache.logging.log4j.jcl;
-  requires org.apache.logging.log4j.jul;
-  requires org.apache.logging.log4j.slf4j.impl;
-
-  requires javax.inject;
-  requires commons.cli;
-  requires commons.lang;
-  requires commons.io;
-  requires gson;
-  requires spring.boot.autoconfigure;
-  requires spring.boot;
-  requires spring.context;
-  requires com.google.common;
-  requires solr.solrj;
-  requires ambari.logsearch.config.json;
-  requires org.apache.commons.lang3;
-  requires spring.core;
-  requires commons.collections;
-  requires httpclient;
-  requires spring.beans;
-  requires hadoop.common;
-  requires grok;
-  requires ambari.logsearch.appender;
-  requires curator.recipes;
-  requires curator.framework;
-  requires ambari.metrics.common;
-  requires commons.csv;
-  requires kafka.clients;
-  requires org.apache.commons.compress;
-  requires ant;
-  requires jackson.mapper.asl;
-  requires jackson.core.asl;
-  requires minio;
-
-}
\ No newline at end of file

Reply via email to