Skip to content

2025-July-11 - 2.7.15114

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jul 23:40
958d1f3
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