Tobias Ortmayr
Tobias Ortmayr
Update all repos to use the latest glsp dev config This includes - Updating to the latest next version - Refactoring of the `upgrade:next` command to use the new CLI...
We are currently using a rather outdated version of elkjs (0.7.1). We should update to the lates version (0.9.2) which includes various bugfixes and new layout algorithms. This potentially also...
### Discussed in https://github.com/eclipse-glsp/glsp/discussions/1316 Originally posted by **madamedefarge** April 16, 2024 I am following the README in the above project file to set the target platform. I am using the...
We should proplery unit tests the `ElkLayoutEngine` o ensure that we catch potential bug earlier. There are currently a lot of bug reports regarding this that could have been prevented...
It is possible to exclude certain elements from elk layouting with the `ElementFilter`. However, this filter is correctly not applied to (child) nodes and therefore they are not filtered out...
#### What it does Update action workflows #### How to test #### Follow-ups #### Changelog - [ ] This PR should be mentioned in the changelog - [ ] This...
#### What it does #### How to test #### Follow-ups #### Changelog - [ ] This PR should be mentioned in the changelog - [ ] This PR introduces a...
https://jakarta.ee/blogs/javax-jakartaee-namespace-ecosystem-progress/ Currently the java base component still rely on outdated javax dependencies. This is an issue because it forces us to use old and potentially outdated versions of third-party dependencies...
When interacting with the context menu the diagram becomes inactive. In the browser integration it becomes active again once the context menu is closed. In Electron it remains inactive (as...