Final Reminder: Community Over Code call for presentations closing soon

2023-06-28 Thread Rich Bowen
[Note: You're receiving this email because you are subscribed to one or more project dev@ mailing lists at the Apache Software Foundation.] This is your final reminder that the Call for Presentations for Community Over Code (formerly known as ApacheCon) is closing soon - on Thursday, 13 July 2023

Ignite 3 code style update - async method naming

2023-06-28 Thread Pavel Tupitsyn
Igniters, I've added the "All async methods should have async suffix" rule to Ignite 3 style guide [1] Reason: - when both sync and async variants exist, async suffix is required for the code to compile, because the only difference is return value type - when only async variant exists, we want