This commit updates AotContributingBeanPostProcessor so that it explicitly extends from PriorityOrdered. This makes it more apparent that AOT contributing bean post processors are meant to be invoked early with the regular runtime, and shouldn't be post-processed themselves. See gh-28047