The GitHub Actions job "Binary Compatibility" on pekko.git/remove/deprecated-attributes-getFirst has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: cffd44ddd34c2cf0d05a093c149572f015692597 / 虎鸣 <[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/28721509254 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
