1.42.0 (2023-08-04)
Features Added
- Added
setCaeEnabled
andisCaeEnabled
APIs toTokenRequestContext
to indicate CAE authentication flow to be used downstream.
Bugs Fixed
- Fixed a bug where unknown status was treated as complete status,
in long-running operation withOperationResourcePollingStrategy
polling strategy.
(#35628) - Fixed a bug where JacksonDatabind215 throws AccessControlException under SecurityManager
(#36187) - Prevent FluxUtil from using MappedByteBuffer on Windows to fix a Java runtime behavior bug in Windows
(#36168)