You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2020/10/14 23:47:54 UTC

[geode-kafka-connector] branch support/1.0 created (now 54593d2)

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

nnag pushed a change to branch support/1.0
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git.


      at 54593d2  Preparing for the 1.0.0 release.

This branch includes the following new commits:

     new dd31ea3  Fixed spotless errors
     new 54593d2  Preparing for the 1.0.0 release.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[geode-kafka-connector] 01/02: Fixed spotless errors

Posted by nn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch support/1.0
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git

commit dd31ea3d1416933c40adc6edcbb817fa7c77e710
Author: Nabarun Nag <na...@cs.wisc.edu>
AuthorDate: Wed Oct 14 14:19:33 2020 -0700

    Fixed spotless errors
---
 src/main/java/org/apache/geode/kafka/GeodeContext.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/geode/kafka/GeodeContext.java b/src/main/java/org/apache/geode/kafka/GeodeContext.java
index 2fabceb..595e3c8 100644
--- a/src/main/java/org/apache/geode/kafka/GeodeContext.java
+++ b/src/main/java/org/apache/geode/kafka/GeodeContext.java
@@ -21,6 +21,8 @@ import static org.apache.geode.kafka.utils.GeodeConfigurationConstants.SECURITY_
 import java.util.List;
 
 import org.apache.kafka.connect.errors.ConnectException;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import org.apache.geode.cache.client.ClientCache;
 import org.apache.geode.cache.client.ClientCacheFactory;
@@ -30,8 +32,6 @@ import org.apache.geode.cache.query.CqExistsException;
 import org.apache.geode.cache.query.CqQuery;
 import org.apache.geode.cache.query.CqResults;
 import org.apache.geode.cache.query.RegionNotFoundException;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 public class GeodeContext {
 


[geode-kafka-connector] 02/02: Preparing for the 1.0.0 release.

Posted by nn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch support/1.0
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git

commit 54593d2d0135f7058116daefe6d1bec6309e44ff
Author: Nabarun Nag <na...@cs.wisc.edu>
AuthorDate: Wed Oct 14 16:46:40 2020 -0700

    Preparing for the 1.0.0 release.
    
    	* This build has been sent to Confluent to be hosted in the HUB.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b3a3a2..a91c77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <tag>HEAD</tag>
     </scm>
 
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <properties>
         <geode.core.version>1.9.0</geode.core.version>