You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps we should switch to copying a JobExecution by value (i.e. caching the DB data within a JobExecution instance) rather than providing a more current view.
As the RI, I think we want to discourage this practice since we've agreed it's not portable.
The text was updated successfully, but these errors were encountered:
scottkurz
changed the title
https://java.net/bugzilla/show_bug.cgi?id=4834
Return JobExecution by copying DB value rather than providing a link/ref to the current value
Oct 8, 2015
Perhaps we should switch to copying a JobExecution by value (i.e. caching the DB data within a JobExecution instance) rather than providing a more current view.
See Spec Bug 4834.
As the RI, I think we want to discourage this practice since we've agreed it's not portable.
The text was updated successfully, but these errors were encountered: