-
Notifications
You must be signed in to change notification settings - Fork 55
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
[#219] Add support for AdminRules to Rest Batch services - [#221] Add RuleLimits handling to Rule REST endpoint #220
base: 3.5.x
Are you sure you want to change the base?
Conversation
9bc6165
to
db51edd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
db51edd
to
e9ffad5
Compare
e9ffad5
to
648e2bf
Compare
@@ -88,7 +93,6 @@ public RESTOutputRule get(Long id) throws BadRequestRestEx, NotFoundRestEx, Inte | |||
} | |||
|
|||
@Override | |||
@Transactional(propagation = Propagation.REQUIRED, value = "geofenceTransactionManager") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not remove the Transactional annotation here: there are many db calls and race conditions may disrupt the priority handling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
thanks for your review @etj. Your feedback have been applied |
No description provided.