ref(core): Use primitive long for EventProcessorAndOrder.order (#5527)
* ref(core): Use primitive long for EventProcessorAndOrder.order Avoid boxing by storing the order as a primitive long instead of a boxed Long. The constructor already normalizes a null order to System.nanoTime(), so the field never needs to represent null. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * changelog * changelog --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
N
Nelson Osacky committed
46b442bde01e6922493733151c6bb41106764cff
Parent: b988b37
Committed by GitHub <noreply@github.com>
on 6/11/2026, 2:49:14 PM