-
Notifications
You must be signed in to change notification settings - Fork 20
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
Firing CDI events on BeforeCommit, AfterCommit and AfterRollback. #30
Conversation
…pplication or other plugins can Observe these events and take some proper action.
…ests. This solves the issue #7.
Sounds nice to me, could you just add some docs about that on README? |
Sure!! |
I havent seen the code yet but it seems to be a great idea! I dont know why Em 10:06 ter, 24/02/2015, Rodrigo Turini <notifications |
@Turini, I've added the docs. Could you please validate it? |
seems 👌 to me =) |
thanks @rafaelGuerreiro, it looks great! |
Firing CDI events on BeforeCommit, AfterCommit and AfterRollback.
@csokol, which listener are you talking about? |
Sorry, I was on mobile. The right name is RedirectListener: I think we could deprecate that listener and that method to add the On Wed Feb 25 2015 at 10:32:33 AM Rodrigo Turini notifications@github.com
|
hum, now I see your point @csokol. |
@Turini can you release a new version for this plugin? Can help users with this feature. |
Sure! I'll do it asap |
I've just released vs 4.0.4: |
I also added one more test case, improved the setUp() on the tests and tested if the events were fired only when needed.