You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by "ByteFlow777 (via GitHub)" <gi...@apache.org> on 2023/02/19 08:20:13 UTC

[GitHub] [incubator-eventmesh] ByteFlow777 opened a new issue, #3205: [Question] What is the usage of EventMeshVersion?

ByteFlow777 opened a new issue, #3205:
URL: https://github.com/apache/incubator-eventmesh/issues/3205

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Question
   
   [EventMeshVersion](https://github.com/apache/incubator-eventmesh/blob/8c1cb3d69f3dfbbf581c78cbaf81cdb240c0acf7/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/constants/EventMeshVersion.java#L30) class have a Version enum, and current version is 3.0.0.
   
   ```Java
   public enum Version {
       V3_0_0,
       V3_0_1,
       V3_1_0,
       V3_2_0,
       V3_3_0
   }
   ```
   
   ```Java
   public static final String CURRENT_VERSION = Version.V3_0_0.name();
   ```
   
    I checked the git history, I found it has a long time not to update. Did we forget to update it? Does it still work?
   
   Looking forward to your reply, thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [eventmesh] pandaapo commented on issue #3205: [Question] What is the usage of EventMeshVersion?

Posted by "pandaapo (via GitHub)" <gi...@apache.org>.
pandaapo commented on issue #3205:
URL: https://github.com/apache/eventmesh/issues/3205#issuecomment-1569827693

   It will be updated if this pr #4055 can be merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org


Re: [I] [Question] What is the usage of EventMeshVersion? (eventmesh)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #3205:
URL: https://github.com/apache/eventmesh/issues/3205#issuecomment-2070571319

   It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on this matter at any time, as the community is more than willing to engage in discussions regarding the development and optimization directions of this feature.
   
   If you feel that your issue has been resolved, please feel free to close it. Should you have any additional information to share, you are welcome to reopen this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org