2025-July-11 - 2.7.15114
Pre-release
Pre-release
Bug fix null amphib route (#13541) * Fix NPE in WeakAI - return an empty optional instead of null Methods that return Optional should *never* return null. Seemingly a return statement was missed during a recent refactor. * Simplify, avoid assigning value to a variable of Optional type