Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Scout Nomination RST"

(Created page with "Ralph has been working on Scout projects for many years and contributed a significant number of patches. == Forum answers == * TODO: list links to forum answers == Gerrit c...")
 
(Bugzilla activity)
Line 3: Line 3:
 
== Forum answers ==
 
== Forum answers ==
  
* TODO: list links to forum answers
+
* [https://www.eclipse.org/forums/index.php/m/1751739/#msg_1751739] Re: [NEON] Fine grained access control
 +
* [https://www.eclipse.org/forums/index.php/m/1058448/#msg_1058448] Re: ThreadContext.get() / put()
 +
* [https://www.eclipse.org/forums/index.php/m/1053680/#msg_1053680] ThreadContext.get() / put()
  
 
== Gerrit contributions ==
 
== Gerrit contributions ==
  
* TODO: list links to gerrit changes (if too many do not list more than the last 10-20 changes). add comment that more changes have been made in the past
+
* [https://git.eclipse.org/r/62192] - Fixed ConcurrentModificationException in AbstractTransactionalMap
 +
* [https://git.eclipse.org/r/62098] - Do not expose public internal cache map
 +
* [https://git.eclipse.org/r/62099] - Fixed null pointer exception in ClientNotificationCoalescer
 +
* [https://git.eclipse.org/r/61158] - Added support for client InvalidateCacheNotification listeners
 +
* [https://git.eclipse.org/r/58295] - Bug 479908: IAccessControlService implementation based on ICache
 +
* [https://git.eclipse.org/r/57591] - Bug 479213: Time to live and bounded size support for ICache.
 +
* [https://git.eclipse.org/r/57700] - Allow [re-]setting of initialInstance to null
 +
* [https://git.eclipse.org/r/57592] - Verify that initialInstance is of correct type
 +
* [https://git.eclipse.org/r/56761] - Scaleability optimization: Do create a new transaction member of a transactio...
 +
* [https://git.eclipse.org/r/55831] - Bug 475715: [CodeType]Cache for transactional sources
 +
* [https://git.eclipse.org/r/37628] - 453378: IDesktop.dataChanged collect events
 +
* [https://git.eclipse.org/r/37568] - 402298: Improve Scout RT tests. Added template test for service tunnel input ...
 +
* [https://git.eclipse.org/r/37545] - Throw an exception if publish subscribe service cannot be initialized ...
 +
* [https://git.eclipse.org/r/34688] - Resolved sonar messages in Scout JMS
 +
* [https://git.eclipse.org/r/34688] - Do not call ICacheValueResolver.resolveAll(keys) with empty key set
  
 
== Bugzilla activity ==
 
== Bugzilla activity ==
  
* TODO: list links to created bugzilla tickets (if too many do not list more than the last 10-20 changes). add comment that more changes have been made in the past
+
* {{Bug|479213}}: Time to live and bounded size support for ICache
 +
* {{Bug|479908}}: IAccessControlService implementation based on ICache
 +
* {{Bug|475715}}: [CodeType]Cache for transactional sources
 +
* {{Bug|412842}}: Swing: Memory leak with JInternalFrame
 +
* {{Bug|363697}}: Clean up in AbstractOutlineViewButton
 +
* {{Bug|363704}}: New method on IDesktopExtension; customFormModificationDelegate
 +
* {{Bug|405955}}: Swing: SwingScoutMessageBox does not respect padding

Revision as of 08:12, 23 January 2017

Ralph has been working on Scout projects for many years and contributed a significant number of patches.

Forum answers

  • [1] Re: [NEON] Fine grained access control
  • [2] Re: ThreadContext.get() / put()
  • [3] ThreadContext.get() / put()

Gerrit contributions

  • [4] - Fixed ConcurrentModificationException in AbstractTransactionalMap
  • [5] - Do not expose public internal cache map
  • [6] - Fixed null pointer exception in ClientNotificationCoalescer
  • [7] - Added support for client InvalidateCacheNotification listeners
  • [8] - Bug 479908: IAccessControlService implementation based on ICache
  • [9] - Bug 479213: Time to live and bounded size support for ICache.
  • [10] - Allow [re-]setting of initialInstance to null
  • [11] - Verify that initialInstance is of correct type
  • [12] - Scaleability optimization: Do create a new transaction member of a transactio...
  • [13] - Bug 475715: [CodeType]Cache for transactional sources
  • [14] - 453378: IDesktop.dataChanged collect events
  • [15] - 402298: Improve Scout RT tests. Added template test for service tunnel input ...
  • [16] - Throw an exception if publish subscribe service cannot be initialized ...
  • [17] - Resolved sonar messages in Scout JMS
  • [18] - Do not call ICacheValueResolver.resolveAll(keys) with empty key set

Bugzilla activity

  • bug 479213: Time to live and bounded size support for ICache
  • bug 479908: IAccessControlService implementation based on ICache
  • bug 475715: [CodeType]Cache for transactional sources
  • bug 412842: Swing: Memory leak with JInternalFrame
  • bug 363697: Clean up in AbstractOutlineViewButton
  • bug 363704: New method on IDesktopExtension; customFormModificationDelegate
  • bug 405955: Swing: SwingScoutMessageBox does not respect padding

Back to the top