-
테스트 코드 작성하는데 이슈 발생합니다. 급하게 핫픽스 해야할 것 같아요
전부 DocsRequestMapper에서 발생하는걸로 봐서는 DTO와 Entity간 필드 매핑이 제대로 안되는 것으로 보입니다.
```
> Task :compileJava
/Users/park/econovation/팀쿡/feat-cookie/jnu-wiki-be/src/ma…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi,
I have an application based on quarkus-infinispan-client. Everything works fine as long as I don't use Mapstruct to map data transfer object to the domain objects annotated with protostream. As s…
-
in testMapObjectToObject add:
carDto.setSetCount(7);
and
Assert.assertEquals(5, carDto.getSeatCount());
test will fail
Also, despite the annotation
@Mapper(nullValuePropertyMappingStrategy = …
-
Would be nice to have an example that shows the usage of MapStruct with [Immutables](https://immutables.github.io/).
I was trying to use MapStruct with Immutables and couldn't find a comprehensive…
-
### Use case
Consider the following example [mapstruct-jpa-child-parent](https://github.com/mapstruct/mapstruct-examples/tree/main/mapstruct-jpa-child-parent) but with generic JpaContext:
```jav…
-
### Use case
The reasons are as follows:
1. gRPC use protobuf ,Jakarta EE 10 choise gRPC as Jakarta RPC , . Net Core same choise gRPC.
2. It is a good idea in the near future that protobuf will…
-
For Kotlin projects, Mapstruct currently makes use of KAPT. This is generally quite slow since it requires generating Java stubs before the annotation processing step.
KSP offers an alternative to …
-
### Expected behavior
To map `java.util.Map` values to bean fields by corresponding String Map-key
### Actual behavior
Since v1.6.0 Mapstruct doesn't generate proper code
### Steps to reproduce th…
-
### Use case
Using retainAll() for Set and Map targets will minimize the amount of add/remove operations required for these types.
This limits side effects of removing preemptively all elements th…