![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@eclipse-glsp-examples/workflow-server-bundled
Advanced tools
GLSP node server for the workflow example (bundled)
Provides a bundled version of the Workflow example server for node. This example server is used as dev example in GLSP projects.
Note that this package provides the bundled file. If you are looking for the unbundled source code with type definitons check out
@eclipse-glsp-examples/workflow-server
.
The workflow diagram is a consistent example provided by all GLSP components. The example implements a simple flow chart diagram editor with different types of nodes and edges (see screenshot below). The example can be used to try out different GLSP features, as well as several available integrations with IDE platforms (Theia, VSCode, Eclipse, Standalone). As the example is fully open source, you can also use it as a blueprint for a custom implementation of a GLSP diagram editor. See our project website for an overview of the workflow example and all components implementing it.
https://user-images.githubusercontent.com/588090/154459938-849ca684-11b3-472c-8a59-98ea6cb0b4c1.mp4
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.
GLSElkLayoutEngine
that skipped layouting of certain edges #23 - Contributed on behalf of STMicroelectronicsshutdown
was called #33 - Contributed on behalf of STMicroelectronicsPromise
s and MaybePromise
s have proper rejection handling #36- Contributed on behalf of STMicroelectronicsRequestModelActionHandler
#54AbstractJsonModelStorage
to ensure that Windows file paths are properly converted #55fs-extra
#56EdgeCreationChecker
API. Adopters can implement this to handle dynamic edge creation validation requests. #60GForeignObjectElement
+ builder class #61EdgePlacement
-> GEdgePlacement
(affected classes: GEdgeLayoutable
, GLabel
)GLayoutContainer
-> GLayouting
(affected classes: GCompartment
, GGraph
, GNode
)GShapePreRenderedElement
-> GShapedPreRenderedElement
@eclipse-glsp/server-node
package to provide entry points for both node and browser-only environments #37
@eclipse-glsp/server
. This change affects all import namespaces.@eclipse-glsp/server/node
@eclipse-glsp/server/browser
OperationHandler
has been refactored from an interface to a common abstract base class. The execute
method now has to return a MaybePromise<Command|undefined>
CreateOperationHandler
to an interface instead of a classGModel
prefixModelState
interface no longer has an isDirty
flag. Dirty state is now handled by the CommandStack
GLSPServer
and GLSPServerLauncher
API #44 - Contributed on behalf of STMicroelectronics
@eclipse-glsp/protocol
GLSPServer
implementation is no longer relies on json-rpc implementation details.JsonRpcGLSPServerLauncher
CommandStack
API to support undo/redo of model changes #38 #39 - Contributed on behalf of STMicroelectronics
ModelState
no longer has a isDirty
propertyOperationHandler
API@postConstruct
) with asynchronous results are no longer supportedModelSubmissionHandler
to enable handling of RequestModelAction
as proper request action
submitInitialModel
method that is called by the RequestModelActionHandler
configureClientActions
from DiagramModule
as client actions are now implicitly configured via InitializeClientSession
requestClientActionHandler
and replace with ClientActionForwarder
ServerStatusAction
-> StatusAction
and ServerMessageAction
-> MessageAction
FAQs
GLSP node server for the workflow example (bundled)
The npm package @eclipse-glsp-examples/workflow-server-bundled receives a total of 0 weekly downloads. As such, @eclipse-glsp-examples/workflow-server-bundled popularity was classified as not popular.
We found that @eclipse-glsp-examples/workflow-server-bundled demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.