greenrobot / EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
http://greenrobot.org/eventbus/
Apache License 2.0
24.67k stars 4.66k forks source link

tag missing problem #705

Closed CChengjie closed 2 years ago

CChengjie commented 2 years ago

I'm doing a research on tags . We found that versions like 3.1.2-RC was released in Maven, but there was no corresponding tag in github, Can you help me with this? 1)What is the reason for tag's absence?

2) To solve this problem, we propose a method that can find the true commit of version to help developers quickly locate the problem code and fix the bug. Here are the possible true commits given by our method. Can you confirm whether or not the actual commits are included, and if not, which ones?

['9b1aeddcd3bab713b094d00e8043a2399bb97000']

♥ This question is very important to our research. Thank you for your time!

greenrobot-team commented 2 years ago

1) c, but originally I guess this was not tagged because it is a preview release.

2) Yes, https://github.com/greenrobot/EventBus/commit/9b1aeddcd3bab713b094d00e8043a2399bb97000 is the associated commit.

Thanks, pushed the missing commits since V3.0.0.