Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/datarest 970 #248

Open
wants to merge 3 commits into
base: 2.5.x
Choose a base branch
from

Conversation

joevalerio
Copy link

DATAREST-970

created SortedLinkedMultiValueMap and used it in the AnnotatedEventHandlerInvoker, after implementing comparable on EventHandlerMethod based on the value of the @order annotation.

odrotbohm added a commit that referenced this pull request Jan 19, 2017
…vent handler methods.

We now make sure that an @order annotation on annotated event handler methods are considered and the methods are invoked in the defined order.

Non-annotation-based event handlers don't suffer from the same problem as they're ApplicationListener instances directly so that the container will enforce the correct ordering in case @order is used or Ordered is implemented.

Some cleanup in EventHandlerMethod.

Original pull request: #248.
odrotbohm added a commit that referenced this pull request Jan 19, 2017
…vent handler methods.

We now make sure that an @order annotation on annotated event handler methods are considered and the methods are invoked in the defined order.

Non-annotation-based event handlers don't suffer from the same problem as they're ApplicationListener instances directly so that the container will enforce the correct ordering in case @order is used or Ordered is implemented.

Some cleanup in EventHandlerMethod.

Original pull request: #248.
odrotbohm added a commit that referenced this pull request Jan 19, 2017
…vent handler methods.

We now make sure that an @order annotation on annotated event handler methods are considered and the methods are invoked in the defined order.

Non-annotation-based event handlers don't suffer from the same problem as they're ApplicationListener instances directly so that the container will enforce the correct ordering in case @order is used or Ordered is implemented.

Some cleanup in EventHandlerMethod.

Original pull request: #248.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants