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

Propagate JMS events for property updates, including SPARQL Update and datastream content updates #113

Closed
wants to merge 2 commits into from

Conversation

escowles
Copy link
Contributor

@escowles escowles commented Oct 4, 2013

Fixes https://www.pivotaltracker.com/story/show/57759720

  • Adding NodePropertyFilter to propagate events on Fedora Objects/Datastream and properties attached to them
  • Updating SimpleObserver to suppress duplicate events
  • Updating Spring event configuration to use NodePropertyFilter

…ropertyFilter to propagate events on Fedora Objects/Datastream and properties attached to them, updating SimpleObserver to suppress duplicate events
* @author escowles
* @date Oct 3, 2013
*/
public class NodePropertyFilter implements EventFilter {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for creating this new class "NodePropertyFilter"? instead of just updating the DefaultFilter?
If not, I would suggest rolling your changes into DefaultFilter.

@awoods
Copy link

awoods commented Oct 4, 2013

Resolved with: 1e55ee3

@awoods awoods closed this Oct 4, 2013
@escowles escowles deleted the property-filter branch April 8, 2015 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants