Skip to content
Success

Changes

Summary

  1. OpenTelemetry: add AttributesCache to reduce memory allocations (details)
  2. JsonHybridManager: prevent unnecessary 'hybridWidgetEvent' (details)
Commit 3ecd9350a6144c575ddd0167cad4f31c4a885599 by Bruno Koeferli
OpenTelemetry: add AttributesCache to reduce memory allocations

see f969707a
The file was addedorg.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/opentelemetry/AttributesCacheTest.java
The file was addedorg.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/opentelemetry/AttributesCache.java
Commit 9e9ee4e0478c313231eba56b2df9d655d2444726 by Beat Schwarzentrub
JsonHybridManager: prevent unnecessary 'hybridWidgetEvent'

Add missing break statement in switch block. Otherwise, all hybrid
events will generate an additional action event of type
'hybridWidgetEvent' in addition to the normal 'hybridEvent' action
event.
The file was modified org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/hybrid/JsonHybridManagerTest.java (diff)
The file was modified org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/hybrid/JsonHybridManager.java (diff)