The GitHub Actions job "Binary Compatibility" on 
pekko.git/remove/deprecated-attributes-getFirst has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
875d7401eb02a0104f6e96dad61e03d7dfdb18f9 / 虎鸣 <[email protected]>
refactor: remove deprecated Attributes.getFirst/getFirstAttribute (since Akka 
2.5.7)

Motivation:
The getFirst and getFirstAttribute methods were deprecated since Akka 2.5.7
because attributes should always be accessed using the most-specific getter
(get/getAttribute), not the least-specific getter.

Modification:
Remove the four deprecated methods: getFirstAttribute(Class, default),
getFirstAttribute(Class), getFirst[T](default), getFirst[T]. Update tests
to use the non-deprecated get/getAttribute methods. Remove tests that
specifically tested getFirst behavior.

Result:
Only the most-specific attribute accessors (get/getAttribute) remain.

Tests:
Not run - deprecated API cleanup with test updates

References:
None - deprecated API cleanup

Report URL: https://github.com/apache/pekko/actions/runs/28731666077

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to