You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2020/08/30 01:38:45 UTC

[geode-native] branch moleske-patch-2 created (now 89ce2a8)

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

moleske pushed a change to branch moleske-patch-2
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


      at 89ce2a8  Remove  GemFireVersion.getBuildDate()

This branch includes the following new commits:

     new 89ce2a8  Remove  GemFireVersion.getBuildDate()

The 1 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-native] 01/01: Remove GemFireVersion.getBuildDate()

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

moleske pushed a commit to branch moleske-patch-2
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 89ce2a8fcc9d338118c537958e82708d17ac224e
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Sat Aug 29 18:38:36 2020 -0700

    Remove  GemFireVersion.getBuildDate()
    
    This [commit](https://github.com/apache/geode/commit/d9d13100ae11e2eba8a6428fad29007388680b43#diff-a377b15d2036a2fc9072c1915c7f0ed4L83) removed getBuildDate() in the java code, causing geode native develop to fail to compile with geode develop
---
 tests/javaobject/LatestProp.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/javaobject/LatestProp.java b/tests/javaobject/LatestProp.java
index 4dc2daf..3bdb944 100644
--- a/tests/javaobject/LatestProp.java
+++ b/tests/javaobject/LatestProp.java
@@ -24,7 +24,6 @@ import org.apache.geode.internal.*;
 
 public class LatestProp {
   public static void main(String[] args){
-    System.out.println("build.date=" + GemFireVersion.getBuildDate());
     System.out.println("build.jdk=" + GemFireVersion.getBuildJavaVersion());
     System.out.println("build.version=" + GemFireVersion.getBuildJavaVersion());
     try{