This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git
The following commit(s) were added to refs/heads/master by this push:
new 0b74e34 TC Bot refactoring: deprecated class usages removal
0b74e34 is described below
commit 0b74e34a4553c91be957c18ee55714be872f0c9f
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Sun Jun 2 01:22:29 2019 +0300
TC Bot refactoring: deprecated class usages removal
---
.../java/org/apache/ignite/ci/tcbot/conf/NotificationChannel.java | 3 +++
tcbot-common/build.gradle | 1 -
tcbot-server/README.md | 3 +++
{tcbot-teamcity => tcbot-teamcity-ignited}/build.gradle | 7 +------
tcbot-teamcity/README.md | 3 +++
tcbot-teamcity/build.gradle | 1 -
6 files changed, 10 insertions(+), 8 deletions(-)
diff --git
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/conf/NotificationChannel.java
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/conf/NotificationChannel.java
index 87f6e8a..a621596 100644
---
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/conf/NotificationChannel.java
+++
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/conf/NotificationChannel.java
@@ -17,8 +17,11 @@
package org.apache.ignite.ci.tcbot.conf;
import com.google.common.base.MoreObjects;
+import com.google.common.base.Strings;
+
import java.util.Collection;
import java.util.HashSet;
+import javax.annotation.Nullable;
/**
*
diff --git a/tcbot-common/build.gradle b/tcbot-common/build.gradle
index c45f8e8..4b3cb08 100644
--- a/tcbot-common/build.gradle
+++ b/tcbot-common/build.gradle
@@ -16,7 +16,6 @@
*/
apply plugin: 'java'
-apply plugin: 'war'
repositories {
mavenCentral()
diff --git a/tcbot-server/README.md b/tcbot-server/README.md
new file mode 100644
index 0000000..59bfb01
--- /dev/null
+++ b/tcbot-server/README.md
@@ -0,0 +1,3 @@
+TC Bot server node
+
+Incomplete module for preparing scripts to start Apache Ignite as a separate
process.
\ No newline at end of file
diff --git a/tcbot-teamcity/build.gradle b/tcbot-teamcity-ignited/build.gradle
similarity index 73%
copy from tcbot-teamcity/build.gradle
copy to tcbot-teamcity-ignited/build.gradle
index 3ad28b8..03d6bc2 100644
--- a/tcbot-teamcity/build.gradle
+++ b/tcbot-teamcity-ignited/build.gradle
@@ -16,7 +16,6 @@
*/
apply plugin: 'java'
-apply plugin: 'war'
repositories {
mavenCentral()
@@ -24,11 +23,7 @@ repositories {
}
dependencies {
- compile (project(":tcbot-common"));
+ compile (project(":tcbot-teamcity"));
- /// JAXB replacement for Java 11
- compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
- compile group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'
- compile group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
}
\ No newline at end of file
diff --git a/tcbot-teamcity/README.md b/tcbot-teamcity/README.md
new file mode 100644
index 0000000..d3bbe1c
--- /dev/null
+++ b/tcbot-teamcity/README.md
@@ -0,0 +1,3 @@
+TC Bot Teamcity (service module).
+
+Module for pure (non cached) requests to TeamCity services
\ No newline at end of file
diff --git a/tcbot-teamcity/build.gradle b/tcbot-teamcity/build.gradle
index 3ad28b8..4ed3806 100644
--- a/tcbot-teamcity/build.gradle
+++ b/tcbot-teamcity/build.gradle
@@ -16,7 +16,6 @@
*/
apply plugin: 'java'
-apply plugin: 'war'
repositories {
mavenCentral()