-
Hello,
I was wondering if it's possible to dispatch a single event, but then format it different based on the client. I couldn't see a way to do this that is already built in, as the convert logic …
-
Hi,
function calls being mocked in the test class are not available in the actual class under test. When the flow goes to thenComposeAsync() a new thread gets created where the mocked method calls …
-
```
Very often I keep reusing the same set of annotations or even a particular
configuration of an annotation in different places of my application. E.g.
assume the following usage to automatically …
-
```
Very often I keep reusing the same set of annotations or even a particular
configuration of an annotation in different places of my application. E.g.
assume the following usage to automatically …
-
I'm looking at the [SymfonyEntrypointProvider](https://github.com/shipmonk-rnd/dead-code-detector/blob/master/src/Provider/SymfonyEntrypointProvider.php) and see that it relies on the ServiceMapFact…
ruudk updated
1 month ago
-
Service 클래스를 추가해서 Dao 클래스를 Autowired 하려고하면 에러 발생 ...
-
```
Very often I keep reusing the same set of annotations or even a particular
configuration of an annotation in different places of my application. E.g.
assume the following usage to automatically …
-
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
> java.lang.reflect.InvocationTargetException (no error message)
-
### Expected behavior
When trying to use `@AnnotatedWith` to annotate a mapper implementation class with Spring's `@ConditionalOnProperty` on a `@DecoratedWith` mapper
```java
@Mapper(componentMo…
rgcv updated
3 months ago
-
### Expected Behavior
Mockks should be injected in all superclasses and not just the top most parent
* MockK version: 1.13.9
* OS: Mac OS 13.6.3
* Kotlin version: 1.4.10
* JDK version: Corret…