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

Sort generated index file to make it stable if there are no changes #679

Open lxzh opened 2 years ago

lxzh commented 2 years ago

Improve the annotation processor, so that the internal registration logic of the generated Index file is sorted by the fully qualified name of the class. issues 678

greenrobot-team commented 6 months ago

Thanks for this! As we're busy I can't promise that we will look at this anytime soon.

Note that a later issue about this has received more attention, so this fixes #715.

lxzh commented 6 months ago

Thanks for this! As we're busy I can't promise that we will look at this anytime soon.

Note that a later issue about this has received more attention, so this fixes #715.

ok, thanks, It fits my needs.

greenrobot-team commented 5 months ago

Still want to do this, so re-opening.