Florian Rademacher
Florian Rademacher
## Steps To Reproduce 1. Install Langium as described at https://langium.org/docs/getting-started (my node version is v20.10.0 and my npm version is 10.2.5). 2. Run `yo langium`, and use default "Hello...
### Describe the bug Hi all. I'm using `io.github.microcks:microcks-testcontainers:0.2.7` on a Linux Mint machine and the following code snippet to import an OpenAPI specification that resides in `$SOME_PATH/src/test/resources/some_openapi_spec.json`: ```java var...
Currently, we only support the generation of LEMMA models from OpenAPI specifications. Would be nice to turn this into a bidirectional transformation in the future (see also Issue https://github.com/SeelabFhdo/lemma/issues/33).
Currently, there is no modeling means to retrofit LEMMA with types from external libraries. Instead, model processors must always be adapted to support such types. For example, to support code...
Currently, the OpenAPI plugin requires the user to open a dialog and select an OpenAPI specification file next to having to input some additional stuff like model names. To facilitate...
Currently, the LEMMA models generated by the `de.fhdo.lemma.service.openapi.tests` project are not checked for syntactic correctness. Consequently, if the syntax of a LEMMA modeling language should change in the future it...
The Operation Modeling Languages supports the assignment of more than one technology to an operation node, e.g., ``` @technology(ContainerTech) @technology(BuildManagement) container MyContainer deployment technology ContainerTech::_deployment.Kubernetes deploys Services::org.example.MyService { aspects {...
When executing a LEMMA model processor we currently get warnings like ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by nonapi.io.github.classgraph.classpath.CallStackReader (file:/home/florian/Dokumente/Forschung/Dissertation/eclipse-workspace/code%20generators/de.fhdo.lemma.model_processing.code_generation.java_base/build/libs/de.fhdo.lemma.model_processing.code_generation.java_base-0.8.5-SNAPSHOT-standalone.jar) to method java.lang.SecurityManager.getClassContext()...
Currently, it is necessary to first import a domain model into a service model to derive its intermediate representation. There should be a GUI option similar to the "Generate Intermediate...
There exist several plugins/related artifacts for LEMMA that are not part of its "official" repository and installation: - Model-to-model transformations to derive executable microservices from underspecified tactical DDD models: https://github.com/SeelabFhdo/seaa2020...