Stefan Kapferer

Results 58 comments of Stefan Kapferer

I assume the answer is "no" then, right @paulcwarren.?

Hi @paulcwarren Thanks for the answer! I would be happy to contribute to the project; however, for my current project I will have to search for another solution or workaround...

Hi @smsnheck Thanks for your message. Nice to hear that you are waiting for it; as probably many others :) There were still some things to do and prepare; and...

I implemented a solution for this one. The following example CML: ``` BoundedContext InsuranceQuotes { Aggregate QuoteRequest { Entity QuoteRequest { aggregateRoot } Service QuoteRequestService { void testOp() : read-only;...

@jabrena, @smsnheck, the release v6.7.0 of Context Mapper with Java 17 support is now available: https://contextmapper.org/news/2022/12/02/v6.7.0-released/ I will therefore close this issue. If you have any questions, feel free to...

Hi @JuergenMutschall As you haven't answered anymore I assume this is no longer an issue. I will close the issue. If you still have problems feel free to re-open or...

@kmanikandan-kmk, there is an official CLI now, you can find everything here: https://github.com/ContextMapper/context-mapper-cli Best regards, Stefan

Seems like there is a new way: https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/ At least for Ultimate edition... that would be an option; although it would not be available for the community edition.

Hi @oweidner, @karimElJed, @vancluever, @evgeniykim, @therealjawss Today we released v6.7.0 of Context Mapper that finally supports Java 17: https://contextmapper.org/news/2022/12/02/v6.7.0-released/ From my perspective this issue should be solved, so I'll close...

Tried to implement a quick solutions, but its not as easy as it looks because of Sculptors type hierarchy. A `DataTransferObject` does not extend `DomainObject`, which actually makes sense. We...