-
**Describe the bug**
I have defined a Trait and I am trying to use the `with` keyword of an Entity definition to implement the Trait.
I get the following error `mismatched input 'ith' expecting RULE…
-
I use it in quite a few places:
![image](https://github.com/user-attachments/assets/e21b9351-47aa-4511-9dac-b791000ae3e2)
![image](https://github.com/user-attachments/assets/161f4b23-70c8-4455-8…
-
Steps to reproduce:
* Have `.cml` file that contains only BoundedContexts. (see [this gist](https://gist.github.com/dotnich-io/38ddc4596e4657bbd1d513e49d9ab560) for an example)
* Run the plantuml …
-
> Note: Aggregate names must be unique within the whole CML model.
> Error: Multiple aggregates with the name 'Artist' have been declared.
As I understand it, in Domain Driven Design, concepts …
-
### Issue description
Builds migrating to Micronaut 4 will fail because, by default, no runtime serializer is present. For example using this simple build script:
```gradle
plugins {
id "io.…
melix updated
3 months ago
-
If a context map (.cml) is provided through a jQA-Plugin, it has to be included in the scanning process via the urls section as shown below.
```yaml
jqassistant:
plugins:
- group-id: org.…
-
Inspired by RSpec's `subject` macro, I'd like to add dispatching to subjects to the text mapper. Here's how I imagine it working: if you extend a module with the text mapper DSL, the mappings will be …
-
### What is the bug?
The enum defined for the client uses lower case values for the `ZeroTermsQuery` enum:
https://github.com/opensearch-project/opensearch-java/blob/08e7e6504d4e6029640940f4bb4670…
-
**Describe the bug**
The kaptKotlin plugin fails after upgrading from 1.0.3Final to 1.0.4Final and newer.
**Expected behavior**
Kapt should generate mappers of the interfaces that have annotated …
-
Hi!
I started working on a language, similar to ContextMapper and DomainLang a couple of years ago but never quite got the time to get it finished. I wasn't planning on doing it open-source due to …